Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 507 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 507 Bytes

AI-introduction-NTHU

  • Project directory of AI introduction course from NTHU
  • Both are written in C++ and are visual studio solution

Project 1 : Gobang AI

  • AI that play gobang based on handcraft Monte-Carlo search using C++

Future work

  1. Create a nice UI

Project 2 : NBA win rate predict

  • A win rate prediction based on handcraft Bayesian Inference achieved by Markov Chain Monte Carlo (MCMC) using C++

Future work

  1. Create UI
  2. Create script that will automatic collect data