搜索资源列表
levelingdevicePIDcontrolleresign
- 为了便于进行形象化的理解,本章进行了控制结果的可视化编程。利用Matlab与Borland C++ Builder的程序开发接口,通过建立独立的可执行程序,演示了控制过程中对熨平板进行调节的过程。最终认为,PID控制和人工神经网络控制对控制速度和精度都有了很多的改善;对摊铺机自动调平装置而言,其控制器的设计占有重要的地位。 -To facilitate figurative understanding of this chapter for the control of the results
matlab神经网络工具箱函数
- 人工神经网络的工具想函数一览表,可以查询很方便的-artificial neural network tool to the list of functions that can be very convenient inquiry
RBF
- RBF人工神经网络代码,实现RBF函数拟合功能-rbf nnt code
methods_of_classification
- 这里和大家分享的几种基础的分类方法,其中包括判别聚类分析、人工神经网络、主成分分析等-Here and to share the basis of several classification methods, including discriminant cluster analysis, artificial neural networks, principal component analysis
Artificial_neural_networks_combined_with_genetic_a
- 一篇关于人工神经网络与遗传算法的结合书籍,里面的详细说明了如何搭建模型-An article on artificial neural networks and genetic algorithm combination of books, which detailed descr iption of how to build model
BP
- 一个BP神经网络的源程序,是matlab实现的,是研究人工神经网络的很好的学习资料-A BP neural network source code, is the realization of matlab is to find good artificial neural network learning information
a
- 人工神经网络的讲解课件,用利于学习者认识神经网络,在MATLAB中实现神经网络。-On artificial neural network software, and help learners understand the neural networks, in the realization of neural networks in MATLAB.
Adaptive-linear-element
- 掌握用Matlab人工神经网络工具箱设计自适应线性元件的方法,掌握人工神经网络学习和训练过程;理解误差曲面;分析比较自适应线性元件的不足。-Master with Matlab artificial neural network toolbox design adaptive linear element method, to master artificial neural network learning and training process understand the error
neuralnetwork
- 人工神经网络的仿真程序,是相关研究的好资料-Neural network of matlab simulation program, suitable personnel for research use
BP-The-neural-network
- 人工神经网络 matlab ,一个不错的学习机器,希望对大家有帮助了-Matlab artificial neural network, a good learning machine, hope to be helpful
artificial-neural-network-method
- 基于人工神经网络法的风电功率预测matlab程序,可预测未来几十个小时内的风电功率。-Based on Artificial Neural Network Method wind power prediction matlab program, you can predict the future of dozens of hours of wind power.
33333
- 模式识别相关算法的matlab实现,其中包括人工神经网络、非线性支持向量机以及近邻分类。-pattern recognition
sanfei_v21
- 图像的光流法计算的matlab程序,计算多重分形非趋势波动分析,基于人工神经网络的常用数字信号调制。- Image optical flow calculation matlab program, Calculate the multifractal trend fluctuation analysis, The commonly used digital signal modulation based on artificial neural network.
maimei
- 基于人工神经网络的常用数字信号调制,基于matlab GUI界面设计,真的是一个好程序。- The commonly used digital signal modulation based on artificial neural network, Based on matlab GUI interface design, Really is a good program.
kaojao
- 基于人工神经网络的常用数字信号调制,计算时间和二维直方图,通过matlab代码。- The commonly used digital signal modulation based on artificial neural network, Computing time and two-dimensional histogram, By matlab code.
gouting
- 对于初学matlab的同学会有帮助,基于人工神经网络的常用数字信号调制,包括邓氏关联度、绝对关联度、斜率关联度、改进绝对关联度。- Matlab for beginner students will help, The commonly used digital signal modulation based on artificial neural network, Including Deng s correlation, absolute correlation, correlation
matlab数字图像处理与识别
- 将理论知识、科学研究和工程实践有机结合起来,内容涉及数字图像处理和识别技术的方方面面,包括图像的点运算、几何变换、空域和频域滤波、小波变换、图像复原、形态学处理、图像分割以及图像特征提取的相关内容;同时对于机器视觉进行了前导性的探究,重点介绍了两种目前在工程技术领域非常流行的分类技术——人工神经网络(ANN)和支持向量机(SVM),并在人脸识别这样的热点问题中结束《精通Matlab数字图像处理与识别》。(Combining theoretical knowledge, scientific re
人工神经网络-matlab-源程序代码
- 人工神经网络(Artificial Neural Networks,简写为ANNs)是一种模仿动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连接的关系,从而达到处理信息的目的,并具有自学习和自适应的能力。(Artificial neural network is an algorithm mathematical model that mimics the behavior characteristics of animal
建模
- 利用matlab2012a,制作两个excel表格,一个是建模集train,另一个是验证集test,然后就可以构建出人工神经网络模型bp,之后再用验证集做外部验证。(Using MATLAB 2012a, two excel tables are made, one is the modeling set train, the other is the validation set test, then the artificial neural network model BP can be
BPGA代码
- 利用遗传算法实现BP人工神经网络的matlab代码,可用于matlab编程分析