Neural Networks 0.2
A framework for Lukas Zdechovan's Neural Networks C++ projects.
Namespaces

NeuralNetwork/FeedforwardNeuralNetwork/FeedforwardThreeLayerNN.cpp File Reference

#include "../NeuralNetwork.h"
#include "FeedforwardThreeLayerNN.h"
#include "stdio.h"
#include "../NeuralNetworkLayer.h"
#include "../../Utils/Random.h"

Namespaces

namespace  NeuralNetwork
 

Base namespace of all classes which are used to work with Neural Networks.


namespace  NeuralNetwork::FeedforwardNeuralNetwork
 

Namespace of all specific Feedforward Neural Networks (Most common is the FeedforwardThreeLayerNN class)


 All Data Structures Namespaces Files Functions Variables Defines