A computer vision model to classify Fashion-MNIST using spiking neural network architecture and a brain-inspired learning rule
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
110
commits
With 1000 training images, and 100 epochs, the trained model is able to reconstruct the images fairly well
134adbaView on GitHubCreated recontrain to implement model reconstruction after the decoder has been trained
ba6de56View on GitHubAdded a way to track the average max and min update over iterations
42f1172View on GitHubfeat(training): Implemented STDP Weight Update, Model is Converging
51ae3d0View on GitHubImplemented spikegen using 1/x encoding of intensity to latency
bb4f9c0View on GitHub