搜索资源列表
adapterSystemPaper
- 论文标题:自适应模糊系统在手写体数字识别中的应用研究 作者:张镭 作者专业:计算机软件人工智能 导师姓名:黄战 授予学位:硕士 授予单位:暨南大学 授予学位时间:19990501 论文页数:59页 文摘语种:中文文摘 分类号:TP18 TP391.4 关键词:手写体数字 自适应 模糊逻辑 神经网络 模式识别 摘要:该文针对模式识别的特点,构造了适合于模式识别问题的自适应模糊系统,对三种不同学习算法加以改进,在手写全数字识别上对分类器进行了实现,
rseuna1
- matlab实现的车牌字符识别,是基于BP神经网络的识别算法。-Matlab license plate character recognition, it is based on the BP neural network recognition algorithm.
BP
- BP神经网络,matlab环境下利用BP算法,采用BP神经元网络的设计方法实现分类器的设计-BP neural network BP algorithm Matlab environment, using BP neural network design method classifier design
wzrh
- (1)针对在线计算量大这一缺陷,将预测控制中的柔化输出信号的思想推广到柔化输入信号,使得约束条件被简化为仅对当前控制量的约束,可以直接计算得出;同时该方法避免了求逆矩阵,大大减小了计算量,并能够保证控制算法的可行性和良好的控制性能。 (2)针对传统算法中设计参数整定困难这一缺点,应用基于BP神经网络变参数设计的广义预测控制算法,实现了对控制量柔化参数的在线调整。 (3)利用带有遗忘因子的最小二乘法对系统辨识。本文通过仿真发现该方法对于Hénon混沌系统并不完全适用,可考虑利用其他优化系统
BP-neural-network
- BP网络模型处理信息的基本原理 BP神经网络模型.节点输出模型,作用函数模型,误差计算模型,自学习模型 缺陷分析及优化策略 实现神经网络的BP算法源码及注释-BP neural network model of the basic principles of processing information BP neural network model output node model, the role of function model, error calculation mo
BP
- BP神经网络:使用BP算法实现sin函数。BP神经网络的学习采用误差反向传播算法,简称BP算法。-BP neural networks: the BP algorithm sin function. BP neural network learning using the error back propagation algorithm, referred to as BP algorithm.
BPSin
- BP神经网络:使用BP算法实现sin函数。源代码.BP神经网络的学习采用误差反向传播算法,简称BP算法。-BP neural networks: the BP algorithm sin function. Source code. BP neural network learning using the error back propagation algorithm, referred to as BP algorithm.
Implementation-of-BP-neural-network
- BP神经网络算法实现及优化,较好的对传统算法进行了改进和优化。-BP neural network algorithm and optimization, better improvement on traditional algorithms and optimization.
feixianxingnihe
- 在matlab软件中编程实现基于遗传算法优化BP神经网络非线性系统拟合算法-In the matlab software programming based on genetic algorithm to optimize the BP neural network nonlinear system fitting method
backprop
- 常用的模型和算法介绍,BP神经网络的C语言实现-The commonly used model and the algorithm is introduced, the BP neural network of C language implementation
BP-neural-network
- BP神经网络的C++算法实现及讨论。通过C++构造一个5层神经网络,成功实现样本函数的功能。-C++ BP neural network algorithm to achieve and discussion. By C++ construct a five-layer neural network, the successful implementation of functional sample function.
simulation
- 运用BP人工神经网络算法来实现多输入和多输出的真实值仿真,包络神经元选取、激活函数选取等一系列相关问题。-This code is used for simulation with BP artificial neural networks,especially for multiple inputs and outputs.
BP
- 神经网络算法是机器学习的一种经典算法,可以在MATLAB、SAS、SQL、SPSS上实现数据挖掘。-Neural network algorithm is a classical computer algorithms can be programmed on the SAS, matlab, SQL and other software.
BP神经网络算法的C语言实现代码
- 用C语言编程,进行bp神经网络算法程序实现(BP neural network algorithm, program implementation)
Ryan_GA_BP
- 实现了基于遗传算法GA优化的BP神经网络,遗传代数为100代(BP neural network based on GA optimization)