Spring, 2021

Online Reference

  1. R Markdown: The Definitive Guide
    Rmd is very useful if you want to incorporate R, LaTeX or other languages like Python in the same documentation. You can use it for your HW
  2. R Programming for Data Science
    If you want to learn more about R after reading the guide provided by our professors, you may try this. It also gives an introduction to vectorization which I sometimes use in our tutorials
  3. Monte Carlo Tree Search
    It is actually possible to apply simulation in AI development. One of the methods is Monte Carlo Tree Search. This video explains one particular algorithm called UCT with step-by-step illustration

Spring, 2020