pydatadelhi / talks

Talks at PyData Delhi Meetups
44 stars 13 forks source link

Throwing Light on PyTorch #90

Open RahulBaboota opened 5 years ago

RahulBaboota commented 5 years ago

Part 1 will be an Introduction to PyTorch. This part will focus on the use and need for PyTorch as a deep learning framework. This will be followed by instructions on how to setup PyTorch and a look at the basic building blocks behind the framework.

Part 2 will dive more into the features of PyTorch, mainly it's AutoGrad package which lies at the heart of all Neural Networks created in PyTorch and PyTorch's ability to create dynamic computational graphs as opposed to the static computational graphs offered by some of it's counterparts (such as TensorFlow and Caffe).

shagunsodhani commented 5 years ago

Thank you for your proposal @RahulBaboota I think it is generally good. You might want to update the gifs to have higher resolution. Also, your slides are outdated - you should update the slide deck. For instance, variable is deprecated now :)

Best of luck with the talk!

MSanKeys963 commented 5 years ago

Hi @RahulBaboota, have you updated the slides?

RahulBaboota commented 5 years ago

Hi @MSanKeys963, I have updated the slides.

MSanKeys963 commented 5 years ago

Please have a look @shagunsodhani.

shagunsodhani commented 5 years ago

The slides look quite good. Just one point, there are still some references to Variable. For example https://slides.com/rahulbaboota/deck#/7/1 I would recommend removing them.

Best of luck with the talk!

RahulBaboota commented 5 years ago

I am sorry for the typo. I have updated the relevant slides.