Skip to content
/ d2l Public

动手学深度学习,使用rust语言,candle库进行实现。

Notifications You must be signed in to change notification settings

jackhb1999/d2l

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

本库行文逻辑、展示示例完全来自《动手学深度学习》,请对照原书进行学习。

本库使用 cargo doc 进行组织,相关章节函数只为组织层级,均无意义。 如有必要可能使用 jupyter notebook 进行重构,但目前考虑到在其 rust 的内核适配和生态问题尚不清晰,故暂时不做。

开始学习:

cargo doc --open

本教程使用库与python库的对照

python库 rust库
numpy ndarray
pandas polars
PyTorch candle

其他参考:

  • candle
  • candle-tutorial

About

动手学深度学习,使用rust语言,candle库进行实现。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published