Linear Classifier
This class is a linear classifier, that contains a matrix and a bias (optional) and performs an affine transformation.
Attributes:
- *n_classes*: int, specifies the number of classes of the classification prblem; - *regularizer*: tf.keras.regularizers.Regularizer, specifies the regularization applied to the parameters;