mirror of
https://github.com/microsoft/ai-edu.git
synced 2026-08-28 17:41:25 +08:00
fb24c32f6d
* update the new structure and website
58 lines
2.1 KiB
Markdown
58 lines
2.1 KiB
Markdown
# 先修知识参考阅读
|
|
|
|
## C#
|
|
|
|
* 微软官方文档 https://docs.microsoft.com/zh-cn/dotnet/csharp/tour-of-csharp/
|
|
* 菜鸟教程 https://www.runoob.com/csharp/csharp-tutorial.html
|
|
|
|
|
|
## Python
|
|
|
|
* 官方文档 https://docs.python.org/zh-cn/3/tutorial/index.html
|
|
* "Windows上的Python"文档 https://docs.microsoft.com/zh-cn/windows/python/
|
|
* First Steps With Python https://realpython.com/python-first-steps/
|
|
* 菜鸟教程 https://www.runoob.com/python/python-tutorial.html
|
|
* 廖雪峰的官方网站 https://www.liaoxuefeng.com/wiki/1016959663602400
|
|
|
|
|
|
## Numpy
|
|
> Github: https://github.com/numpy/numpy
|
|
* 官方中文文档 https://www.numpy.org.cn/user/setting-up.html#%E4%BB%80%E4%B9%88%E6%98%AF-numpy
|
|
* 斯坦福numpy教程 http://cs231n.github.io/python-numpy-tutorial/
|
|
|
|
|
|
## CNN
|
|
|
|
* 开源中文书 https://zh.d2l.ai/chapter_convolutional-neural-networks/index.html
|
|
* TensorFlow中文社区:CNN介绍 http://www.tensorfly.cn/tfdoc/tutorials/deep_cnn.html
|
|
* Neural Networks and Deep Learning (Free online book) http://neuralnetworksanddeeplearning.com/index.html
|
|
* 知乎专栏,CNN介绍 https://zhuanlan.zhihu.com/p/27642620
|
|
|
|
|
|
## RNN
|
|
|
|
* 开源中文书 https://zh.d2l.ai/chapter_recurrent-neural-networks/index.html
|
|
* TensorFlow中文社区:RNN介绍 http://www.tensorfly.cn/tfdoc/tutorials/recurrent.html
|
|
* 《机器之心》介绍文章 https://www.jiqizhixin.com/articles/2018-12-14-4
|
|
|
|
|
|
## TensorFlow
|
|
> Github: https://github.com/tensorflow/tensorflow
|
|
* 官方文档 https://www.tensorflow.org/tutorials/quickstart/beginner
|
|
* TensorFlow中文社区 http://www.tensorfly.cn/tfdoc/get_started/introduction.html
|
|
|
|
|
|
## Pytorch
|
|
> Github: https://github.com/pytorch/pytorch
|
|
* Pytorch中文文档 https://pytorch-cn.readthedocs.io/zh/latest/
|
|
* 英文官方教程 https://pytorch.org/tutorials/
|
|
|
|
|
|
## Keras
|
|
> Github: https://github.com/keras-team/keras
|
|
* Keras中文文档 https://keras.io/zh/
|
|
|
|
## Mxnet
|
|
> Github: https://github.com/apache/incubator-mxnet
|
|
* 中文文档 https://mxnet-bing.readthedocs.io/en/latest/zh/overview.html
|
|
* 官方英文文档 https://mxnet.apache.org/api/python/docs/tutorials/ |