nmhancoc
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Q Learning Snake AI in Browser via WASM (cardamom.ai)
Hey all, I transformed a Q learning model that was built in Python such that it now runs in browser and works with a JavaScript snake implementation, thought you all would enjoy. The numbered names on the left…
-
Hi HN! I wanted to share my machine learning compiler, hosting ML models on AWS Lambda. If you go to the linked page, there are instructions to run a script which generates a model using sklearn, feeds it to my…
- Show HN: Hindley–Milner type inferencing in C (github.com)
This is a pretty straightforward port of Robert Smallshire's Python implementation to C. It type checks a factorial program correctly and is pretty fast. Mostly a learning exercise.