n2p2 - A neural network potential package
|
#include <fstream>
#include <string>
#include <vector>
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... | |