An open API service indexing awesome lists of open source software.

https://github.com/thomasnield/kotlin_linear_regression


https://github.com/thomasnield/kotlin_linear_regression

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Linear Regression w/ Kotlin

Implementing different linear regression algorithms from scratch in Kotlin.

* OLS
* Gradient Descent
* Simulated Annealing
* Simulated Annealing - Quantile Regression

UI was built with TornadoFX.

![](animation.gif)