Skip to content

Latest commit

 

History

History
executable file
·
20 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

executable file
·
20 lines (14 loc) · 1.08 KB

Natural Language Processing with PyTorch Book Club

Theses are Notebooks and recording for our bookclub study session at HausaNLP group for the book Natural Language Processing with PyTorch Book

Chapter Code Recording
Chapter 1 Introduction: PyTorch Basics
Chapter 2 A Quick Tour of NLP Recording
Chapter 3 Foundational Components of Neural Networks
Chapter 4 Feed-forward Networks for NLP
Chapter 5 Embedding Words and Types
Chapter 6 Sequence Modeling for NLP
Chapter 7 Intermediate Sequence Modeling for NLP
Chapter 8 Advanced Sequence Modeling for NLP
Chapter 9 Final