forked from p7px8vou9/AI_learning
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
296 B
14 lines
296 B
class: "UpdatesEqualityTest"
|
|
solver_module: "solvers"
|
|
solver_class: "GradientDescentSolver"
|
|
learning_rate: "0.1"
|
|
|
|
model_module: "models"
|
|
model_class: "LinearRegressionModel"
|
|
init_param_values_fname_or_function: "tinyLinearRegressionModelInitParamValues"
|
|
|
|
dataset: "tinyDataset"
|
|
|
|
max_points: "2"
|
|
|