nmhancoc

↗ HN profile [ 63.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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…

  3. 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.