AI & NLP Assignments

► HW01

  • Simplified game of go with one player.
  • Search is done with either breadth first or depth first search.

► HW02

  • Simplified game of go with adversarial search (minimax algorithm).
  • Two evaluation functions have been used, first one is better.

► HW03

  • 1-Gram, 2-Gram and 3-Gram tables for this set using k=3, k=4, and k=8 values have been calculated.
  • This training set has been used.
  • This program assigns probabilities for a given Turkish sentence.