Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 256 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 256 Bytes

VML

Simple ML for the V language

  • Linear Regression using OLS
  • K-Means Clustering
  • Random Forest
  • Feed forward Neural Nets

train() predict() and a demo() function for each.

To build the library, simply cd into vml and type v .