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

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

Awesome Lists containing this project

README

        

# Kotlin for Data Science Talk - ChicagoJUG

![](https://camo.githubusercontent.com/705d7144bcce5b0fcb68ea1bd563837bdf3398da/687474703a2f2f692e696d6775722e636f6d2f763346716945412e706e67)

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

[![KotlinConf- Kotlin for Data Science](https://i.ytimg.com/vi/J8GYPG6pt5w/hqdefault.jpg)](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)