Keras - well documented codes for MLCC session on 19th November, 2018 at CSIR-NISCAIR - New Delhi
-
KerasBasics_1 -- Working on custom binary dataset -- Visualizing the data -- Making an MLP model to classify
-
KerasBasics_2 -- Working on custom Multi-Class dataset using numpy -- Visualizing the data -- Learning One-hot encoding of labels -- Making an MLP model to classify
-
KerasBasics_3 -- Working on real-world dataset (MNIST) -- Visualizing the data -- Making an MLP model to classify the data
-
Learn about Convolutional Neural Networks -- Watch the video/slides in the readme to learn about CNN and how they work
-
KerasBasics_4 -- Working on real-world dataset (MNIST) -- Visualizing the data -- Making an CNN model to classify the data
-
Cat and Dog classifier -- Downloading raw dataset of images -- Preprocessing the images and converting them to usable format -- Generating labels for the dataset -- Saving the dataset so that it can be reused -- Constructing a CNN model and training it using the dataset -- Saving the model -- using the model to test our own images
- Video
- Slides Click here
[ Credits : Brandon Rohrer ]
