gleam_synapses/model/mathematics

Functions

pub fn dot_product(
  left: ZList(Float),
  right: ZList(Float),
) -> Float
pub fn root_mean_square_error(
  y_hats_with_ys: ZList(tuple(ZList(Float), ZList(Float))),
) -> Float