资源列表
Entropy
- 熵(近似熵,样本熵),适合初学者。值得一看-Entropy (entropy of approximate entropy, sample), suitable for beginners. Worth a look...
Max-Points-on-a-Line
- leetcode中求最大共线的点的数量,题目leetcode上有-Given n points on a 2D plane, find the maximum number of points that lie on the same straight line.
AntColonyOptimization
- 这些文章详细讲述了蚁群算法的功能和依靠蚁群算法进行航迹规划的方法-Aan Colony Optimization
基于BP神经网络的手写数字识别
- 这是一份基于BP神经网络的手写数字识别文件,包含了源代码、最优权重向量、以及带标记的训练集。代码中给出了详细的注释,对于理解神经网络的原理有很好的帮助。
1
- MATLAB7.x数字信号处理 电子文档和代码,里面包含雷达信号方面的处理-《MATLAB7.x digital signal processing》 electronic documents and code, which contains radar signal processing
MATLAB-GUI-design-learning-Notes
- 【MATLAB GUI设计学习手记】源代码 数据 罗飞大哥的作品 本书由浅入深、循序渐进地介绍了matlab gui设计的基础知识,旨在使读者在较短时间内掌握gui设计的精要所在。. 本书首先介绍了gui设计的预备知识,然后详细介绍了gui对象的属性以及两种建立gui的方法:采用函数建立和采用guide建立。在介绍了gui设计基础知识的基础上,深入讲解了activex控件、定时器、串口及mcc编译的相关知识。书中穿插了大量的图表,直观、简要地列出了相关知识点。对于一些重要、难懂的知识点
bpANNs
- 有一个隐藏层的人工神经网络程序。吴恩达Coursera上课程的程序,稍作修改。(There is a hidden layer of artificial neural network procedures.)
mathematics-modeling
- 为全国大学数学建模爱好者提供matlab应用平台基础,主要内容是数学建模。-For lovers of the National University of mathematical modeling matlab application platform based on the main contents of the mathematical modeling.
GPR-O-master
- github上找到的高斯过程回归的一个例子。(An example of the Gauss process regress found on GitHub.)
Evolutionary-Intellig
- 很好的遗传算法的matlab用书,是国外的作者写的-Good use of the genetic algorithm matlab book is written by foreign authors
ANN
- 使用matlab编程,结合ANN算法完成数字0到9的数字识别。-Use matlab programming, combined with ANN algorithm is complete digital digital identification 0-9 in.
神经网络的课件和源码
- 神经网络的课件和基于Python的编程源码,神经网络有很多方法,这里列举了常见的几种,并附上基于Python的代码