Top "Recurrent-neural-network" questions

A recurrent neural network (RNN) is a class of artificial neural network where connections between units form a directed cycle.

How to use multilayered bidirectional LSTM in Tensorflow?

I want to know how to use multilayered bidirectional LSTM in Tensorflow. I have already implemented the contents of bidirectional …

tensorflow lstm recurrent-neural-network bidirectional multi-layer
What is Train loss, Valid loss, and Train/Val mean in NNs

I'm currently learning about Convolutional Neural Networks by studying examples like the MNIST examples. During the training of a neural …

machine-learning neural-network conv-neural-network recurrent-neural-network
What's the difference between tensorflow dynamic_rnn and rnn?

There are several classes in tf.nn that relate to RNNs. In the examples I find on the web, tf.…

tensorflow recurrent-neural-network
TensorFlow: Remember LSTM state for next batch (stateful LSTM)

Given a trained LSTM model I want to perform inference for single timesteps, i.e. seq_length = 1 in the example …

python tensorflow lstm recurrent-neural-network stateful
Is RNN initial state reset for subsequent mini-batches?

Could someone please clarify whether the initial state of the RNN in TF is reset for subsequent mini-batches, or the …

time-series tensorflow recurrent-neural-network
doubts regarding batch size and time steps in RNN

In Tensorflow's tutorial of RNN: https://www.tensorflow.org/tutorials/recurrent . It mentions two parameters: batch size and time steps. …

recurrent-neural-network
What exactly is timestep in an LSTM Model?

I am a newbie to LSTM and RNN as a whole, I've been racking my brain to understand what exactly …

deep-learning lstm recurrent-neural-network timestep
How to plot a learning curve for a keras experiment?

I'm training an RNN using keras and would like to see how the validation accuracy changes with the data set …

machine-learning neural-network cross-validation keras recurrent-neural-network
Keras RNN with LSTM cells for predicting multiple output time series based on multiple intput time series

I would like to model RNN with LSTM cells in order to predict multiple output time series based on multiple …

python neural-network keras recurrent-neural-network
LSTM module for Caffe

Does anyone know if there exists a nice LSTM module for Caffe? I found one from a github account by …

neural-network deep-learning caffe lstm recurrent-neural-network