Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m-esmat/deep-learning
https://github.com/m-esmat/deep-learning
deep-learning-algorithms deep-neural-networks image-classification keras matplotlib numpy python tensorflow2
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/m-esmat/deep-learning
- Owner: M-Esmat
- Created: 2024-12-07T07:56:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T19:05:10.000Z (28 days ago)
- Last Synced: 2025-01-18T19:34:02.547Z (28 days ago)
- Topics: deep-learning-algorithms, deep-neural-networks, image-classification, keras, matplotlib, numpy, python, tensorflow2
- Language: Jupyter Notebook
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Learning Projects Repository
Welcome to the **Deep Learning Projects Repository**! This repository contains a collection of deep learning projects designed to showcase practical implementations of machine learning techniques, neural networks, and data analysis. Each project explores different aspects of deep learning, from image classification to advanced model optimization.
### **Project Highlights**
#### 1. **Dogs vs. Cats Classification**
- A convolutional neural network (CNN) that classifies images of dogs and cats.
- **Features**:
- Data preprocessing with TensorFlow's `image_dataset_from_directory`.
- Model optimization using Batch Normalization, Dropout, and L2 regularization.
- Multiple CNN architectures with training, evaluation, and visualization of performance metrics.#### Prerequisites
Ensure you have Python 3.8 or higher installed along with the following libraries:
- TensorFlow
- NumPy
- OpenCV
- Matplotlib