Skip to content

lucaswiechmann/go-ml-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Machine Learning Basics

The idea of this project is to scratch the surface of machine learning properties in golang. Each project package implements some of them using golang packages. Some of them covered are: statistical properties, classification, regression, clustering, anomaly detection, neural networks, outlier analysis.

Requiriments

  • Golang 1.17

TensorFlow issues

If you have trouble installing tensorflow package:

  • Install v1.12 version
  • Check this issue for link issues

Build

To build projet, run:

make build

Test it

To check machine learning methods, select one option running makefile commands:

make help

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published