BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Namespaces | Functions
lstm.h File Reference
#include "../layer_cache.h"
#include "layer_base.h"
Include dependency graph for lstm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bc::nn::LSTM< SystemTag, ValueType, Optimizer, ForgetGateNonlinearity, WriteGateNonlinearity, InputGateNonlinearity, OutputGateNonlinearity, CellStateNonLinearity >
 

Namespaces

 bc
 The Evaluator determines if an expression needs to be greedily optimized.
 
 bc::nn
 

Functions

template<class SystemTag , class Optimizer = nn_default_optimizer_type>
auto bc::nn::lstm (SystemTag system_tag, int inputs, int outputs, Optimizer=Optimizer())
 
template<class Optimizer = nn_default_optimizer_type>
auto bc::nn::lstm (int inputs, int outputs, Optimizer=Optimizer())