资源列表
遗传算法
- 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评价,从当前种群中随机地选择多个个体(基于它们的适应度),通过
knn
- 经典的分类算法,可以完成基本的分类。。。(Classic classification algorithm, you can complete the basic classification...)
pso
- matlab PSO智能算法程序,包含完整的算法和详细步骤(MATLAB PSO Application)
getmovie
- 利用python爬虫爬取豆瓣电影评论并分类评论类型。(get the comment of some movies and classify the comment)
weakly_detector_keras
- 实现weakly-dectection,显示网络对于图片感兴趣的区域(hot-map)(implementaion of weakly-dectection)
pix2pix
- 实现论文pix2pix,目前在数据集上CMP_facade测试(implementation of pix2pix,now is testing on CMP_facade dataset)
Ch02
- 实现了KNN算法,非常好用,适合初学者分析算法流程(implement KNN algorithm)
RBM
- RBM神经网络工具箱,里面有很多实用的算例,代码可以帮助理解其算法的具体实现过程(RBM neural network toolbox, which has many practical examples, the code can help understand the specific implementation process of its algorithm)
Anany Levitin)课后答案
- 《算法设计与分析基础》一书的课后答案,共有需要的朋友参考(the book called "Algorithm design and analysis foundation" 's answers)
Andrew Ng
- Andrew Ng机器学习视频配套matlab代码(Andrew Ng machine learning video matching matlab code)
NMPCexample
- 非线性模型预测控制的几个例子,方便学习记忆(Several examples of nonlinear MPC)
ukmmi
- MinkowskiMethod algorithm, Is a two hidden layer back propagation neural network, Contains a common array signal processing algorithm.
