Groverkss / IIIT-Courses-Resources

Resources related to IIITH courses for learning beyond the courses.
MIT License
137 stars 24 forks source link

[NLP1] [PyTorch: NLP From Scratch] #22

Closed AurumnPegasus closed 3 years ago

AurumnPegasus commented 3 years ago

Resource Name: PyTorch: NLP from scratch

Contributor (your) Name: Shivansh S

Resource Links: https://pytorch.org/tutorials/intermediate/char_rnn_classification_tutorial.html

Have you completed studying this resource?: Yes

Your review of this resource: Kinda hand wavy, but a good introduction on how to use pytorch

Why do you think this resource will be useful for others?: It helps understanding and making the first Neural Network using LSTMs. Helpful if its the first time, but it often becomes hand wavy at some points and you might need to google around to properly understand whats happening. I would recommend to go through it, and make it (atleast the first 2 parts) but do not consider it as a bible when trying to code