|
|
@@ -73,9 +73,9 @@
|
|
|
- 学习TensorFlow或PyTorch,理解其核心概念。
|
|
|
- 使用框架构建和训练简单的神经网络。
|
|
|
|
|
|
-[实战TensorFlow](http://www.gitpp.com/ai1/ai-book/-/blob/main/ai-book-ml.md)
|
|
|
+[实战TensorFlow](http://www.gitpp.com/ai1/ai-book/-/blob/main/TensorFlow.md)
|
|
|
|
|
|
-[实战PyTorch](http://www.gitpp.com/ai1/ai-book/-/blob/main/ai-book-ml.md)
|
|
|
+[实战PyTorch](http://www.gitpp.com/ai1/ai-book/-/blob/main/PyTorch.md)
|
|
|
|
|
|
3. **实践**:
|
|
|
- 实现多层感知机(MLP)进行图像分类或文本分类。
|
|
|
@@ -141,22 +141,6 @@ To make it easy for you to get started with GitLab, here's a list of recommended
|
|
|
|
|
|
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
|
|
|
|
|
-## Add your files
|
|
|
-
|
|
|
-- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
|
|
-- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
|
|
-
|
|
|
-```
|
|
|
-cd existing_repo
|
|
|
-git remote add origin http://47.103.205.229:8099/ai1/ai-book.git
|
|
|
-git branch -M main
|
|
|
-git push -uf origin main
|
|
|
-```
|
|
|
-
|
|
|
-## Integrate with your tools
|
|
|
-
|
|
|
-- [ ] [Set up project integrations](http://47.103.205.229:8099/ai1/ai-book/-/settings/integrations)
|
|
|
-
|
|
|
## Collaborate with your team
|
|
|
|
|
|
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|