This commit is contained in:
Estom
2021-05-06 13:26:47 +08:00
parent 7b3cae6ba5
commit 20674f4a79
2 changed files with 37 additions and 36 deletions

View File

@@ -78,5 +78,6 @@
"xstddef": "cpp",
"xtr1common": "cpp",
"xutility": "cpp"
}
},
"python.pythonPath": "D:\\anaconda\\envs\\tensorflow\\python.exe"
}

View File

@@ -37,23 +37,23 @@
- [ ] pysyft学习
- [ ] pysyft联邦学习实现
- fate
- [ ] 学习fate的使用
- [ ] 使用fate完成开发
- [x] ~~学习fate的使用~~
- [x] ~~使用fate完成开发~~
- 复习(xmind+tutorial+api)
- python系列复习
- [ ] python
- [ ] numpy
- [ ] matplotlib
- [ ] pandas
- [ ] sklearn复习
- [ ] pytorch复习
- [ ] tensorflow复习
- [x] python
- [x] numpy
- [x] matplotlib
- [x] pandas
- [x] sklearn复习
- [x] pytorch复习
- [x] tensorflow复习
- 复习(视频教程)
- [ ] pandas
- [ ] sklearn
- [ ] pytorch
- [ ] tensorflow
- [x] pandas
- [x] sklearn
- [x] pytorch
- [x] tensorflow
> 由于只是太多太乱,感觉需要二轮的复习。
> 1. 首先,学习完成所有的内容,大致会用,完成第一次开发。
@@ -65,15 +65,15 @@
> 针对恶意软件使用机器学习算法。尝试单机或者使用联邦学习解决恶意软件中的问题。
- 恶意软件数据的处理
- [ ] 静态数据处理
- [ ] 动态数据处理
- [x] 静态数据处理
- [x] 动态数据处理
- 恶意软件分类
- [ ] sklearn
- [ ] TensorFlow
- [ ] pytorch
- [x] sklearn
- [x] TensorFlow
- [x] pytorch
- 恶意软件+联邦学习
- [ ] tensorflow federated
- [ ] pysyft
- [x] tensorflow federated
- [x] pysyft
## 安排
@@ -88,29 +88,29 @@
> 任务是目标的细化。
### 机器学习原理与实践教程
- [x] 吴恩达机器学习教程
- [x] 吴恩达深度学习教程
- [x] 机器学习实战
- [x] 深度学习实战
- 吴恩达机器学习教程
- 吴恩达深度学习教程
- 机器学习实战
- 深度学习实战
### 机器学习的技术栈
> 原理已经差不多。接下来应该是学习技术。进行实践
- 语言基础
- [x] Python
- [x] numpy
- [x] scipy
- [x] pandas
- [x] matplotlib
- Python
- numpy
- scipy
- pandas
- matplotlib
- 机器学习基础
- [x] sklearn
- sklearn
- 深度学习基础
- [ ] TensorFlow
- [ ] tensorflow federated
- [x] pytorch
- [ ] pysyft
- [ ] fate
- TensorFlow
- tensorflow federated
- pytorch
- pysyft
- fate
## 计划