Biological_Learning
Biological_Learning copied to clipboard
Example of "biological" learning for MNIST
Results
2
Biological_Learning issues
Sort by
recently updated
recently updated
newest added
hi, I think your work is very interesting. I'd like to try it on more complex databases. So would you also share the code for CIFAR? It's a good starting...
And change to use PyTorch. It is far more fater than just using Numpy. Training time measurement with 100 epochs, # synapses 400 Using Numpy : 1062.2659537792206 seconds Using PyTorch...