资源列表
nnctrl20
- 用PID 模型预测控制等多种方法进行神经网络控制(neural network control for SISO system)
针对TSP问题的各种蚁群优化程序ACOTSP-1.03
- 针对TSP问题的各种ACO蚁群优化算法的程序,C++语言实现, 对研究蚁群优化的小伙伴有所帮助(ACO ant colony optimization algorithm The program of various ACO ant colony optimization algorithms for the TSP problem and the implementation of the C++ language are helpful to the small partners stu
基于遗传算法的TSP算法
- TSP问题是典型的NP难问题,运用遗传算法解决TSP问题(The TSP problem is a typical np-hard problem, using the genetic algorithm to solve TSP problem)
深度学习 21天实战Caffe ,赵永科著(暗) ,P373.pdf
- 深度学习 21天实战Caffe 教程 快速掌握框架(Deep learning 21 days real battle Caffe tutorials fast mastering framework)
26755458lle
- 流形学习中常见的lle算法,不仅可以运行,还可以实现可视化(The common LLE algorithm in manifold learning can not only run, but also can be visualized.)
slic-python-implementation-master
- 图像分割算法实现——简单线性迭代slic(Realization of image segmentation algorithm)
MATLAB神经网络30个案例分析源程序
- 此段代码是关于matlab神经网络中,bp型神经网络的参考代码(This section of code is the reference code for the MATLAB neural network, BP neural network)
bp
- 新手入门推荐:神经网络代码,根据神经网络来训练学习,将一些不同的数据挑选,训练成合适的数据,根据这些数据可以预测之后的会产生的新数据(Neural network code, based on neural network training learning, will pick up some different data and train them into suitable data. According to these data, we can predict the new dat
svdRec
- svd算法,用于降维青春痘通过后V家换股后(SVD algorithm, used to reduce the dimension of acne after the V home change after the stock exchange)
AIMLbotSource2.5
- AIML,全名为Artificial Intelligence Markup Language(人工智能标记语言),是一种创建自然语言软件代理的XML语言,是由Richard Wallace和世界各地的自由软件社区在1995年至2002年发明的。(AIML engine robot for Chinese Chinese dialogues)
work
- matlab补偿模糊神经网络源代码 本文中有两个函数m文件:model126.m是一个用于预测的完全没有用工具箱函数的补偿模糊神经网络主程序,用于仿真、对比训练数据和网络输出的差异;cb.m是一个非线性系统的数学模型,在model126.m中用“ode45”函数求解这个数学模型后,可以得到105个x1(t)、x2(t)和y(t),从而建立起一个两输入一输出的补偿模糊神经网络。(There are two function m file in this paper: model126.m is
fisher
- 实现fisher线性判别分类,模式识别经典算法(realization of Fisher linear discriminant classification)