Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.19 KB

File metadata and controls

56 lines (32 loc) · 1.19 KB

DeepLearning

1、学习路线

flowchat

op1=>operation: 吴恩达:DL
op2=>operation: 斋藤康毅:《深度学习入门-基于python的理论与实现》
op3=>operation: pytorch框架学习
op4=>operation: tensorflow框架学习

op1->op2->op3->op4

已完成:

待完成:

  • pytorch框架学习

  • tensorflow框架学习

学习使用.gitignore

# 忽略这个target目录
target
# 忽略这个angular.json文件
angular.json
# 忽略log下的所有文件
log/*
# 忽略css目录下的.css文件
css/*.css

# gitignore文件创建之前上传的,要删除掉的
git rm --cached -r .idea

eg: git rm --cached -r ~/文档/MachineLearning/pythonMachineLearningAndTrain/.idea
```

* cuda对应关系[(NVIDIA)对照表](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html)

* [tensorflow官网](https://tensorflow.google.cn/install/source)