https://github.com/thomasnield/kotlin_linear_regression
https://github.com/thomasnield/kotlin_linear_regression
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasnield/kotlin_linear_regression
- Owner: thomasnield
- License: apache-2.0
- Created: 2018-09-29T03:54:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T17:16:40.000Z (about 7 years ago)
- Last Synced: 2025-04-08T14:38:26.052Z (about 1 year ago)
- Language: Kotlin
- Size: 1.55 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
