Skip to content

EdisonTKPcom/Deep-Learning-Architecture-Cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

Deep Learning Architecture Cheatsheet 🧠

A quick-start guide and example collection for five major deep learning architectures.

Architecture Best For Example Use Case
CNN (Convolutional Neural Network) Image & video processing Image classification, object detection
RNN / LSTM / GRU Sequential data Language modeling, speech recognition
Transformer Long-range dependencies in data Chatbots, translation, summarization
GAN (Generative Adversarial Network) Generative tasks Creating realistic images, deepfake videos
Autoencoder Dimensionality reduction & denoising Data compression, anomaly detection

πŸ“‚ Folder Guide

  • cnn/ β†’ Vision-based models (image classification, detection)
  • rnn_lstm_gru/ β†’ Sequential models for text, speech, and time series
  • transformer/ β†’ Attention-based models for language and more
  • gan/ β†’ Generative models for images and videos
  • autoencoder/ β†’ Compression, anomaly detection, and denoising

πŸš€ Getting Started

  1. Clone the repo
    git clone https://github.com/<your-username>/deep-learning-architecture-cheatsheet.git
    
    

deep-learning-architecture-cheatsheet/ β”œβ”€β”€ README.md β”œβ”€β”€ cnn/ β”‚ β”œβ”€β”€ README.md β”‚ β”œβ”€β”€ example_image_classification.ipynb β”‚ └── example_object_detection.ipynb β”œβ”€β”€ rnn_lstm_gru/ β”‚ β”œβ”€β”€ README.md β”‚ β”œβ”€β”€ example_language_model.ipynb β”‚ └── example_speech_recognition.ipynb β”œβ”€β”€ transformer/ β”‚ β”œβ”€β”€ README.md β”‚ β”œβ”€β”€ example_chatbot.ipynb β”‚ └── example_translation.ipynb β”œβ”€β”€ gan/ β”‚ β”œβ”€β”€ README.md β”‚ β”œβ”€β”€ example_image_generation.ipynb β”‚ └── example_deepfake_video.ipynb └── autoencoder/ β”œβ”€β”€ README.md β”œβ”€β”€ example_dim_reduction.ipynb └── example_anomaly_detection.ipynb

About

A quick-start guide and example collection for five major deep learning architectures.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors