pyml.neural_network.layer.transformation.reshape#
Reshape Layer
This class represents a layer that reshapes the input data to a specified output shape. It is commonly used to flatten or reshape data before passing it to other layers in a neural network.
Classes