Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 268 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 268 Bytes

DNN-Practice

Worked on CIFAR-10 Dataset and created a DNN from scratch using Keras.

The model works better when used with Batch Normalization.

Experimented the model using Dropouts (Alpha Dropout) and other activation functions(ELU & SELU)