Pinned Repositories
Blog
**科学技术大学计算机学院课程资源(https://mbinary.xyz/ustc-cs/)
CS5340-notebooks
Notebooks for CS5340: Uncertainty Modeling in AI at NUS
cs5340_project
Tag part-of-speech with transformer, bilstm and hmm methods.
d2l-zh
《动手学深度学习》,英文版即伯克利深度学习(STAT 157,2019春)教材。面向中文读者、能运行、可讨论。
GECwBERT
Use Language Model (LM) for Grammar Error Correction (GEC), without the use of annotated data.
go
The Go programming language
Hands-on-RL
https://hrl.boyuai.com/
Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
nndl.github.io
《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning
prml
Repository of notes, code and notebooks in Python for the book Pattern Recognition and Machine Learning by Christopher Bishop
Scott-Lu's Repositories
Scott-Lu/d2l-zh
《动手学深度学习》,英文版即伯克利深度学习(STAT 157,2019春)教材。面向中文读者、能运行、可讨论。
Scott-Lu/nndl.github.io
《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning
Scott-Lu/Blog
**科学技术大学计算机学院课程资源(https://mbinary.xyz/ustc-cs/)
Scott-Lu/CS5340-notebooks
Notebooks for CS5340: Uncertainty Modeling in AI at NUS
Scott-Lu/cs5340_project
Tag part-of-speech with transformer, bilstm and hmm methods.
Scott-Lu/GECwBERT
Use Language Model (LM) for Grammar Error Correction (GEC), without the use of annotated data.
Scott-Lu/go
The Go programming language
Scott-Lu/Hands-on-RL
https://hrl.boyuai.com/
Scott-Lu/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
Scott-Lu/prml
Repository of notes, code and notebooks in Python for the book Pattern Recognition and Machine Learning by Christopher Bishop
Scott-Lu/PRML-1
PRML algorithms implemented in Python