搜索资源列表
rnn
- 随机神经网络的源代码,对于研究神经网络的人来说,可能有一定的参考作用-random neural network source code for research neural network people, may have some reference
rnnsim
- 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. T
GRNN
- 本算法是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
power-quality-disturbances-ST-and-RNN
- Detection and classification of power quality disturbances ST and RNN.pdf
rnn-from-scratch-master
- 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
rnn
- rnn maltab时间序列预测实现,深度学习时间序列预测实现-realization of RNN
char-rnn-master
- 此代碼實現多層遞歸神經網絡(RNN,LSTM和GRU)從字符級語言模型訓練/採樣。換句話說,模型採用一個文本文件作為輸入和火車一個遞歸神經網絡的學習來預測下一個字符的序列。-This code implements multi-layer Recurrent Neural Network (RNN, LSTM, and GRU) for training/sampling character-level language models
quasi-rnn-master
- A TensorFlow Implementation of Character Level Neural Machine Translation Using the Quasi-R-A TensorFlow Implementation of Character Level Neural Machine Translation Using the Quasi-RNN
RNN
- RNN matlab 例程,有多个源码,比较简单,分享给初学者们(RNN matlab routines, there are multiple source code, relatively simple to share with beginners)
min-char-rnn
- RNN 学习代码,没有借助框架,纯代码实现(This is a RNN demo tutorial, rely on no fr a mework like TF, just write with basic python language)
MATLAB-RNN-elman
- 关于elman RNN递归神经网络的MATLAB实现(implementation of elman RNN)
RNN
- RNN实现代码,用RNN实现简单加法,没用运用python里面的包(RNN code,RNN with simple addition, not by the use of Python inside the package)
RNN
- a documentation to introduce RNN
RNN网络代码
- SHOW AN EXAMPLE ABOUT RNN
RNN
- 利用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.)
rnn
- 一种rnn例程,可以直接运行,数据可以更改(A rnn routine that can be run directly)
min-char-rnn-master
- 循环神经网络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
RNN
- 用matlab做的预测的例子,采用rnn循环神经网络实现,亲测可用(Using MATLAB to do the prediction example, using recurrent neural network RNN implementation, pro test available.)
RNN
- RNN时序预测(RNN series predict)
rnn
- 作为刚开始研究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.)