搜索资源列表
Neural_Networks_at_your_Fingertips
- 几个神经网络算法的例程,包括前向adaline, 共振art1, boltzman机, hopfield 网络, 自组织som 等等.-several neural network algorithm routines, including In this paper before, art1 resonance, Boltzman machine, hopfield networks, self-organizing som, and so on.
ARTVC
- 神经网络学习中的ART算法,用VC编写。很有参考价值。-neural network learning algorithm of ART, with VC prepared. Great reference value.
VQVC
- 神经网络学习中的矢量量化算法,VC编写完整源代码,很有参考价值。-neural network learning vector quantization algorithm, the preparation of VC source code integrity, of great reference value.
ANeuralNetworkonGPU.rar
- CUDA应用:在CUDA上实现神经网络,识别手写数字,the implementation of a neural network with CUDA. Neural Network for Recognition of Handwritten Digits
PSOtoolbox.rar
- 微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
monituihuosuanfa
- 神经网络中模拟退火算法MATLAB源程序,挺不错的,大家可以学习一下。-Neural networks simulated annealing algorithm in MATLAB source code, very good, we can learn from you.
00
- 用遗传算法和神经网络混合算法预测电力短期负荷预测,是遗传算法的典型应用-Using genetic algorithm and neural network hybrid algorithm to forecast the electricity short-term load forecasting is a typical application of genetic algorithms
PFC_JY
- 神经网络实现预测功能的小程序.程序虽小但是包含了具体原理过程及步骤,希望大家喜欢-this is used in prediction
bp-neural-network
- 很简洁的bp神经网络算法讲义,而且比较容易懂,其实bp网络很简单的-handouts of concise bp neural network algorithm, and very easy to understand, in fact, bp network very simple is very simple as this
gongshuiliangyuce
- 城市供水量神经网络预测-failed to translate
BP
- 简单的BP神经网络代码,在别人的基础上改动的-good math lab about bp
BP-adaboot
- 简单的BP神经网络代码,在别人的基础上改动-BP adaboot
RBFneural_direct
- BP神经网络在液位控制中的应用matlab程序-BP neural network in matlab
RBFneural_direct_matlab-(2)
- RBFneural_direct_matlab BP神经网络在液位控制中的应用matlab-RBF neural direct matlab
ex2_19
- 利用两层BP神经网络完成函数逼近。隐含层的激活函数取S型传输函数,输出层的激活函数取线性传输函数-Two layer BP neural network using function approximation. The S transfer function of the hidden layer activation function, the output layer activation function of linear transfer function
cma
- 一种神经网络均衡器,均方误差图来看具有很好的均衡效果-a kind of neural-network filter
convlutional_network_GPU
- 卷积神经网络的GPU实现。使用GPU计算来加速神经网络训练。-GPU convolution neural network implementation. Accelerate the training time
BRAIN_CUDA
- 这是在cuda平台上的一段模拟脑细胞活动的代码,使用了并行计算来实现神经网络。-This is the code section on cuda platform simulated brain cell activity, the use of parallel computing to realize the neural network.
BP_Hidden
- 双隐层BP神经网络实现,功能为时间序列的预测。-Double hidden layer BP neural network, the function of time series prediction.
《MATLAB神经网络原理与实例精解》随书附带源程序
- 《MATLAB 神经网络原理与实例精解(附光盘)》是一本神经网络原理与实践相结合的书,涵盖了大部分主流的神经网络。它尽量以浅显易懂的语言讲解,让读者能理解神经网络的原理,并学会在 MATLAB 中实现神经网络。MATLAB 版本逐年更新,神经网络工具箱中函数的结构安排已经改变,本书使用最新的 MATLAB 版本,使读者掌握应用工具箱解决实际问题的能力。本书讲解时附带了大量实例,对于简单的例子,本书除了使用工具箱函数外,还用手算的方式给出了自己的实现,便于读者理解神经网络的具体实现细节。(Firs