dmoini / cmsi485-artificial-intelligence

Selected programs from CMSI 485: Artificial Intelligence course at Loyola Marymount University

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMSI 485: Artificial Intelligence

Selected programs from CMSI 485: Artificial Intelligence course at Loyola Marymount University

  • homework-1: Implemented A* graph search on a non-uniform cost maze pathfinding formulation of the traveling salesman problem.
  • homework-2a: Implemented a basic propositional logic inference engine.
  • homework-3: Created a decision-network-based Ad Agent that maximizes sales by selecting an advertisement to show based on the user's collected demographic data.
  • homework-4: Created a classifier that preprocesses data and trains a Naive Bayes classifier, a decision tree classifier, and a random forest classifier on the preprocessed data. Uses scikit, sklearn, and pandas Python libraries.

About

Selected programs from CMSI 485: Artificial Intelligence course at Loyola Marymount University


Languages

Language:Python 100.0%