simple_cnn
simple_cnn copied to clipboard
Simple Convolutional Neural Network Library
When the number of layers has been increased like 2 conv layer, the network diverges and no matter what the learning rate is. I also added learning rate decay but...
Hello, I have a question regarding how to handle number of channels with this CNN implementation. For e.g., RGB images would require three channels but I could not find any...
Hi is there a possibility to save the trained nn (all the neuron layers and synapses) to a file? I'm thinking about something like the fann library does. So if...