Home
last modified time | relevance | path

Searched refs:training (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ml/regressor/interface/
H A Dregressor.c78 regressor->training = NULL; in PetscRegressorCreate()
261 PetscCall(MatDestroy(&regressor->training)); in PetscRegressorFit()
262 regressor->training = X; in PetscRegressorFit()
326 PetscCall(MatDestroy(&regressor->training)); in PetscRegressorReset()
/petsc/src/ml/regressor/impls/linear/
H A Dlinear.c100 PetscCall(MatGetSize(regressor->training, &M, &N)); in PetscRegressorSetUp_Linear()
113 PetscCall(MatCompositeAddMat(linear->X, regressor->training)); in PetscRegressorSetUp_Linear()
119 linear->X = regressor->training; in PetscRegressorSetUp_Linear()
474 PetscCall(MatGetSize(regressor->training, NULL, &N)); in PetscRegressorFit_Linear()
479 PetscCall(MatGetColumnMeans(regressor->training, column_means_global)); in PetscRegressorFit_Linear()
/petsc/include/petsc/private/
H A Dregressorimpl.h29 Mat training; /* Matrix holding the training data set */ member
/petsc/doc/manual/
H A Dregressor.md28 …or can be used to make predictions, the model must be fitted using an initial set of training data.
31 Fitting (or "training") a model is a relatively computationally intensive task that generally invol…
40 In the simplest usage of a regressor, the user provides a training (or "design") matrix
98 where `X` is training data, and `y` is target values.
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DRegressor.pyx124 The matrix of training data
126 The vector of target values from the training dataset
/petsc/doc/community/meetings/2023/
H A Dindex.md231 relatively new training documentation like the "AMD lab notes" to enable
857 for solving ODEs and training neural ODEs.
/petsc/doc/
H A Dpetsc.bib24104 title = {Scalable training of L1-regularized log-linear models},
25689 @InProceedings{ blum.rivest:training,