资源列表
遗传算法 Python
- 用Pyhon语言编写的遗传算法(genetic algorithm),包括选择交叉变异算子
PSO
- 粒子群求一元/二元函数极值,粒子群改变权值(Particle swarm optimization is used to find the extreme value of a one / two element function.)
【源代码】深度学习入门:基于Python的理论与实现
- 书籍《深度学习入门基于Python的理论与实现》源码(Book "deep learning entry based on Python theory and implementation" source code)
BP神经网络预测
- BP神经网络是目前较为简单的预测算法,但是需要要有足够的样本,本例使用神经网络算法,两步预测(BP neural network is a relatively simple prediction algorithm at present, but it needs enough samples. This example uses neural network algorithm and two-step prediction.)
人工蜂群算法
- 人工蜂群算法的详细实现过程,可用性高,希望可以帮到大家
maantdlence
- 这是关于kalman的程序,对学习kalman的人会有一定的帮助(This is a program about kalman, which will be of some help to people who learn about kalman.)
Inception_V3(Transfer)
- 本算法实现了InceptionV3模型的迁移学习。训练好的inceptionV3模型可自行搜索下载.pb文件,数据集需为本地jpg图片。(Realization of full adder schematic diagram)
Lan GoodFellow-深度学习中文版 small
- 大牛Lan Goodfellow的著作;深度学习首选参考书籍;中文版(Lan Goodfellow's work; preferred reference book for deep learning; Chinese version.)
executive
- VB language to solve the 0-1 programming procedures for operational research, can be used as a reference for you to submit the work ah
ELM_linbo.jin
- 极限学习机的代码,机器学习,可以用于分类等.(Extreme learning machine used in classification)
统计学习方法
- 李航老师的统计学习方法,适合机器学习入门,是一本很好的教程(a book for people who interest in machine learning, it will help you a lot)
路径规划蚁群算法
- 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。