Skip to content

ashkanmradi/neural-network-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

cifar10-neural-network-classifier

Implementing a neural network classifier using tensorflow for cifar-10 dataset, without any libraries but numpy.

The project contains three different optimizers including GradientDescent, Adam and RMSProp.

We also Implement a cross-entropy loss layer as the loss function.