资源列表
统计学习方法
- 李航老师的统计学习方法,适合机器学习入门,是一本很好的教程(a book for people who interest in machine learning, it will help you a lot)
matlab
- pn结模拟:一维PN结的模拟 ,有限元法 结合耦合法,新手求交流(Pn junction simulation: one-dimensional pn junction simulation, finite element method combined with coupling method, novice for communication)
Tensorflow CNN
- 卷积神经网络识别手写数字,放在jupyter直接跑,99%识别率,已经和Tensorboard联通好了(Convolutional neural network recognizes handwritten numerals and runs directly on jupyter. The recognition rate is 99%. It has been connected with Tensorboard.)
1D-CNN
- 一维信号的深度学习算法和例子包括CNN、DBN等,有详细的说明(Deep Learning Algorithms and Examples for One-Dimensional Signals)
迁移学习工具箱
- 迁移学习通用工具箱,亲测好用!里面包含很多迁移学习有关算法!
代理模型工具箱
- 里面包含很多代理模型,多种模型可选择,可根据实际情况构建较为精确的模型
路径规划蚁群算法
- 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。
NSGA-II
- NSGA-ii算法,一种基于拥挤度的非支配排序遗传算法(NSGA-ii algorithm, a non-dominated sorting genetic algorithm based on congestion degree)
系统辨识与自适应控制程序
- 系统辨识与自适应控制程序,natlab编程程序,随书附赠,适合学习者自用
PRML-master
- 模式识别与机器学习 代码 prml code(machine learning code)
卷积网络matlab实现
- 用卷积神经网络(CNN)进行人脸识别,matlab编程,可用。(Convolutional neural network (CNN) is used for face recognition, and MATLAB programming is available.)
遗传算法的MATLAB实现
- 用MATLAB实现的遗传算法,解决函数优化问题,以Rosenbrock的测试函数为例