Git Product home page Git Product logo

ximinng / deep-learning-in-action Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 1.0 1.01 MB

A collection of various deep learning architectures, models, and tips for PyTorch.

License: MIT License

Jupyter Notebook 66.96% Python 33.04%
deep-learning pytorch autoencoder vae reinforcement-learning deep-q-learning graph-convolutional-networks multi-layer-perceptron convolutional-neural-networks recurrent-neural-networks gan generative-adversarial-network vision-transformer

deep-learning-in-action's Introduction

Deep Learning in Action

Pyhton 3 Pytorch MIT License welcome

Getting StartedTable of ContentsAboutAcknowledgmentFAQCiting

Made by XiMing Xing • 🌌 https://ximinng.github.io/

A collection of various deep learning architectures, models, and tips for PyTorch.

📋 Getting Started

Overview

This repository contains many deep learning algorithms and their applications, this is how I love deep learning.

Installation

Required PyTorch version

  • our code requires python >= 3.7, torch >= 1.0.

Required other packages.

  • numpy == 1.18.2, scipy == 1.4.1, scikit-learn == 0.22.2, matplotlib == 3.2.1.

Pip

pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 -f https://download.pytorch.org/whl/torch_stable.html

📋 Table of Contents

  • Multilayer Perceptrons

    • MLP in nn.Module
  • Convolutional Neural Networks (CNN)

    • AlexNet
    • VGG
  • Recurrent Neural Networks (RNN)

  • Transformer

    • Bert
    • GPT-2
  • Vision Transformer

    • ViT
  • Diffusion Model

    • DDPM
  • AutoEncoder (AE)

    • VAE
  • Generative Adversarial Networks (GAN)

    • basic GAN
    • CycleGAN
  • Graph Neural Networks (GNN)

    • DeepWalk
    • Node2Vec
    • Graph Convolutional network (GCN)
    • GraphSage
  • Deep Reinforcement Learning

    • Deep Q Learning (DQN)
    • Reinforcement Learning with Model-Agnostic Meta-Learning
  • Meta Learning

    • MAML
  • Tips and Tricks

About


Figure: Multilayer Perceptrons model of the learning process

Acknowledgment

One of the greatest assets of Deep Learning is the community and their contributions. A few of my favourite resources that pair well with the models and componenets here are listed below.

# Books

  • Delip Rao., & Brain McMahan., (2019). Natural Language Processing with PyTorch. Sebastopol: O'Reilly Media,Inc.

  • Tariq Rashid., (2018). Make Your Own Neural Network. Beijing: Posts & Telecom Press.

  • Tariq Rashid., (2020). Make Your First GAN with Pytorch. Beijing: Posts & Telecom Press.

# Posts

# Open-source repos

▴ Back to top

💬 FAQ

▴ Back to top

💬 Citing

▴ Back to top

BibTeX

@misc{xing_2019_dlic,
      author = {Ximing Xing},
      title = {Deep Learning in Action},
      year = {2019},
      publisher = {GitHub},
      journal = {GitHub repository},
      howpublished = {\url{https://github.com/ximingxing/Deep-Learning-in-Action}}
}

deep-learning-in-action's People

Contributors

ximinng avatar

Stargazers

 avatar  avatar  avatar

Forkers

gaochengprc

deep-learning-in-action's Issues

Issue in generating .test.index file

Can you please elaborate in detail that how can we generate the test.index file, while using the code with image dataset?
Please elaborate the procedure to generate the test.index file.

Thanks in advance...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.