Skip to content

sa-nouri/Deep-Learning-Applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning Applications

This repository contains implementations of various deep learning models and solutions to challenges in computer vision, speech processing, and natural language processing. It also includes solutions to interview questions and learning materials.

Repository Structure

deep-learning-applications/
├── projects/           # Major deep learning projects
│   ├── unet/          # U-Net implementation
│   ├── gan/           # GAN implementations
│   └── hmm-dnn/       # Hidden Markov Model with DNN
├── challenges/        # Coding challenges and solutions
│   ├── classification/
│   ├── text/
│   ├── sequence/
│   └── algorithms/
├── tutorials/         # Learning materials and tutorials
├── interviews/        # Interview questions and solutions
└── notebooks/         # Jupyter notebooks for experiments

Projects

U-Net

Implementation of the U-Net architecture for image segmentation tasks.

GAN (Generative Adversarial Networks)

Various implementations of GAN architectures for image generation.

HMM-DNN (Hidden Markov Model with Deep Neural Network)

Combined implementation of Hidden Markov Models with Deep Neural Networks.

Challenges

The challenges directory contains solutions to various deep learning problems:

  • Classification challenges
  • Text processing tasks
  • Sequence modeling problems
  • Algorithm implementations

Getting Started

Prerequisites

  • Python 3.8+
  • PyTorch
  • NumPy
  • Pandas
  • Matplotlib

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/deep-learning-applications.git
cd deep-learning-applications
  1. Create a virtual environment (recommended):
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt

Usage

Each project and challenge has its own README with specific instructions. Please refer to the individual project directories for detailed usage information.

Contributing

Feel free to submit issues and enhancement requests!

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages