BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
neural_networks.h File Reference
#include "common.h"
#include "functions/functions.h"
#include "layer_cache.h"
#include "layer_loader.h"
#include "layer_manager.h"
#include "layer_chain.h"
#include "optimzers/stochastic_gradient_descent.h"
#include "optimzers/adam.h"
#include "optimzers/momentum.h"
#include "layers/layer_traits.h"
#include "layers/feedforward.h"
#include "layers/unaryfunction.h"
#include "layers/nonlinear.h"
#include "layers/softmax.h"
#include "layers/lstm.h"
#include "layers/output_layer.h"
#include "layers/logging_output_layer.h"
#include "layers/convolution.h"
#include "layers/max_pooling.h"
#include "layers/flatten.h"
#include "layers/recurrent.h"
#include "network.h"
Include dependency graph for neural_networks.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.