我是靠谱客的博主 碧蓝巨人,最近开发中收集的这篇文章主要介绍《视觉机器学习20讲》——谢剑斌,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

第2讲 近邻算法(K-Nearest Neighbor algorithm, K 最近邻方法)

第19讲 遗传算法(Genetic Algorithm)

第20讲 蚁群算法(AntColony Algorithm)

 

 

 

实验仿真源代码下载

www.kedachang.com或http://pan.baidu.com/s/1c051viS

 

 

除了书本自带的仿真demo,另外还搜罗了一些实例

1) 遗传算法

js

遗传算法的JS实现

https://github.com/bz51/GeneticAlgorithm

蚁群算法的JS实现

https://github.com/bz51/AntColonyAlgorithm

Applying Genetic Algorithm to Travelling Salesman Problem experiment http://parano.github.io/GeneticAlgorithm-TSP/

https://github.com/parano/GeneticAlgorithm-TSP

 

python

source code from the book Genetic Algorithms with Python by Clinton Sheppard

https://github.com/handcraftsman/GeneticAlgorithmsWithPython

 

Flappy-Bird

https://github.com/ssusnic/Machine-Learning-Flappy-Bird

https://github.com/erilyth/Flappy-Bird-Genetic-Algorithms

 

2)蚁群算法

https://www.cnblogs.com/Leo_wl/p/5665715.html

 

转载于:https://www.cnblogs.com/dong1/p/10727261.html

最后

以上就是碧蓝巨人为你收集整理的《视觉机器学习20讲》——谢剑斌的全部内容,希望文章能够帮你解决《视觉机器学习20讲》——谢剑斌所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(47)

评论列表共有 0 条评论

立即
投稿
返回
顶部