ridge_regression#
Functions
|
Masks the matrices A and B according to the percentage of recurrent neurons to be used. |
|
Computes the matrices A and B for incremental ridge regression. |
|
Applies the ridge regression on the training data with all the given l2 values, and returns the best configuration after evaluating the linear transformations on the validation data. |
|
Applies the ridge regression on the training data with all the given l2 values and returns a list of matrices, one for each L2 value. |
|
Computes the result of the AB decomposition for solving the linear system. |
|
Evaluates the linear transformations on the validation data. |