Pseudo-Lab / Tutorial-Book

Deep learning tutorials on various tasks using PyTorch
https://pseudo-lab.github.io/Tutorial-Book/
40 stars 16 forks source link
deep-learning machine-learning pytorch-tutorial

Deep Learning Tutorials using PyTorch (PseudoLab)

License: CC BY-NC-SA 4.0

website: https://pseudo-lab.github.io/Tutorial-Book/

Repository template

Below are the folders and files in book directory:

How to contribute

  1. fork Pseudo-Lab/Tutorial-Book

  2. clone the forked repo to your local computer

    git clone
  3. make necessary changes on the local repo

  4. push the changes made on the local repo to the forked repo

    git add
    git commit
    git push
  5. create a pull request from the forked repo to Pseudo-Lab/Tutorial-Book

  6. Repeat step 3 and 5