https://github.com/thomasnield/kotlin_data_science_talk_chicagojug
Resources for ChicagoJUG talk
https://github.com/thomasnield/kotlin_data_science_talk_chicagojug
Last synced: 21 days ago
JSON representation
Resources for ChicagoJUG talk
- Host: GitHub
- URL: https://github.com/thomasnield/kotlin_data_science_talk_chicagojug
- Owner: thomasnield
- Created: 2018-03-11T17:02:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T14:24:23.000Z (about 7 years ago)
- Last Synced: 2025-02-10T03:43:03.796Z (3 months ago)
- Homepage: https://www.meetup.com/ChicagoJUG/events/249020279/
- Size: 13.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin for Data Science Talk - ChicagoJUG

Slides, code examples, and links for my [ChicagoJUG Talk on _Kotlin for Data Science_](https://www.meetup.com/ChicagoJUG/events/249020279/)
## Slides
[Slides can be found here](kotlin_data_science_talk_chijug_slides.pdf)
## Code Examples
[Sudoku](https://github.com/thomasnield/kotlin-sudoku-solver)
[Classroom Schedule](https://github.com/thomasnield/optimized-scheduling-demo)
[Continuous Schedule](https://github.com/thomasnield/continuous-optimization-example)
[Email Spam Identification](https://github.com/thomasnield/bayes_email_spam)
[Bank Transactions - Predicting Categories](https://github.com/thomasnield/bayes_user_input_prediction)
[Kotlin-Statistics Examples](https://github.com/thomasnield/kotlinconf-datascience-talk/tree/master/examples)
## KotlinConf Talk
[](https://www.youtube.com/watch?v=J8GYPG6pt5w)
## Other Links
[Kotlin Data Science Resources](https://github.com/thomasnield/kotlin-data-science-resources/blob/master/README.md)
[Kotlin Statistics](https://github.com/thomasnield/kotlin-statistics)
[ojAlgo](https://github.com/optimatika/ojAlgo)
[okAlgo](https://github.com/optimatika/okAlgo)