retraigo / la-classy

Machine Learning Module for Single Layer Perceptron ML models, written in Rust for Typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[TODO]: Clean hardcoded stuff

retraigo opened this issue · comments

  • Keep gradient descent as a separate function instead of hardcoding.
  • Keep loss functions as separate functions instead of hardcoding.
  • Allow both f32 and f64 inputs.