Skip to content

SiddeshSambasivam/MLH-Introduction-to-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLH Show & Tell: Introduction to PyTorch

VideoJupyter NotebookSupplementary Materials

The repository contains all the resources for the MLH Pod 2.1.0's show & Tell. The Show & Tell will give a brief introduction to pytorch. Topics discussed are tensors, computational graphs, autograd. Finally, building a linear model and simple neural network to get an understanding of the workflow in PyTorch.

Topics Covered

  1. Tensors
  2. Computational Graphs - Autograd
  3. Datasets & Dataloaders
  4. Linear Regression
  5. Simple Neural Network

How to Get Started (Supplementary Materials)

Courses

  1. Top-down Approach (Application →Foundational Concepts)
  2. Bottom-Up Approach (Foundational Concepts → Application)

Books

  1. Neural Networks and Deep Learning

    http://neuralnetworksanddeeplearning.com/index.html

  2. Course in Machine Learning

    http://ciml.info/

  3. Deep Learning (Ian Goodfellow)

    https://www.deeplearningbook.org/

Special Mentions

  1. http://jalammar.github.io/ (The BEST blog posts about transformers and BERT)

About

The repository contains all the resources for the MLH Pod 2.1.0's show & Tell.

Topics

Resources

Stars

Watchers

Forks