tetrus-ai / tetrus

Tetris but in Rust. Also AI to play that.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Investigate existing Rust machine learning solutions #2

Open cyplo opened 6 years ago

cyplo commented 6 years ago

see if we can use any of these: https://github.com/AtheMathmo/rusty-machine https://github.com/maciejkula/rustlearn

more mentioned here: https://medium.com/@autumn_eng/about-rust-s-machine-learning-community-4cda5ec8a790

cohen990 commented 6 years ago

from my point of view, understanding the innards of the machine learning is at the core of the project alongside learning rust. I'm less interested in using a library

cohen990 commented 6 years ago

reading the libraries and understanding how they've done it is something I'm very happy to do - but this is one of those cases where I do want to reinvent the wheel - if you prefer to use a library then I want to make sure that we architect it so that we can swap out the library implementation for a hand-written implementation

cyplo commented 6 years ago

awesome, I'm cool with writing this from scratch, just wanted to do the research on what's out there already :)