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

搜索资源列表

  1. mlp

    0下载:
  2. Multi layer perceptron tutorial
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:266598
    • 提供者:Sirhossein
  1. MarkPollack_SpringOneChinaKeyNote-MLP-v4-no-extra

    0下载:
  2. Spring One China Key Note
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:5307136
    • 提供者:鲍宁
  1. Rastrigin

    0下载:
  2. It s the Rastrigin function for MLP
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:3629378
    • 提供者:Ana
  1. MLP_ANN

    0下载:
  2. Multi layer perceptron(MLP) Neural Network scr ipt for matlab.
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:2984
    • 提供者:abolfazl
  1. code

    0下载:
  2. 三道题,包括1:用多层感知器(MLP)神经网络误差反向传播(BP)算法实现异或问题:2:用奇阶互补法设计两带滤波器组(高、低通互补),进而实现四带滤波器组 3:估计其功率谱-Three questions, including: 1 using multilayer perceptron ( MLP ) neural network and error back propagation ( BP ) algorithm to realize the XOR problem: 2: the odd
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:106704
    • 提供者:严菲
  1. backprop

    0下载:
  2. BP神经网络算法实现 批量处理的BP算法,隐层数为1 Z为特征向量组成的矩阵,n*m维,一行为一个样本 labZ为数据的类别,n*1维,每行对应样本的类别 M为隐层节点个数,T为迭代次数上限, epsilon为用于判断收敛的误差值,eta为学习率 W1为输入到隐层的权重,M*m维,B1为偏差,也就是乘以1的那个权重,M*1维 W2为隐层到输出的权重,c*M维,B2意义同B1,c*1维 estored为MLP的均方误差,每行是一次的误差
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:1064
    • 提供者:裴唯一
  1. mlp

    0下载:
  2. Multilayer Neural Network code
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:818
    • 提供者:kodegun
  1. MATLAB-neural-network-backprop-code

    0下载:
  2. this document describes how to use MLP neural network in Matlab
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:4876
    • 提供者:Truong
  1. power

    0下载:
  2. 基于平移不变小波变换的电力时间序列预测,结合多层感知器(MLP)神经网络, 预测精度很好。-Electricity demand time-series forecasting program Based on shift-invariant wavelet transform features
  3. 所属分类:Energy industry

    • 发布日期:2017-11-30
    • 文件大小:270752
    • 提供者:bzhang
  1. MLP

    0下载:
  2. A Multilayer perceptron for text classification, befor running this code you should provide a feature matrix that indicate sentences
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-29
    • 文件大小:3611
    • 提供者:kasmi
  1. MLP

    0下载:
  2. mullty layer percptron neural network
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:18979
    • 提供者:hadi
  1. ff_in_summer

    0下载:
  2. MLP load forecasting
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:2405
    • 提供者:mohammed
  1. src

    0下载:
  2. MLP数据挖掘里面的分类算法 -MLP data mining classification algorithm inside the MLP data mining classification algorithm inside
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:4470
    • 提供者:lc
  1. mlpenc

    0下载:
  2. DVD-Audio格式MLP编码器源码,期待高手重新编写完善-* MLP encoder * Copyright (c) 2008 Ramiro Polla <ramiro@lisha.ufsc.br> * * This file is part of FFmpeg. * * FFmpeg is free software you can redistribute it and/or * modify it under the terms of the GN
  3. 所属分类:Audio program

    • 发布日期:2017-04-04
    • 文件大小:5726
    • 提供者:吴光明
  1. Pattern-Recognition2

    0下载:
  2. 清华模式识别第二次作业,采用dataset2.txt 数据作训练样本,采用身高与体重特征进行性别分类,建立最小错误贝叶斯分类器;2、采用身高体重数据作为特征,以 dataset2.txt 作为训练数据,用 Fisher 线性判别方法设计分类器;3、从多层感知器、SVM、近邻法选择一种方法,进行上述的分类实验;-Tsinghua second operation pattern recognition using dataset2.txt data for training samples, us
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:7392
    • 提供者:zhusy09
  1. codes

    0下载:
  2. this code in used in neural network mlp with back propagation training algorithm and geradian descends algorithm for optimization.in some of this codes I used full propagation algorithm or mlp one layer or two layer with different activation function
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:5447
    • 提供者:negin.d
  1. q21

    0下载:
  2. this code is about mlp 1 layer neural network with back propagation training algorithm by using geradient descence for nonlinear system. input data are random.-this code is about mlp 1 layer neural network with back propagation training algorithm by
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1234
    • 提供者:negin.d
  1. Prediction

    0下载:
  2. 用mlp模型预测, 用mlp模型预测-use mlp model for prediction
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:33266
    • 提供者:
  1. NN_train

    1下载:
  2. Error Back-Propagation Algorithm for MLP Neural Networks
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1832
    • 提供者:Mahdi
  1. NN_test

    1下载:
  2. Running/Simulating an MLP Neural Network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1305
    • 提供者:Mahdi
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com