An open API service indexing awesome lists of open source software.

https://github.com/wansenai/rust-deeplearning-tutorials

:books: Learn deep learning in Rust language
https://github.com/wansenai/rust-deeplearning-tutorials

deep-learning pytorch rust tensorflow

Last synced: over 1 year ago
JSON representation

:books: Learn deep learning in Rust language

Awesome Lists containing this project

README

          

# Rust 深度学习教程

![](https://img.shields.io/badge/License-MIT%20OR%20Apache--2.0-Green)
![](https://img.shields.io/badge/Rust-1.73-red?logo=rust)
![](https://img.shields.io/badge/pytorch-2.1-blue?logo=pytorch)
![](https://img.shields.io/badge/tensorflow-2.0-8A2BE2?logo=tensorflow)

## 简介

本教程是基于《深度学习》和《动手学习深度学习》两本书籍的灵感,结合了 TensorFlow 和 PyTorch 框架,用 Rust 语言编写而成。
它的目标是为对 Rust 语言感兴趣并且对深度学习有兴趣的朋友们编写的。本教程以文档和代码相结合的方式进行讲解。如果你从未接
触过 Rust 语言开发,我们建议你先学习 Rust 语言的基础知识和掌握基本语法。对于那些从未接触过人工智能相关知识的朋友,
我们建议你先阅读《深度学习》和《动手学习深度学习》这两本书籍,以便更好地掌握一些基础数学知识。

## 许可证

根据以下任一许可

- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) 或 )
- MIT license ([LICENSE-MIT](LICENSE-MIT) 或 )

根据您的选择。

### 贡献

除非您另有明确声明,否则根据Apache-2.0许可证的定义,您有意提交以包含在作品中的任何贡献都应具有上述双重许可,
无需任何额外条款或条件。