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.
- Golang 1.17
If you have trouble installing tensorflow package:
- Install v1.12 version
- Check this issue for link issues
To build projet, run:
make build
To check machine learning methods, select one option running makefile commands:
make help