Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 1 KB

README.md

File metadata and controls

18 lines (9 loc) · 1 KB

CS 482/682: Artificial Intelligence

Fall 2021, University of Nevada, Reno

Projects

  • Tic-Tac-Toe

    • The purpose of this assignment is to provide a basic programming experience with an algorithm commonly-used in AI. You should be able to demonstrate the ability to utilize a recursive algorithm in a game-playing scenario.
  • Spam-Filter

    • The purpose of this assignment is to provide a multi-executable programming experience with a discriminatory algorithm that can make decisions using Artificial Intelligence. You should be able to utilize probability in order to classify using a Naive Bayes Classifier.
  • Reinforcement Learning

    • To implement a reinforcement learning algorithm that can learn a policy for a given task based on task-based rewards. To take a continuous environment and discretize it so that it is suitable for a reinforcement learning task.