|
MachineIntelligenceCore:NeuralNets
|

Files | |
| file | mlnn_batch_training_test.cpp [code] |
| Contains program for testing batch training of a multi-layer neural network. | |
| file | mlnn_sample_training_test.cpp [code] |
| Contains program for testing of training of a multi-layer neural network. | |
| file | mnist_batch_visualization_test.cpp [code] |
| Program for MNIST batch Visualization. | |
| file | mnist_conv_hebbian.cpp [code] |
| Program for visualization of hebbian formed filters trained on MNIST digits. : Alexis Asseman alexis.asseman@ibm.com, Tomasz Kornuta tkornut@us.ibm.com : June 8, 2017. | |
| file | mnist_convnet.cpp [code] |
| file | mnist_convnet_features_visualization_test.cpp [code] |
| Program for visualization of features of convolutional neural net trained on MNIST digits. | |
| file | mnist_hebbian_features_visualization_test.cpp [code] |
| Program for visualization of features of hebbian network trained on MNIST digits. : Tomasz Kornuta tkornut@us.ibm.com : May 16, 2017. | |
| file | mnist_mlnn_features_visualization_test.cpp [code] |
| Program for visualization of features of mlnn layers trained on MNIST digits. | |
| file | mnist_simple_mlnn.cpp [code] |