CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - neural network

搜索资源列表

  1. neuralnetworklearningalgorithm

    0下载:
  2. 人工神经网络感知器的误差学习算法,实现单层感知器的学习算法-Artificial neural network-aware device error learning algorithm, to achieve single-layer perceptron learning algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1226
    • 提供者:韩丁
  1. LP

    0下载:
  2. 基于径向基神经网络的算法逼近低通滤波器,用Matlab编程实现-Based on RBF Neural Network Approximation algorithm low-pass filter, using Matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:613
    • 提供者:
  1. hopfield-for-tsp

    4下载:
  2. 利用hopfield神经网络解决50个城市tsp问题,适合初学者。-Hopfield neural network using 50 cities tsp solve problems, suitable for beginners.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-25
    • 文件大小:2858
    • 提供者:dayong
  1. classify

    0下载:
  2. 简单分类器 可用于基于神经网络的字母识别,适合初学者使用。 -Simple classifier based on neural network can be used to identify the letters, suitable for beginners to use.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:53109
    • 提供者:李敏
  1. BP

    0下载:
  2. 神经网络BP算法的实现和两个小例子,其中包括两个.m文件和一个说明文档-Implementation of neural network BP algorithm and two small examples, including two. M file and a documentation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:93887
    • 提供者:hujuan123
  1. 何斌——BP改进算法

    0下载:
  2. BP神经网路的改进算法 delphi实现,帮帮忙,怎么大家都做过了呢?-BP neural network to achieve improved algorithm delphi, help out how we all done?
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-23
    • 文件大小:434879
    • 提供者:
  1. ANN

    0下载:
  2. 实验使用BP神经网络来逼近一个较复杂的正弦函数,并观察BP神经网络的各个参数对BP神经网络的影响.-Experimental use of BP neural network to approximate a more complex sine function, and to observe the parameters of BP neural network on the impact of BP neural network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:491042
    • 提供者:
  1. pso_wavelet

    10下载:
  2. 小波神经网络模型,采用粒子群算法优化,包含单输入、多输入-Wavelet neural network model, using particle swarm optimization, including single-input, multiple-input
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-06-09
    • 文件大小:10569
    • 提供者:金超
  1. MLP

    1下载:
  2. for MLP neural network.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3740
    • 提供者:rose
  1. LPR-mobile

    1下载:
  2. 视频车辆牌照识别,包含汉字处理算法,BP神经网络设计。识别率高达90%以上。-Video vehicle license plate recognition, including the Chinese characters processing algorithms, BP neural network design. Recognition rate as high as 90 .
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:771168
    • 提供者:飞辉
  1. CPN

    0下载:
  2. Counterpropagation Network Vision 源码, 经典的CPN人工神经网络例子源码-Counterpropagation Network Vision Source, a classic example of artificial neural network CPN-source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:31261
    • 提供者:
  1. BOLTZMAN

    0下载:
  2. Boltzmann Machine Optimization 人工智能人工神经网络源码-Boltzmann Machine Optimization of artificial neural network artificial intelligence source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-12
    • 文件大小:33442
    • 提供者:站长
  1. bpnet

    0下载:
  2. 用人工神经网络的bp的方法解决异或问题-Using artificial neural network bp means to solve the XOR problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:35275
    • 提供者:
  1. 200712517012922

    0下载:
  2. 人工神经网络算法,matlab,c,fortran-artificial neural network algorithm, Matlab, c, fortran
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:555
    • 提供者:xiahong
  1. MATLAB_BP_algorithm

    0下载:
  2. 用matlab实现的bp神经网络算法,在图象处理等诸多领域有很大的应用-achieved using Matlab bp neural network algorithm, image processing and many other areas of great application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:555
    • 提供者:flower
  1. nnToolKit_src

    4下载:
  2. nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-27
    • 文件大小:10865872
    • 提供者:魏建明
  1. C++

    0下载:
  2. 数据挖掘算法源码,有聚类算法、分类算法、神经网络分类算法-Source of data mining algorithms, a clustering algorithm, sorting algorithm, neural network classification algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:464057
    • 提供者:丁冬
  1. waveletNN

    1下载:
  2. 小波神经网络,两者相互结合,程序简洁易懂!-Wavelet neural network, the two interact and procedures easier to understand!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:23983
    • 提供者:李华
  1. pso_nnet

    1下载:
  2. 利用pso算法训练人工神经网络的源代码。-PSO algorithm for the use of training artificial neural network source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-18
    • 文件大小:8233
    • 提供者:楚湘华
  1. BP-moshi

    0下载:
  2. BP神经网络用于函数拟合与模式识别的Matlab示例程序,说明很详细,并且代码可以直接拿来用-BP neural network for function fitting and pattern recognition procedures Matlab examples to illustrate in great detail, and the code can be directly used by
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:5711
    • 提供者:tangsp
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com