Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.17 KB

README.rst

File metadata and controls

42 lines (28 loc) · 1.17 KB

HandsOnDeepLearningWithPytorch

Repository is arranged chapter wise and each folder includes the code used + the visualization of models use. Dataset used for the models are either available in the shared box folder or downloadable from the torch utility packages such as torchvision, torchtext or torchaudio

Chapters

  1. Introduction
  2. A Simple Neural Network
  3. Deep Learning work flow
  4. Computer Vision
  5. Sequential Data Processing
  6. Generative Networks
  7. Reinforcement Learning
  8. PyTorch In Production

Utilities

  • Visualization is handled by Netron -

    pip install netron
    
  • Environment is handled by Pipenv

Usage

  • Clone the repository

    git clone https://github.com/hhsecond/HandsOnDeepLearningWithPytorch.git && cd HandsOnDeepLearningWithPytorch
    
  • Install dependancies. HandsOnDeepLearningWithPytorch is using conda with python3.7

    conda env create -f environment.yml
    
  • CD to chapter directores and execute the models