Skip to content

A collection of Deep Learning And AI projects using Tensorflow and Keras

Notifications You must be signed in to change notification settings

benyanko/DeepLearningAndAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepLearningAndAI

Table of contents

General info

A collection of Deep Learning And AI projects using Tensorflow, Keras, numpy, pandas, matplotlib, sklearn.metrics.

Description

Description for each project:

  • ANN_MNIST - Handwritten Digits Classification using ANN, Take an input image (28x28 pixels) of a handwritten single digit (0–9) and classify the image as the appropriate digit.
  • CNN_Fashion_MNIST - Fashion Classification using CNN, Take an input image (28x28 pixels) of a fashion item and classify fashion images and categories.
  • CNN_CIFAR-10 - Image Classification using CNN, implementing a Deep Learning Model using CIFAR-10 dataset. It has 60,000 color images comprising of 10 different classes. The image size is 32x32 and the dataset has 50,000 training images and 10,000 test images. Take an input image and classify images to class.
  • RNN_NLP - Spam Detection with LSTMs, Detecting Spam Messages and text Classification with LSTMs

Releases

No releases published

Packages