n2p2 - A neural network potential package
Loading...
Searching...
No Matches
nnp::Mode::NNSetup::Topology Struct Reference

#include <Mode.h>

Collaboration diagram for nnp::Mode::NNSetup::Topology:

Public Member Functions

 Topology ()
 Constructor.
 

Public Attributes

int numLayers
 Number of NN layers (including input and output layer).
 
std::vector< int > numNeuronsPerLayer
 Number of neurons per layer.
 
std::vector< NeuralNetwork::ActivationFunctionactivationFunctionsPerLayer
 Activation function type per layer.
 

Detailed Description

Definition at line 635 of file Mode.h.

Constructor & Destructor Documentation

◆ Topology()

nnp::Mode::NNSetup::Topology::Topology ( )
inline

Constructor.

Definition at line 646 of file Mode.h.

646: numLayers(0) {};
int numLayers
Number of NN layers (including input and output layer).
Definition Mode.h:638

References numLayers.

Member Data Documentation

◆ numLayers

int nnp::Mode::NNSetup::Topology::numLayers

Number of NN layers (including input and output layer).

Definition at line 638 of file Mode.h.

Referenced by nnp::Mode::setupNeuralNetwork(), and Topology().

◆ numNeuronsPerLayer

std::vector<int> nnp::Mode::NNSetup::Topology::numNeuronsPerLayer

Number of neurons per layer.

Definition at line 640 of file Mode.h.

Referenced by nnp::Mode::setupNeuralNetwork().

◆ activationFunctionsPerLayer

std::vector< NeuralNetwork::ActivationFunction> nnp::Mode::NNSetup::Topology::activationFunctionsPerLayer

Activation function type per layer.

Definition at line 643 of file Mode.h.

Referenced by nnp::Mode::setupNeuralNetwork().


The documentation for this struct was generated from the following file: