n2p2 - A neural network potential package
NeuralNetwork.h File Reference
#include <fstream>
#include <string>
#include <vector>
Include dependency graph for NeuralNetwork.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nnp::NeuralNetwork
 This class implements a feed-forward neural network. More...
 
struct  nnp::NeuralNetwork::Neuron
 A single neuron. More...
 
struct  nnp::NeuralNetwork::Layer
 One neural network layer. More...
 

Namespaces

namespace  nnp
 

Functions

NeuralNetwork::ActivationFunction nnp::activationFromString (std::string c)
 Convert string to activation function. More...