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

搜索资源列表

  1. angela-work

    0下载:
  2. 运用bp神经网络方法实现对8*16像素的手写体0~9数字识别的代码,列出了训练样本以及测试样本-use bp neural network method of 8 * 16 pixels handwritten 0 ~ 9 digital identification code, listed training samples and test samples
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:30685
    • 提供者:陈玉
  1. BPnetwork

    0下载:
  2. 本代码是采用BP神经网络 对上海港的集装箱吞吐量进行预测,内涵两个程序包,一个为训练网络,里一个是测试之用,请参考,希望有所帮助-This code is used BP neural network to predict the Shanghai Port' s container throughput, meaning the two packages, one for training the network, where one is testing purposes, pleas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1141
    • 提供者:刘杨
  1. main2

    0下载:
  2. 基于齿轮的bp神经网络训练测试程序源代码,谢谢下载,有错误请指出-jhsagcsc afk
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:2179
    • 提供者:许长青
  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. BP

    0下载:
  2. 一个简单的神经网络实现二分类问题,里面包含代码,以及训练集和测试集的数据,可以直接用的,对初学者是不错的资源-A simple neural network to achieve the two-class problem, which contains the code, as well as training and testing data sets can be directly used, is a good resource for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:4984
    • 提供者:周 脉成
  1. bp-solve

    0下载:
  2. BP网络是目前前馈式神经网络中应用最广泛的网络之一,实现BP算法训练神经网络完成XOR的分类问题。 设计要求: (1) 能够设置网络的输入节点数、隐节点数、网络层数、学习常数等各项参数; (2) 能够输入训练样本; (3) 实现BP算法的训练过程; (4) 实现训练过程的动态演示; (5) 训练完成后可输入测试数据进行测试。 -BP neural network is feedforward neural networks one of the most widel
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-18
    • 文件大小:380770
    • 提供者:刘畅
  1. shenjingwangluo

    0下载:
  2. 利用BP神经网络对非线性系统进行辨识,先对网络进行训练,后进行网络测试。-BP neural network for nonlinear system identification, first to train the network, the network test.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1465
    • 提供者:王丹
  1. bpsinx

    0下载:
  2. 采用bp神经网络对函数y=sin(x)进行训练,然后用测试集对训练的函数进行测试,也就是函数逼近sin(x)的曲线-Bp neural network using the function y = sin (x) for training, and then use the test set to test the training function, that is, function approximation sin (x) curve
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:809
    • 提供者:ee
  1. DigitIdent

    0下载:
  2. 要求给定数字模式样本(7X9点阵,0-9共10个数字),设计一BP神经网络进行手写体数字识别。 网络只有一个隐含层,训练样本100个,测试样本300个 -Requirements for a given sample in digital mode (7X9 lattice, a total of 10 figures 0-9), design a BP neural network to recognize handwritten digits. Network has only on
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:71104
    • 提供者:bei
  1. Snake

    0下载:
  2. 要求给定数字模式样本(7X9点阵,0-9共10个数字),设计一BP神经网络进行手写体数字识别。 网络只有一个隐含层,训练样本100个,测试样本300个 -Requirements for a given sample in digital mode (7X9 lattice, a total of 10 figures 0-9), design a BP neural network to recognize handwritten digits. Network has only on
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:14155
    • 提供者:bei
  1. bpshuzi

    0下载:
  2. 通过Matlab基于BP神经网络实现数字0~9的识别。首先创建50个训练样本供网络学习,根据训练样本的特点确定输入层、输出层神经元个数,并确定隐含层神经元个数,完成对BP神经网络的设计;然后将训练样本输入BP网络中,完成对网络的训练;最后通过20个测试样本测试训练完成的网络性能,并显示识别结果。-Digital  recognition based on BP neural network.First according to the  characteristics of th
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-12
    • 文件大小:897
    • 提供者:璇璇
  1. BP

    0下载:
  2. 使用VC6.0实现BP神经网络功能,可以进行数据的训练与测试。-Use VC6.0 achieve BP neural network function, you can train and test data.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:264194
    • 提供者:纪盼盼
  1. fppwqpwl

    0下载:
  2. BP神经网络算法的matlab代码,本程序根据训练好的网络文件temp.mat预测新的数据 文件,包括有点检测、线检测、Hough变换、temp算法、temp1测试原理展示等功能。-BP neural network algorithm matlab code, the procedure according to the trained network file prediction temp.mat new data Files, including bit detect
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:8298
    • 提供者:shiyulong_bt
  1. backnet

    0下载:
  2. 一个BP神经网络,包括网络初始化,归一化数据,以及数据的训练测试-bp neural network
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:5747856
    • 提供者:程万伟
  1. bptrain-and-test

    0下载:
  2. 创建并训练BP神经网络,同时测试BP神经网络的识别能力 为此编写了2个函数代码bptrain和bptest-Create and train BP neural network, BP neural network simultaneously test the ability to identify the two prepared for this function codes bptrain and bptest
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1463
    • 提供者:陈彦军
  1. nihe

    0下载:
  2. 模式分类中基于BP神经网络的曲线拟合;根据BP神经网络的模型,调用MATLAB工具箱函数,通过对样本数据进行训练,对测试样本数据进行成功的预测,预测的输出值与实际值之间几乎没有偏差。-Pattern classification of curve fitting based on BP neural network Based on BP neural network model, call MATLAB toolbox function, through the training sampl
  3. 所属分类:Compiler program

    • 发布日期:2017-05-05
    • 文件大小:95668
    • 提供者:高小英
  1. matlab-and-BP

    0下载:
  2. BP神经网络进行图像不同类别的分类,根据不同特征进行训练然后测试-The BP neural network image classification
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:14109
    • 提供者:张三
  1. BP

    0下载:
  2. BP网络拟合,将数据分为训练和测试组,训练完成,采用测试组来评价网络的性能。(simulation for BP neural network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-28
    • 文件大小:6144
    • 提供者:阿潘2017
  1. □…22 LVQ篦□±□璱□蓄蓄□鉲礥楗辛謇

    0下载:
  2. BP神经网络matlab完整代码,包括训练代码、测试代码(BP neural network matlab complete code, including the training code, test code, the image directly into the network is trained to)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-04
    • 文件大小:3599360
    • 提供者:howard9906025
  1. 股票预测

    1下载:
  2. 采用三层BP神经网络结构,输入层神经元数为5,隐含层神经元数为3,输出层神经元数为1,使用MATLAB编写。 将所给数据按14:1分为训练样本集,和测试样本集,经测试及分析,预测误差为0.1700,误差较小。 网络训练好后,输入前一天的6组数据,即:最高价、最低价、开盘价、收盘价、成交量,就能自动预测出后一天的收盘价。(The structure of three-layer BP neural network is adopted. The number of neurons in the i
  3. 所属分类:其他

    • 发布日期:2020-11-28
    • 文件大小:306176
    • 提供者:nz106
« 1 2 34 5 »
搜珍网 www.dssz.com