Skip to content

Code snippets and applications explained in the book - HandsOnDeepLearningWithPytorch

License

Notifications You must be signed in to change notification settings

ericharper/HandsOnDeepLearningWithPytorch

 
 

Repository files navigation

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

About

Code snippets and applications explained in the book - HandsOnDeepLearningWithPytorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Other 2.0%