CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 神经网络 学习

搜索资源列表

  1. nnekf

    0下载:
  2. ukf优化神经网络的例子,非常值得下载学习。-A good example, ukf is used to optimize the parameters of NN.
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:1642
    • 提供者:stephen
  1. lIntelligentne

    0下载:
  2. 对于学习神经网络控制的同同志具有参考价值,共同分享 -A reference value, shared learning neural network control with comrades
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:2385930
    • 提供者:revealrot
  1. NBBPP_fruite

    0下载:
  2. BP神经网络的一个应用示例:水果识别。先学习,然后根据输输入的三个0,1值用BP神经网络计算出结果。 已通过测试。 -BP neural network application examples: fruit identification. The first study, the calculated results with BP neural network then lost three 0,1 value of the input. Has passed the test.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-21
    • 文件大小:130910
    • 提供者:zhengguoo
  1. BBP--nnnP

    0下载:
  2. BP神经网络分类器程序源码有两种运行状态,一个是学习,另外一个是分类。在学习状态下,在Dos命令符下输入bp learn,便开始学习了,学习的结果放在weight.dat中;在工作状态下,在Dos命令令符下下输入bp work,便开始识别classfyme.dat中的数据了,识别完成后,结果放在results.dat中。在bp运行的任何一种状态下,都不能手工打开Weight.dat、Sample.d -BP neural network classifier program source c
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:69680
    • 提供者:表现
  1. BP-algorithm

    0下载:
  2. 人工神经网络BP算法 1、动态改变学习速率2、加入动量项-BP algorithm of artificial neural networks
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:3960
    • 提供者:lichao
  1. BP

    0下载:
  2. 用C写的简单的神经网络算法,利用训练集学习并建立模型,并对测试集进行分类-Simple neural network algorithm, written in C using the training set of learning and to establish the model, and test set classification
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1529
    • 提供者:沈彤
  1. BPnetwork

    0下载:
  2. BP神经网络用于故障诊断的例子,内有代码和说明,可以对照注释学习-BP neural network for fault diagnosis example code and instructions can control annotation learning
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:17894
    • 提供者:肖坤
  1. matlab-code-based-image-retrieval

    1下载:
  2. 基于图像检索的matlab代码,基于内容的图像检索中的一些关键环节:特征提取:颜色直方图;纹理特征等 相似度:马氏距离,欧氏距离等 相关反馈:机器学习方法,如SVM,神经网络等 检索与分类:两个很相似的样本距离很小,虽然两个不相似的样本距离未必很大-content-based image retrieval of some of the key issues : Feature Extraction : color histogram Texture characteristics of si
  3. 所属分类:Other systems

    • 发布日期:2017-11-01
    • 文件大小:165335
    • 提供者:EmilyFu
  1. Forecasting-based-on-BPNN

    0下载:
  2. 提供了数据,支持BP神经网络的运行,算法通俗易懂,能够对数据进行准确的预测,预测效果较好,方便本科和研究生对神经网络的学习。-We provide the original data, which will support the running of the BPNN. The algorithm is simple and the model will forecast accurately with better effect. The algorithm is convenient t
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:2088
    • 提供者:kasino
  1. FinancialPredictorViaNeuralNetwork

    0下载:
  2. 基于神经网络的财政预测代码,用C#编写,可以运行,共享一下,大家学习-Neural network based on the financial forecasts code, written in C#, you can run, sharing what we learn
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:4185504
    • 提供者:feng
  1. BP

    0下载:
  2. matlab编写的bp神经网络程序,适合初学者学习,内部注释清楚-matlab prepared bp neural network program, suitable for beginners to learn the internal comments clear
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:10617
    • 提供者:Tracy
  1. shengjingwangluo_number-recognition

    0下载:
  2. 利用神经网络的方法进行模式识别,通过神经网络的学习,可以提高识别的成功率!-The method of using neural networks for pattern recognition.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:57154
    • 提供者:
  1. program

    1下载:
  2. 编写了一个pso优化bp神经网络的程序,应用在分类中。第一步:pso优化bp神经网络得到最优的阈值和权值,第二步bp神经网络把该最优的阈值和权值作为初始阈值和权值,采用动量及自适应学习速率算法进行训练。附件中,是数据和编写的部分程序,tiqushuju是用来提取文本中的数据构造样本集的函数。mubiao是用来构造期望输出的函数。bp是已经编写好的,未使用pso优化的bp神经网络函数。pso是本人编写的pso优化bp神经网络的函数,psobp是采用pso优化的阈值和权值作为bp神经网络的初始权值和
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:48759
    • 提供者:wk
  1. AI-Life

    0下载:
  2. C#遗传算法和人工神经算法实例代码,一个简单的人工神经网络和遗传算法例子,界面语言为英文,是从老外那里搞到的,功能不只是人工神经和遗传算法,想学习的可以起到很好的借鉴作用,值得看看。-C# genetic algorithms and artificial neural algorithm example code, the example of a simple artificial neural networks and genetic algorithms, interface langu
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:614828
    • 提供者:hpudn99
  1. neural-worknet

    0下载:
  2. BP神经网络的构建和模拟,有助于初学者学习-The construction of the BP neural network and simulated,help beginners to learn
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:1577
    • 提供者:周晓
  1. CyuyanshixianBP

    0下载:
  2. 使用C语言编程实现BP神经网络,很值得一看,值得学习。-Using the C programming language BP neural network, it is worth a visit, it is worth learning.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2429
    • 提供者:周晓辉
  1. MATLAB-net

    0下载:
  2. 在matlab中,利用神经网络的学习小程序-In matlab, using neural network learning applet
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:44243
    • 提供者:hao
  1. AI-Life

    0下载:
  2. C#遗传算法和人工神经算法实例源码下载,一个简单的人工神经网络和遗传算法例子,界面语言为英文,是从老外那里搞到的,功能不只是人工神经和遗传算法,想学习的可以起到很好的借鉴作用,值得看看。 ,作者拥有版权,仅供学习与参考。-C# genetic algorithm and artificial neural algorithm example source code download, examples of a simple artificial neural network and gen
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:645430
    • 提供者:smartroc
  1. BP-The-neural-network

    0下载:
  2. 人工神经网络 matlab ,一个不错的学习机器,希望对大家有帮助了-Matlab artificial neural network, a good learning machine, hope to be helpful
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1198
    • 提供者:张飞
  1. BP

    0下载:
  2. 采用典型的BP算法实现了有导师学习下的神经网络,采用输入层、隐含层和输出层的三层结构,实现了BP算法。-Typical BP algorithm implements a mentor to learn the neural network, using the input layer, hidden layer and output layer, three-layer structure, to achieve the BP algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1852717
    • 提供者:刘荣荣
« 1 2 3 4 5 6 78 9 10 11 12 »
搜珍网 www.dssz.com