racket-ml icon indicating copy to clipboard operation
racket-ml copied to clipboard

A collection of things I found useful for doing Machine Learning problem sets.

Results 2 racket-ml issues
Sort by recently updated
recently updated
newest added

Since the 0-size matrix is just a type-filler, it's safe to pass in a 1x1 matrix, though sketchy. Code-as-is signals a runtime error.

Racket 7.1 does not accept code as-is. Modeled this change off of normal-dist.rkt distributed with Racket.