A series of small projects where deep neural network based approaches have been applied to computer vision problems like Image Classification.
The models have been built using Tensorflow and Keras. The primary focus is on building naive deep neural networks as well as Convolutional Neural Networks for Image Classification tasks. This repository also contains a Hello World
directory which touches upon basics of Computer Vision and Neural Networks with TensorFlow.
- CIFAR-10 Image Classification
- Covid-19 Mask Recognition
- Cat and Dog Image Classification
- Fashion MNIST Image Classification
- Horse and Human Image Classification
- MNIST Image Classification
-
MNIST (Modified National Institute of Standards and Technology) Dataset for Handwritten Digit Recognition
-
Fashion MNIST Dataset for classifying clothing image
-
Horse or Human Dataset by Laurence Moroney
-
Cats Vs Dogs Dataset
-
CIFAR-10 object recognition Dataset
- Create a directory for your project with the project name.
- Add all your project files in that directory only.
- Add a dedicated README file in the project directory describing your project in detail. (View other project directories for reference if necessary)
- Append the name of your project to the project list in the common README.
- Mention the dataset(s) used for the project in the dataset list above.