#287 · Primary category: Education & Research

nndl-practice

chinese deep-learning jupyter-notebook paddlepaddle pytorch tutorial

PyTorch implementation of Qiu Xipeng's 'Neural Networks and Deep Learning: Cases and Practices'

Project last updated:07/09/26

GitHub Stars

3.5K

Forks

1.5K

Contributors

6

License

Other

Why we included this project

A PyTorch companion to Qiu Xipeng's deep learning practice book, this repo carries runnable notebooks for each chapter, covering linear models, feed-forward and convolutional networks, RNNs, attention, graph networks, and large language models. Every chapter is a self-contained notebook with a short README on implementation choices and pytest sanity checks, so the code actually runs instead of leaving you to guess. That makes it a solid study guide to keep beside the theory book, and a quick reference when you want one clean implementation of a familiar architecture. The legacy/ directory keeps the numpy-era exercises from the first edition, so people following the older material still have a starting point. Instructors can also adapt the notebook-plus-test structure into course assignments.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category