资源列表
CNN-SVM
- 运用卷积神经网络来提取图片的特征值并用SVM做出分类(using CNN And SVM to train my pictures.)
MAgent-master
- 多智能体的一段代码,有关强化学习,机器学习,很实用的一段代码!(A code of multi-agent, about reinforcement learning, machine learning, a very practical piece of code!)
实值编码遗传算法源程序
- 这是一个基于实值编码的加速遗传算法的MATLAB程序(This is a MATLAB program based on real coded genetic algorithm.)
1天搞懂深度学习
- 深度学习很好的教程,适合研究深度学习的人。(Deep learning is a good tutorial for studying deep learners.)
Q_learning
- 强化学习代码,求解贝尔曼方程,用qlearning求解(Reinforcement learning code, behrman equation, using qlearning solution)
matlab Q学习仿真
- Qdemo演示程序 Qlearning Q学习主程序 调用 drnd(随机变量生成函数) 任务改变时,要设当改变execut子函数和一些脚标变换函数。 用于打印状态的statements也要改一下。(Qdemo demo The main program Qlearning Q learning Call DRND generating function (random variables))
mtncarMatlab
- 强化学习qlearning编写,回归算法规划轨迹(Reinforcement learning qlearning, return algorithm to plan trajectory)
New folder
- 采用粒子群算法对滑模控制器参数进行整定,对象为倒立摆(The particle swarm optimization algorithm is used to adjust the parameters of the sliding mode controller. The object is inverted pendulum.)
Deep Learning with Python(Fran?ois Chollet)
- 深度学习入门教程;使用python一步步教你走向大神之路(use python language to learn deeplearning)
贝叶斯分类算法
- 5个描述属性,一个分类属性,通过贝叶斯算法实现分类(5 descr iptive attributes, one categorical attribute, is implemented by Bayes algorithm.)
ID3决策树算法实验
- 决策树ID3算法实验_数据集car_databases。用python编写的决策树ID3算法,运用了Car-Evaluation的例子。BUG较少,综合了网上的优秀代码,并进一步形成自己的代码。代码基本有注释,风格良好,能够很快看懂。内含有比较规范的报告文档,包含所有流程图,说明图,以及文档风格绝对不错,无需更改,建议下载! 该算法所测试的数据集如下(已经打包在内,并已经生成xls格式,方便直接使用): 已知:UCI标准数据集Car-Evaluation,定义了汽车性价比的4 个
CNN
- 通过使用CNN来实现验证码识别的多任务学习(Using CAN to Achieve Multi-tasking Learning of Captcha Identification)