Bones

This is just me writing about a few things I get asked often on Twitter and Discord


How bones started?

I've always been fascinated about AI and machine learning, about an year ago (I think it was April 2023), I remember watching TheCodingTrain on youtube trying to solve a problem, and I thought it would be fun to try something similar myself.


Why do I use rust?

I find Rust fun to use, it runs really fast which is critical for a lot of things I do and lastly not a lot of AI projects out there use it :)


What AI/ML framework do I use?

I do not use any libraries/frameworks, the neural nets for all the projects were written from scratch


Tutorials?

I highly recommend the YouTube channel TheCodingTrain and the book Nature of Code, both of which cover autonomous agents and genetic algorithms in detail.