# Deep Learning Step By Step **Repository Path**: ruaqy/deep-learning-step-by-step ## Basic Information - **Project Name**: Deep Learning Step By Step - **Description**: 学习机器学习代码库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-29 - **Last Updated**: 2022-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Readme ## Derive This project is base on a domestic Artificial Intelligent Engine, mindspore. This project is motivated by two books. The first one is *Deep Learning*, a preliminary book in Machine Learning, imparting the foundation of Mathematics and why the idea is implemented. The second one, *dive into deep learning(D2L)*, which is a bit obscure of that they import some library in test, regraded as the guide of *Deep Learning*. What I do is **NOT** simply combine the code in *D2L* with MindSpore, as sometime I think that something in this book is useless to learn or write down twice. I embark to ## version ```shell mindspore=1.8.1 mindvision=0.1.0 ```