Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 311 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 311 Bytes

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.