https://github.com/thomasnield/chicagokug_many_types_of_ai
https://www.meetup.com/Chicago-Kotlin/events/260487964/
https://github.com/thomasnield/chicagokug_many_types_of_ai
Last synced: 21 days ago
JSON representation
https://www.meetup.com/Chicago-Kotlin/events/260487964/
- Host: GitHub
- URL: https://github.com/thomasnield/chicagokug_many_types_of_ai
- Owner: thomasnield
- Created: 2019-06-25T23:32:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T00:12:14.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T03:43:05.615Z (3 months ago)
- Size: 7.91 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChicagoKUG
## The Many Types of AIhttps://www.meetup.com/Chicago-Kotlin/events/260487964/
### Source Code Links
**From-scratch algorithms written in Kotlin!**
[Traveling Salesman Problem](https://github.com/thomasnield/traveling_salesman_demo)
[Traveling Salesman Plotter](https://github.com/thomasnield/traveling_salesman_plotter)[Linear Regression from Scratch](https://github.com/thomasnield/kotlin_linear_regression/tree/master/src/main/kotlin)
[Customer Wait Queue Simulation](https://github.com/thomasnield/customer-wait-queue-simulation)
[Classroom Scheduling Algorithm](https://github.com/thomasnield/classroom-scheduling-demo)
[Kotlin Sudoku Solver](https://github.com/thomasnield/kotlin-sudoku-solver)
[Bayes User Input Prediction](https://github.com/thomasnield/bayes_user_input_prediction)
[Light/Dark Font Machine Learning](https://github.com/thomasnield/kotlin-machine-learning-demos/blob/master/README.md)