资源列表
neuralNetwork
- 使用python实现神经网络,以及示例文件(Python implementation of neural networks, as well as examples)
新建文件夹
- 这是BP神经网络的matlab实现,和特征向量的提取(This is the matlab implementation of the BP neural network and the extraction of feature vectors)
GA-BP
- 遗传算法优化BP神经网络,克服原始BP神经网络的缺点,提高算法的精度。(Genetic algorithm, optimization, BP neural networ)
ACATSP
- 旅行商问题(Traveling Saleman Problem,TSP)是车辆路径调度问题(VRP)的特例,由于数学家已证明TSP问题是NP难题,因此,VRP也属于NP难题。旅行商问题(TSP)又译为旅行推销员问题、货郎担问题,简称为TSP问题,是最基本的路线问题,该问题是在寻求单一旅行者由起点出发,通过所有给定的需求点之后,最后再回到原点的最小路径成本(Traveling salesman Problem ('ll Saleman Problem, TSP) is a special case
BP
- 利用BP网络逼近对象y(k)=u(k)^3+y(k-1)/(1+y(k-1)^2)。采样时间取1ms。输入信号为u(k)=0.5sin(6*pi*t)。(Approximate object y (k), =u (k), ^3+y (k-1) / (1+y (k-1) ^2) using BP networks. Sampling time is 1ms. The input signal is u (k) =0.5sin (6*pi*t).)
wine_SVM
- 支持向量机是一种继神经网络之后又一优化的算法推动了机器学习的理论发展。(Support vector machines (SVM) is a kind of optimization algorithm after neural network, which promotes the development of machine learning theory)
wawwa
- Encryption algorithms implemented in c++
knn_toy
- 这是一个K近邻分类器,手动编写的一个较为简单的实现。(K nearest neighbor classifier)
FileCopyMEER
- Copy target file from source folder to target folder
Genetic
- 完成某种信号处理或模式识别的功能、构作专家系统、制成机器人、复杂系统控制等等。(Some functions such as signal processing or pattern recognition, expert system, robot manufacturing, complex system control and so on.)
test
- tensorflow测试 计算mnist识别准确率 以及计算时间(tensorflow test Calculate the MNIST recognition accuracy and calculation time)
RBF_PID
- RBF神经网络算法,通过MATLAB软件实现神经网络控制算法(RBF neural network algorithm, through MATLAB software to achieve neural network control algorithm)