Foundations of Deep Learning with Python: A Collection of Guided Projects utilizing Diverse Deep Learning Models
This repository houses a variety of projects that demonstrate the power of deep learning in solving a range of problems.
Every project comes complete with a detailed README file, providing comprehensive information about model performance, requirement, conclusive summary etc.
"This repository contains the guided projects that I have completed within the scope of the courses I took from Global AI Hub. I have used the resources provided by Global AI Hub."
-
Multi-Class Classification of Date Fruit Types using Neural Networks (ANN)
-
Image Classification using Convolutional Neural Network (CNN)
-
IMDB Review Sentiment Analysis using LSTM (RNN)
To run this project, you will need Python 3 installed, as well as the following libraries:
Clone the repo.
git clone https://github.com/DenizGokayHamzali/Foundations-of-Deep-Learning-with-Python.git
Deniz Gökay Hamzalı