Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mindspore-courses/d2l-mindspore
《动手学深度学习》的MindSpore实现。供MindSpore学习者配合李沐老师课程使用。
https://github.com/mindspore-courses/d2l-mindspore
computer-vision deep-learning machine-learning mindspore natural-language-processing notebook
Last synced: 6 days ago
JSON representation
《动手学深度学习》的MindSpore实现。供MindSpore学习者配合李沐老师课程使用。
- Host: GitHub
- URL: https://github.com/mindspore-courses/d2l-mindspore
- Owner: mindspore-courses
- License: mit
- Created: 2021-10-28T15:06:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T03:07:53.000Z (about 1 year ago)
- Last Synced: 2024-10-28T02:18:14.459Z (18 days ago)
- Topics: computer-vision, deep-learning, machine-learning, mindspore, natural-language-processing, notebook
- Language: Jupyter Notebook
- Homepage:
- Size: 5.39 MB
- Stars: 106
- Watchers: 6
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# d2l-mindspore
This is a unofficial implementation of ["Dive Into Deep Learning"](https://d2l.ai/) for MindSpore users to get start of deep learning easily. The code is developed as a Jupyter notebook built upon MindSpore 2.0 or above, ensuring compatibility with all hardware platforms, including Ascend, GPU, and CPU.
## How to use
### Download and Run
#### Clone the repository
```bash
git clone https://github.com/lvyufeng/d2l-mindspore
```#### Install dependency libs
```bash
cd d2l-mindspore
pip install -r requirements.txt
```#### Start jupyter lab to run
```bash
cd d2l-mindspore
jupyter lab
# use `jupyter lab --allow-root` if you use root
```### Watch the online courses
You can find the chinese version on Bilibili, [动手学深度学习Pytorch版](https://space.bilibili.com/1567748478/channel/seriesdetail?sid=358497).
I sincerely hope you use this repository after watching the video.## Related Resources
- [Book of "Dive into Deep Learning" version 2](https://zh-v2.d2l.ai/)
- [MindSpore Tutorial](https://www.mindspore.cn/tutorials/zh-CN/r1.5/index.html)
- [MindSpore Programming Guide](https://www.mindspore.cn/docs/programming_guide/zh-CN/r1.5/index.html)
- [MindSpore NLP tutorial](https://github.com/lvyufeng/mindspore-nlp-tutorial)If you need extra resources to learn MindSpore or study Deep Learning with MindSpore, please check the resources list above, or submit a issue to leave your requirements.