Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.92 KB

File metadata and controls

43 lines (35 loc) · 1.92 KB

Deep-Learning-For-Computer-Vision

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.

Projects

  1. CIFAR-10 Image Classification
  2. Covid-19 Mask Recognition
  3. Cat and Dog Image Classification
  4. Fashion MNIST Image Classification
  5. Horse and Human Image Classification
  6. MNIST Image Classification

Datasets :


How to contribute

  1. Create a directory for your project with the project name.
  2. Add all your project files in that directory only.
  3. Add a dedicated README file in the project directory describing your project in detail. (View other project directories for reference if necessary)
  4. Append the name of your project to the project list in the common README.
  5. Mention the dataset(s) used for the project in the dataset list above.

Contributors