Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dklearn/mod.ts>LinearRegression#updateWB

A Deno Machine Learning Framework
Latest
method LinearRegression.prototype.updateWB
import { LinearRegression } from "https://deno.land/x/dklearn@0.0.3/mod.ts";

Parameters

X_train: Matrix
y_train: Matrix
w: number
b: number
lr: number

Returns

number[]