CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 神经网络训练

搜索资源列表

  1. BP

    0下载:
  2. BP神经网络的主程序,已经调试成功。其中传递函数可以自己随意选用,sigmoid,pureline等函数。训练函数也可以自己设置,trainlm,trainbr等等(Back propagation neural network.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:李宁227
  1. bp

    0下载:
  2. 新手入门推荐:神经网络代码,根据神经网络来训练学习,将一些不同的数据挑选,训练成合适的数据,根据这些数据可以预测之后的会产生的新数据(Neural network code, based on neural network training learning, will pick up some different data and train them into suitable data. According to these data, we can predict the new dat
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:CHENXuJie
  1. work

    0下载:
  2. matlab补偿模糊神经网络源代码 本文中有两个函数m文件:model126.m是一个用于预测的完全没有用工具箱函数的补偿模糊神经网络主程序,用于仿真、对比训练数据和网络输出的差异;cb.m是一个非线性系统的数学模型,在model126.m中用“ode45”函数求解这个数学模型后,可以得到105个x1(t)、x2(t)和y(t),从而建立起一个两输入一输出的补偿模糊神经网络。(There are two function m file in this paper: model126.m is
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:Zenia
  1. 70616536matlab

    0下载:
  2. 采用BP网络,NEWCF--生成一个新的前向神经网络,TRAIN--对网络进行训练, 定义训练样本(Using the BP network, NEWCF-- generates a new forward neural network. TRAIN-- trains the network to define training samples.)
  3. 所属分类:通讯编程

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:zyunerl
  1. Deep_Learning(深度学习)

    2下载:
  2. 深度学习入门教程,由浅入深,包含深度学习的基本思想,各种训练模型已经卷积神经网络相关内容(Deep learning introduction course, from shallow to deep, including deep learning basic ideas, various training models have convolution neural network related content)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:2032640
    • 提供者:一夏
  1. bp.matlab

    0下载:
  2. 是一种按照误差逆向传播算法训练的多层前馈神经网络,是目前应用最广泛的神经网络。(In machine learning and science,artificial neural networks are a family of statistical learning models inspired by biological neural networks and are use to estimate or opproximate functions that can depend on
  3. 所属分类:matlab例程

  1. P5-2 PSO训练神经网络

    0下载:
  2. 通过粒子群算法训练神经网络,实现一个简单的人工智能算法(Training neural network through PSO)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:4096
    • 提供者:大蛇撒旦
  1. 运动学分析

    0下载:
  2. 并联机构求正解 用遗传算法来对神经网络算法的权值选取过程进行优化,既能缩短训练时间,提高网络收敛速度,又可以有效避免训练中陷入局部最优解。(According to solving results, the solving precision of neural network algorithm which is optimized by genetic algorithm is able to reach nanoscale and has a higher solving precisio
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-21
    • 文件大小:45761536
    • 提供者:zhouhaox7788
  1. cnn

    1下载:
  2. 基于python tensorflow框架构建的卷积神经网络用来识别图像,附带训练数据集的制作代码。(The convolution neural network based on the python tensorflow framework is used to identify images with the production code of the training data set.)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-04-21
    • 文件大小:8192
    • 提供者:马舒舒
  1. RBF神经网络的训练程序

    0下载:
  2. 2018美赛A题第三问本人用RBF径向基神经网络制作的生成任意海浪模型的程序,可以解决移动船只的仿真问题(2018 A question third ask me the program of generating arbitrary sea wave model by RBF radial basis neural network, which can solve the simulation problem of mobile ship.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-23
    • 文件大小:2048
    • 提供者:Dyson_666
  1. code

    0下载:
  2. matlab单层神经网络实现与逻辑,感知器是一种最简单的神经网络,可以解决最简单分类问题。在本经验中,利用了MATLAB代码简单实现了一个单层神经网络的感知器,对“与”逻辑运算进行了训练和学习,以便我们深入地了解感知器的构造。(Implementation and logic of MATLAB single layer neural network)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:demonisd
  1. BP2

    0下载:
  2. 该程序用来产生训练样本,同时检验BP神经网络,是否真的能实现这样的功能(The program is used to produce training samples and test the BP neural network, whether it can really achieve such a function.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:晓雨大雨
  1. BP

    0下载:
  2. 一个简单的BP神经网络matlab代码,且包含利用训练好的网络的预测代码(A simple BP neural network matlab code that contains predictive code that uses a trained network)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:3072
    • 提供者:双双双
  1. Untitled 14 BP NN

    2下载:
  2. 用bp神经网络对故障信号进行分类,通过训练和测试数据,来验证结果(Using bp neural network to classify fault signals and verify results by training and testing data)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:伟伟倾城
  1. Untitled13

    0下载:
  2. 用bp神经网络对几组数据进行训练,然后对剩下的数据进行预测,以达到预测故障的目的(Using bp neural network to train several sets of data, and then predict the remaining data to achieve the purpose of predicting failures.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:伟伟倾城
  1. BpANN

    0下载:
  2. 采用Bp神经网络算法,通过训练计算有限的样本数据,进而对更广的数据进行预测(Using the Bp neural network algorithm to predict the data)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:375808
    • 提供者:小黄灬牛
  1. chapter1

    0下载:
  2. BP神经网络对四种语音进行分类,包括网络结构初始化,网络训练,参数更新(Speech classification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-29
    • 文件大小:377856
    • 提供者:P兴
  1. imageRecognises

    0下载:
  2. Python编程Keras训练神经网络,识别猫狗图片(Python programming and Keras training neural network,recognition the cat or dog in the picture.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:84178944
    • 提供者:月痕·踏雪
  1. SRCNN_TEST

    0下载:
  2. 基于卷积神经网络的图像超分辨率重建,不含训练程序,包含已训练好的model !(Test code for Super-Resolution Convolutional Neural Networks (SRCNN))
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-02
    • 文件大小:1249280
    • 提供者:kaven_00
  1. MATLAB

    0下载:
  2. 在matlab平台上搭建BP神经网络对26个字母进行训练识别(BP neural network is built on MATLAB platform to train and identify 26 letters.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:cnnbp
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com