人工智能资料汇总(Artificial Intelligent/Machine Learning/Deep Learning)
- 基础环境:
最省心的Python版本和第三方库管理——初探Anaconda
- 开发:
- 实例:
如何用100行Python代码做出魔性声控游戏“八分音符酱”
- Deepmind:
DNC:A TensorFlow implementation of the Differentiable Neural Computer.
sonnet:TensorFlow-based neural network library
lab:A customisable 3D platform for agent-based AI research
L2L PAPER:Learning to learn by gradient descent by gradient descent
- 深度学习:
- TensorFlow:
TF:An open-source software library for Machine Intelligence
- keras:
keras:Deep Learning library for TensorFlow and Theano
keras-rl:Deep Reinforcement Learning for Keras
|| 近期收到一些网友提问,其中有提到,不懂程序如何应用人工智能?这个问题很大,所以单列一个基础篇,整理必备的材料供参考。
-
语言篇: 毫无疑问是python。推荐国外著名的在线编程学习网站。或者国内的Python在线学习网站。类似W3school,可以随时网上进行练习。
-
基础理论篇: 计算机本科核心课程,尤其是数据结构/线性代数等人工智能必备知识。