搜索资源列表
adapterSystemPaper
- 论文标题:自适应模糊系统在手写体数字识别中的应用研究 作者:张镭 作者专业:计算机软件人工智能 导师姓名:黄战 授予学位:硕士 授予单位:暨南大学 授予学位时间:19990501 论文页数:59页 文摘语种:中文文摘 分类号:TP18 TP391.4 关键词:手写体数字 自适应 模糊逻辑 神经网络 模式识别 摘要:该文针对模式识别的特点,构造了适合于模式识别问题的自适应模糊系统,对三种不同学习算法加以改进,在手写全数字识别上对分类器进行了实现,
PSOBPlunwen
- 基于PSO的BP训练算法论文:在BP训练算法中,关于变权值、学习速率、步长的问题已被广泛地研究,几种基于启发式改进的技术也表明具有改善训练时间以及避免陷入局部最小的明显效果。这里BP训练过程由基于PSO同时优化log—Sigmoid函数与网络权值的新算 法(PSO。GainBP)实现。实验结果表明,PSO—GainBP比传统基于PSO的BP算法在网络训练方面具有更好的性能。-PSO based on the BP training algorithm Papers: In the BP tr
48379-48379.ZIP
- 人工神经网络BP算法 1、动态改变学习速率 2、加入动量项 3、运用了Matcom4.5的矩阵运算库(可免费下载,头文件matlib.h), 方便矩阵运算,当然,也可自己写矩阵类 4、可暂停运算 5、可将网络以文件的形式保存、恢复 作者:同济大学材料学院 张纯禹 email:chunyu_79@hotmail.com
bp
- 本人刚下载的神经网络入门教程供大家一起学习!!~-I just download the entry of neural network to learn with tutorials for everyone! ! ~
matlabandBP
- 一个MATLAB和BP算法的程序,对神经网络学习有帮助-matlab and bp
Matlab--BP-neural-network-program
- 用matlab编BP神经网络预测程序,里面给出了程序的整体构架,应用时只需更改参数设置就可以,后面有应用实例和一些学习说明。-Matlab series of BP neural network prediction program, which gives the overall framework of the program, simply change the parameter settings when the application, followed by application
matlab-Neural-network-PPT
- Matlab BP神经网络学习的一个PPT,BP神经网络的初学者可下了参考学习。-Matlab BP神经网络学习的一个PPT,BP Neural Network for beginners in the study.
Intelligent-controller
- PID控制算法简单、鲁棒性强,但其参数整定过程繁琐,整定时需要控制对象的精确数学模型,而且整定往往是针对某一种具体工况进行的,缺乏自学习和自适应能力。模糊神经网络则兼备了模糊逻辑和神经网络的优点,具有函数逼近功能,具有较强的自适应、自学习能力、容错能力和泛化能力。借助于遗传算法对全局性参数进行优化设计,借助于BP算法对局部性参数进行优化,将模糊神经网络和遗传算法引入PID控制参数的整定过程,构造出一种基于模糊神经网络和遗传算法的智能PID控制器-Intelligent controller ba
Intelligent-computation-methods
- 采用bp神经网络对其进行函数拟合。误差反向传播网络(bp网络)是目前人工神经网络模式中最具代表性,应用最广泛的一种模型,具有自学习、自组织、自适应和很强的非线性映射能力,可以以任意精度逼近任意连续函数。-The bp neural network to its function fitting. Error back propagation network (bp network) is the artificial neural network model of the most repres
abbr_99
- bp神经网络的设计 希望大家相互探讨 相互学习 -bp neural network design hope we mutually explore and learn from each other
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.
PCA
- 针对稀疏表示识别方法需要大量样本训练过完备字典且特征冗余度较高的问题,提出了结合过完备字典学习与PCA降维的小样本语音情感识别算法.该方法首先用PCA降维方法将特征降维,再将处理后的特征用于过完备字典训练与稀疏表示识别方法,从而给出了语音情感特征的稀疏表示方法,并确定了新算法的具体步骤.为验证其有效性,在同等特征维数下,将方法与BP, SVM进行比较,并对比、分析语音情感特征稀疏化前后对语音情感识别率、时间效率以及空间效率的影响.试验结果表明,所提出方法的识别率比SVM与BP高 与采用稀疏化前的
BP
- 基于BP神经算法的C语言程序源代码,适合初学者学习并加以改进-Based on BP neural algorithm C language source code, suitable for beginners to learn and to improve
liqiang-bp
- 利用bp神经网络对UCI数据库进行训练,分析数据的特性,希望能对需要初级学习matlab的人们有所帮助 -Bp using neural network trained on UCI database, the characteristics of the analysis of data, hoping to junior matlab help people learn
BP
- 举例说明神经网络在matlab中的应用,希望能对需要初级学习matlab的人们有所帮助 -Illustrate the neural network in matlab applications, hoping to junior matlab help people learn
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
- 神经网络BPC语言代码用以给大家学习BP神经网络使用-Neural Network BP C language code for everyone to learn the use of BP neural network
1234-bp
- bp神经网络识别语音信号,是个很好的学习资料-BP neural network recognition of speech signals, is a very good learning materials