Skip to content

nislam-sm/DeepL-TensorFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

DeepLearning-TensorFlow πŸ§ πŸ”¬

Welcome to my Deep Learning projects repository using TensorFlow. This collection includes my practice exercises, mini-projects, and experiments with various deep learning architectures, covering topics such as computer vision, natural language processing, time series prediction, and more.


πŸ“‚ Repository Structure

DeepLearning-TensorFlow/
β”‚
β”œβ”€β”€ πŸ“ notebooks/               # Jupyter Notebooks with annotated code
β”œβ”€β”€ πŸ“ models/                  # Saved model architectures and weights
β”œβ”€β”€ πŸ“ datasets/                # Links or scripts to download datasets
β”œβ”€β”€ πŸ“ utils/                   # Helper functions and preprocessing scripts
β”œβ”€β”€ πŸ“ experiments/             # Individual project implementations
β”œβ”€β”€ requirements.txt            # Python package dependencies
└── README.md                   # You're here!
πŸš€ Projects Included
Project	Description	Techniques
Image_Classifier_CNN	A convolutional neural network trained on CIFAR-10 and MNIST datasets	CNN, BatchNorm, Dropout
TextSentiment_RNN	Sentiment analysis using RNN and LSTM layers on IMDB reviews	Embedding, LSTM, TextVectorization
GAN_FashionMNIST	Generative Adversarial Network to synthesize fashion images	GANs, Discriminator, Generator
TimeSeries_Forecasting	Forecasting stock price trends using LSTM networks	Sliding window, LSTM
TransferLearning_ResNet	Image classification using pretrained ResNet50	Transfer Learning, Fine-tuning

πŸ› οΈ Key Concepts Practiced
Neural Network Fundamentals (Forward/Backward Pass)

Convolutional Neural Networks (CNNs)

Recurrent Neural Networks (RNNs, LSTMs, GRUs)

Generative Adversarial Networks (GANs)

Transfer Learning with TensorFlow Hub/Keras

Custom Training Loops and Callbacks

TensorBoard Visualization

πŸ“š Datasets Used
MNIST / Fashion-MNIST

CIFAR-10 / CIFAR-100

IMDB Movie Reviews

Custom datasets from Kaggle/UCI

βš™οΈ Setup Instructions
Clone the repository:

bash
Copy
Edit
git clone https://github.com/yourusername/DeepLearning-TensorFlow.git
cd DeepLearning-TensorFlow
Create a virtual environment and install dependencies:

bash
Copy
Edit
pip install -r requirements.txt
Run a sample notebook:

bash
Copy
Edit
jupyter notebook notebooks/Image_Classifier_CNN.ipynb
πŸ“ˆ Future Work
Integrate TensorFlow with TFLite for mobile deployment

Explore attention mechanisms and Transformer models

Implement Explainable AI (XAI) for model interpretability

Optimize models for inference speed and memory

🀝 Contributions
Open to collaboration and feedback! Feel free to fork, star ⭐️, or raise issues.

πŸ“§ Contact
Noor Islam S. Mohammad
Graduate Student & Researcher
πŸ“« Email: islam [dot] m [at] nyu [dot] edu

πŸ“œ License
This project is licensed under the MIT License.

About

A curated collection of TensorFlow deep learning projects covering vision, NLP, GANs, and forecasting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors