mlp_models/layer library
Classes
- Layer
- The Layer class represents a layer in a neural network, containing a list of neurons and references to the previous and next layers. This class provides factory constructors for creating input, hidden, and output layers, facilitating the construction of different types of layers in a neural network.