readme
来自「人工神经网络的源码编程」· 代码 · 共 59 行
TXT
59 行
Directory ../RidgeRegressionContents globalRidge.m Calculates the best global ridge regression parameter using one of a number of model selection criteria from an initial guess. globalRidgeExample.m Runs the example described in the section of the manual on globalRidge.m. globalRidgeExample.mat Saved data set to facilitate exact reproduction of the results from globalRidgeExample.m. localRidge.m Calculates the best local ridge regression parameters using one of a number of model selection criteria from an initial guess. Uses an undocumented subroutine called localRidgeJ.m. localRidgeJ.m Undocumented subroutine used by localRidge.m. localRidgeExample.m Runs the example described in the section of the manual on localRidge.m. localRidgeExample.mat Saved data set to facilitate exact reproduction of the results from localRidgeExample.m. predictError.m Calculates the predicted error on a future test set for a linear network given the design matrix and the training set outputs. Can use local or global ridge regression and a number of alternative prediction methods. predictErrorExample.m Runs the example described in the section of the manual on predictError.m. predictErrorExample.mat Saved data set to facilitate exact reproduction of the results from predictErrorExample.m.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?