搜索资源列表
Neural-net-matlab-program-toolbox
- 神经网络算法模型,有程序和工具箱介绍,Matlab神经网络工具箱应用简介-Neural network (including the matlab program and Matlab toolbox
Neural-Network-
- 数学建模中基于matlab的神经网络算法-Mathematical modeling of neural network algorithm based on matlab
moxingyuce
- 基于神经网络算法的预测控制,对预测控制的学习有很大的用处。-Predictive control based on neural network algorithm, is very useful for the predictive control of learning.
GestureStudy
- 文档描述使用BP神经网络算法进行鼠标手势识别,以及对算法的优化和实验结果,使用C#进行开发,基于Framework2.0-Document describes the use of BP neural network algorithm mouse gesture recognition, as well as the optimization algorithm and experimental results, the use of C# development, based on Fram
rnn-esn
- 基于神经网络的负荷预测,神经网络算法程序。-Based on neural network load forecasting procedures,Neural network algorithm procedures
classificiation-algorithm-overview
- 机器学习领域经典分类算法综述,包括Decision Tree(ID3、C4.5(C5.0)、CART、PUBLIC、SLIQ和SPRINT算法),三种典型贝叶斯分类器(朴素贝叶斯算法、TAN算法、贝叶斯网络分类器),k-近邻 、 基于数据库技术的分类算法( MIND算法、GAC-RDB算法),基于关联规则(CBA:Classification Based on Association Rule)的分类(Apriori算法),支持向量机分类,基于软计算的分类方法(粗糙集(rough set)、遗传
Implementation-of-BP-neural-network
- BP神经网络算法实现及优化,较好的对传统算法进行了改进和优化。-BP neural network algorithm and optimization, better improvement on traditional algorithms and optimization.
shenjingwangl
- 神经网络算法,很强大,可以放心使用,已试过,可以正常运行-hen qingda
bpwt
- 神经网络算法和小波分解与重构,BP(Back Propagation)网络,是一种按误差逆传播算法训练的多层前馈网络-Neural network algorithm and wavelet decomposition and reconstruction, BP (Propagation Back) network, is a kind of multilayer feedforward network trained by the error back propagation algorit
04432909
- 基于FPGA实现的神经网络算法ANN。针对手势识别,不错的参考文章。-Hand Postures Recognition System Using Artificial Neural Networks Implemented in FPGA
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.
Boltzmann-machine-algorithm
- 波尔兹曼机算法,一种流行的人工神经网络算法,可解决局部最小等问题-Boltzmann machine algorithm, a popular artificial neural network algorithm, solve the local minimum problem
GA-BP-MATLAB
- 利用GA-BP神经网络算法的应用实例之MATLAB程序,有中文注释-GA-BP neural network for matlab
MFL
- 基于改进BP神经网络算法的管道缺陷漏磁信号识别-Identification of magnetic flux leakage signals of Pipeline Defects Based on improved BP neural network algorithm
study-on-GSO-algorithm
- 基于萤火虫算法优化的BP神经网络算法研究,适合初学者-study on glowworm swarm optimized BP Neural network algorithm
GA-BP
- GA-BP代码(遗传算法改进优化BP神经网络算法)-GA-BP code (genetic algorithm improved BP neural network algorithm)
粒子群优化算法
- 粒子群优化(PSO)是一种进化计算技术(进化计算)。 捕食鸟行为的研究。粒子群算法(PSO)的基本思想是通过群体中个体之间的协作和信息共享找到最优解。 粒子群优化算法的优点是它简单且易于实现,没有多个参数。目前,它已广泛应用于函数优化、神经网络训练、模糊系统控制等遗传算法中。(The particle swarm optimization (PSO:Particle swarm optimization) is an evolutionary computing technology (Ev
快速学习算法
- 该算法是一个主要针对人工智能神经网络中DBN网络的一种快速学习算法
基于卷积神经网络的道路目标检测算法
- 针对实际交通场景下道路目标检测时存在检测精度低、检测速度慢以及难以检测小目标的问题,faster R-CNN的快速、精确道路目标检测算法。该算法包括一个精确目标区域网络 和一个目标属性学习网络通过引入反卷积结构,设计网络的损失函数,提高小目标的检测性能,为加快算法的计算速度。