PyTorch Tensors

An online course by freeCodeCamp.org started on YouTube 
titled as Deep Learning with PyTorch - Free Six Week Course
This is a hands-on course, so mainly practicing and doing exercises. 
The prerequisites are the following (in sharp contradiction with organizers say)
  • Python
  • OOP
  • Numpy
  • Matplotlib
  • Seaborn
  • Pandas
  • Git/GitHub
  • PyTorch
  • Binder
  • Kaggle
  • Blog writing (optional, but organizers prefer medium.com)
  • Deep Learning (online book Michael Nielsen, Neural Networks and Deep Learning)

No comments:

Post a Comment

Course is interrupted

The teaching style many times is DIY. "Can you figure out what the num_workers and pin_memory are used for? Try looking i...