Skip to content

2 introductory image recognition programs to get people started on deep learning using Tensorflow.

License

Notifications You must be signed in to change notification settings

A-I-Research-Facility/Deep-Learning-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep learning based programs

General take on IMAGE RECOGNITION deep learning coding using python language with the help of Tensorflow, and Keras.

Both given programs have their READMEs included which explain each line of code. Please go through the README to understand the code.

The repository is very easy to follow, but if you have any questions, please email them to cserveairf@gmail.com or create pull request.


Requirements :

TensorFlow Python numpy keras openCV matplotlib


🉑 Program - 1

  • RECOGNITION problem
  • The prog1.py file guides on how to make a deep learning model using Tensorflow, and Keras.
    The dataset used is a collection of images of handwritten digits 0-9, of the same dimension 28 x 28.
  • The number_reader.model is generated when the python code is run. So, in order to use this program, after cloning the repo, delete the model directory.

🉑 Program - 2

  • CLASSIFICATION problem
  • The datasets used in this program are more than 100MB in size, hence they are not uploaded in the directory.
    Please download the dataset from the given link and mention its correct path in the program to use it.
  • This program demonstrates how we can create and load our own data.
    It covers taking a dataset, in this case it is a collection of images of cats and dogs available here.
  • In this program we learn to classify the data, reshape necessary objects, extract the required features, and create the raw training dataset. After that we shuffle the data, and finally save it with its features and labels separated for future use.

About

2 introductory image recognition programs to get people started on deep learning using Tensorflow.

Topics

Resources

License

Stars

Watchers

Forks

Languages