parent
3b9159bb7a
commit
132861f628
|
@ -73,6 +73,9 @@
|
||||||
## 机器学习与人工智能
|
## 机器学习与人工智能
|
||||||
|
|
||||||
* [格物钛-公开数据集](https://gas.graviti.cn/open-datasets)
|
* [格物钛-公开数据集](https://gas.graviti.cn/open-datasets)
|
||||||
|
* [Model Zoo](https://modelzoo.co/)
|
||||||
|
* [Paddle](https://www.paddlepaddle.org.cn/)
|
||||||
|
* [Paddle AI Studio](https://aistudio.baidu.com/aistudio)
|
||||||
* [Python 机器学习基础教程](https://www.92python.com/ml/)
|
* [Python 机器学习基础教程](https://www.92python.com/ml/)
|
||||||
* [Pandas: 强大的 Python 数据分析支持库](https://www.pypandas.cn/docs/)
|
* [Pandas: 强大的 Python 数据分析支持库](https://www.pypandas.cn/docs/)
|
||||||
* [Mathematics for Machine Learning](https://mml-book.github.io/)
|
* [Mathematics for Machine Learning](https://mml-book.github.io/)
|
||||||
|
|
|
@ -24,10 +24,12 @@ python3 setup.py install
|
||||||
|
|
||||||
## 3.常用 Python 包
|
## 3.常用 Python 包
|
||||||
|
|
||||||
|
* lxml
|
||||||
* matplotlib
|
* matplotlib
|
||||||
* notebook
|
* notebook
|
||||||
* numpy
|
* numpy
|
||||||
* opencv-python
|
* opencv-python
|
||||||
|
* protobuf
|
||||||
* scikit-learn
|
* scikit-learn
|
||||||
* scipy
|
* scipy
|
||||||
* sklearn
|
* sklearn
|
||||||
|
|
Loading…
Reference in New Issue