zishansami102 / CNN-from-Scratch

A scratch implementation of Convolutional Neural Network in Python using only numpy and validated over CIFAR-10 & MNIST Dataset
http://cnndigits.pythonanywhere.com/
GNU General Public License v3.0
271 stars 79 forks source link

Update convnet.py #7

Closed AdityaSoni19031997 closed 6 years ago

AdityaSoni19031997 commented 6 years ago

tried to implement lecun_init_norm

We can change the normal or uniform that part is left.. will be next PR

fan_in left Couldn't understand the variables that's why

zishansami102 commented 6 years ago

Hey Aditya, Really appreciate your work, but i think you should get it done in full with testing using the MNIST. Testing it using cifar-10 will take too much time hence you should work in the MNIST folder and not CIFAR-10. I will merge the PR if you complete this by insuring that it is working on MNIST atleast. Hope you understand!!

zishansami102 commented 6 years ago

and for the fan_in part. You explain what it is then i can help.

AdityaSoni19031997 commented 6 years ago

Will spin up an EC2