https://github.com/zacyu/cs1571-introtoai-projects
Programming projects for CS 1571 (Introduction to Artificial Intelligence), lectured by Dr. Litman at the University of Pittsburgh.
https://github.com/zacyu/cs1571-introtoai-projects
Last synced: about 1 month ago
JSON representation
Programming projects for CS 1571 (Introduction to Artificial Intelligence), lectured by Dr. Litman at the University of Pittsburgh.
- Host: GitHub
- URL: https://github.com/zacyu/cs1571-introtoai-projects
- Owner: zacyu
- License: mit
- Created: 2017-12-17T06:18:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-17T07:06:46.000Z (over 8 years ago)
- Last Synced: 2025-01-15T17:38:10.288Z (over 1 year ago)
- Language: Python
- Size: 2.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CS1571-IntroToAI-Projects
Programming projects for CS 1571 (Introduction to Artificial Intelligence), lectured by Dr. Litman at the University of Pittsburgh.
## Introduction
This directory contains the programming sections of the assignments I completed for CS 1571 course in Fall 2017 at the University of Pittsburgh. There are four assignments in total, three of them contains programming sections.
## Projects
### [Homework 1: Graph Searches](project1)
Model three different applied problems as graph searches, and solve each with breadth-first, iterative-deepening, uniform-cost, greedy, and A* algorithms respectively.
### Homework 2
Omitted as it does not contain a programming section.
### [Homework 3: FOL Inference](project3)
Build a simplified FOL solver implementing forward-chaining algorithm.
### [Homework 4: Naive Bayes (Spam Detection)](project4)
Create a Naive Bayes classifier for detecting e-mail spam, and test it on a publicly available spam dataset using 5-fold cross-validation.
## Disclaimer
If you are currently enrolled in CS 1571 at Pitt, please **DO NOT** use any code contained in this repository since it is likely a violation of course policies.