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

activations #10

Closed AdityaSoni19031997 closed 6 years ago

AdityaSoni19031997 commented 6 years ago

Collections of activations

zishansami102 commented 6 years ago

As you can see, our code is not object oriented. And it looks like you have just copy pasted the code from somewhere. Not allowed. And also without testing. Purpose is to learn & not to get the task done. Actually there is no task.

AdityaSoni19031997 commented 6 years ago

I had them beforehand, so it isn't a copy..

Built them when i was watching CS-231N