Skip to content

isabella232/bat-native-mllib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

BAT Native ML Lib

This library implements the inference part of the following models:

  • Naive Bayes
  • Logistic Regression
  • Linear Regression

Installation

  • Run gn gen out\default to generate ninja files
  • Run ninja -C out\default test to compile
  • Run out\default\test.exe for the tests
  • Run python scripts\cpplint.py for linting

About

Native Machine Learning Library

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.6%
  • Other 0.4%