“AI” Demystified: A Decompiler
"AI" demystified: a decompiler. Contribute to Shamar/ANN-decompiler development by creating an account on GitHub. (more…)
Read more »I recently worked on an open source project called Jupiter, an online AI to beat the popular online game 2048. Go try out the AI: In writing this AI, I decided to use a machine learning method called the Monte Carlo Tree Search (MCTS) algorithm. Monte Ca… Read more