Description: Ann is a mathematical tool to achieve the mapping of two sets of data (similar to the function of the mapping, the difference is that it is strong to achieve the two groups of arbitrary matrix between the mapping relationship)
The idea is to use the error as a guide to correct the mapping accuracy, and ultimately to meet the requirements of the mapping.
To Search:
File list (Check if you may need any files):
ann-master
..........\README.md
..........\activation_func.py
..........\advanced_version
..........\................\data
..........\................\....\test.csv
..........\................\....\train.csv
..........\................\model
..........\................\.....\hidden_output_b.bin
..........\................\.....\hidden_output_w.bin
..........\................\.....\input_hidden_b.bin
..........\................\.....\input_hidden_w.bin
..........\................\neural_input_layer.py
..........\................\neural_net.py
..........\................\neural_sigmoid_layer.py
..........\................\train_and_test.py
..........\data
..........\....\iris.data
..........\....\iris_label.data
..........\....\iris_test.data
..........\....\iris_train.data
..........\neural_net.py
..........\neural_node.py
..........\train_and_test.py