Image Classifier - Convolutional Neural Network
Problem Statement -
A Convolutional Neural Network that is able to detect various objects in images.
This particular Deep Learning model is implemented to recognize a cat or a dog in a set of pictures. However, this model can be reused to detect anything else - by simply changing the pictures in the input folder.
Technologies, Languages, Tools & more
Topics -
# Convolutional Neural Networks
# Tensorflow, NumPy, Pandas, Keras
# Sigmoid functions
# Building, Training & Compiling CNN
# Evaluating model
Notebook/IDE - Jupyter Notebook.
** All linked code and dataset used, with comments can be found on Github.**