https://github.com/thomasnield/pydata_kotlin_datascience_talk
https://github.com/thomasnield/pydata_kotlin_datascience_talk
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasnield/pydata_kotlin_datascience_talk
- Owner: thomasnield
- Created: 2018-01-30T15:37:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T19:13:47.000Z (over 8 years ago)
- Last Synced: 2025-02-10T03:43:01.820Z (over 1 year ago)
- Size: 3.92 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KotlinConf Talk - Kotlin for Data Science

Slides, notes, and code for the _Kotlin for Data Science_ talk
## YouTube Video
You can watch the session at KotlinConf on YouTube here:
[](https://www.youtube.com/watch?v=J8GYPG6pt5w)
## Libraries Used in Demo
[Kotlin-Statistics](https://github.com/thomasnield/kotlin-statistics)
[ojAlgo!](https://github.com/optimatika/ojAlgo/wiki/The-Diet-Problem)
[TornadoFX](https://edvin.gitbooks.io/tornadofx-guide/content/)
## Resources
I forgot to show this last slide during the presentation. I recommend checking these resources out, especially [3Blue1Brown on YouTube](https://www.youtube.com/watch?v=kjBOesZCoqc&index=1&list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab).

If you are interested in mathematical optimization as shown in the driver example, this book is immensely helpful.
[](http://a.co/ebpZBMo )
I'm also working on a classroom scheduling example with ojAlgo. Feel free to [follow it here](https://github.com/thomasnield/mathematical-optimization-examples).