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

搜索资源列表

  1. rnnsim

    1下载:
  2. RNNSIM ver. 1.0 is a program with an intercative graphical user interface (GUI) that runs under MATLAB ver. 5.0 or higher. The program can be used in training and testing the Random Neural Network(RNN) models. This version (ver. 1.0) impleme
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:63428
    • 提供者:hacen
  1. GRNN

    2下载:
  2. 本算法是matlab神经网络工具箱提供的函数建立了利用GRNN和RNN分别建立各个属性及属性组合与鸢尾花种类间的识别模型。-The algorithm is matlab neural network toolbox provides functions to establish the use of GRNN and RNN were established with various attributes and attribute combinations between species o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3191
    • 提供者:
  1. power-quality-disturbances-ST-and-RNN

    0下载:
  2. Detection and classification of power quality disturbances ST and RNN.pdf
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:659231
    • 提供者:arun
  1. rnn-from-scratch-master

    1下载:
  2. RNN神经网络的应用和概念,RNN源代码和使用方法-You can find that the parameters `(W, U, V)` are shared in different time steps. And the output in each time step can be**softmax**. So you can use**cross entropy** loss as an error function and use some optimizing method (e
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3316909
    • 提供者:大夫
  1. rnn

    5下载:
  2. rnn maltab时间序列预测实现,深度学习时间序列预测实现-realization of RNN
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2184
    • 提供者:cherry
  1. char-rnn-master

    0下载:
  2. 此代碼實現多層遞歸神經網絡(RNN,LSTM和GRU)從字符級語言模型訓練/採樣。換句話說,模型採用一個文本文件作為輸入和火車一個遞歸神經網絡的學習來預測下一個字符的序列。-This code implements multi-layer Recurrent Neural Network (RNN, LSTM, and GRU) for training/sampling character-level language models. In other words the model tak
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:458301
    • 提供者:Ed
  1. RNN

    3下载:
  2. RNN matlab 例程,有多个源码,比较简单,分享给初学者们(RNN matlab routines, there are multiple source code, relatively simple to share with beginners)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:lubyn
  1. min-char-rnn

    0下载:
  2. RNN 学习代码,没有借助框架,纯代码实现(This is a RNN demo tutorial, rely on no framework like TF, just write with basic python language)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:zhanghl
  1. MATLAB-RNN-elman

    2下载:
  2. 关于elman RNN递归神经网络的MATLAB实现(implementation of elman RNN)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:lj201166
  1. RNN

    1下载:
  2. RNN实现代码,用RNN实现简单加法,没用运用python里面的包(RNN code,RNN with simple addition, not by the use of Python inside the package)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:gongqiqi
  1. RNN

    0下载:
  2. a documentation to introduce RNN
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:7340032
    • 提供者:asdfasdfaa
  1. RNN网络代码

    0下载:
  2. SHOW AN EXAMPLE ABOUT RNN
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:SeverusZhu
  1. RNN

    6下载:
  2. 利用MATLAB实现循环神经网络的例子,便于大家更好的理解循环神经网络RNN的原理。(The example of recurrent neural network is implemented by MATLAB, so that you can have a better understanding of the principle of recurrent neural network RNN.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:WG_JNU
  1. rnn

    1下载:
  2. 一种rnn例程,可以直接运行,数据可以更改(A rnn routine that can be run directly)
  3. 所属分类:matlab例程

    • 发布日期:2018-06-26
    • 文件大小:2048
    • 提供者:walle2018
  1. min-char-rnn-master

    2下载:
  2. 循环神经网络RNN 实现字符串预测 本教程将以字符预测为例,说明如何利用RNN预测基于当前输入和隐藏状态的下一个字符。(Use recurrent neural network RNN to implement string prediction. This tutorial will use character prediction as example to show how to use RNN to predict next character based on current in
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-10-15
    • 文件大小:1236992
    • 提供者:April_tianyu
  1. RNN

    10下载:
  2. 用matlab做的预测的例子,采用rnn循环神经网络实现,亲测可用(Using MATLAB to do the prediction example, using recurrent neural network RNN implementation, pro test available.)
  3. 所属分类:Windows编程

  1. RNN

    0下载:
  2. RNN时序预测(RNN series predict)
  3. 所属分类:其他

    • 发布日期:2020-11-13
    • 文件大小:1024
    • 提供者:demonababy
  1. RNN语音识别

    1下载:
  2. 基于深度学习平台tensorflow,利用RNN网络进行语音识别实例代码,希望对大家有帮助(Based on the deep learning platform tensorflow, the RNN network is used to carry out the speech recognition instance code, hoping to be helpful to everyone)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-03-04
    • 文件大小:4096
    • 提供者:ADFAF1
  1. rnn文字识别

    1下载:
  2. 基于深度学习平台tensorflow,利用RNN进行文字识别实例,(Based on the deep learning platform tensorflow, RNN is used for text recognition.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-05-21
    • 文件大小:2048
    • 提供者:ADFAF1
  1. rnn

    2下载:
  2. 作为刚开始研究RNN 的小白,可以看RNN和LSTM的matlab程序,本人刚开始学习 ,把找到的资源分享给大家。(As a novice who just started researching RNN, you can see the matlab program of RNN and LSTM. I just started to learn and share the resources I found.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-01-02
    • 文件大小:19456
    • 提供者:小可爱5
« 12 3 4 5 6 »
搜珍网 www.dssz.com