An open API service indexing awesome lists of open source software.

https://github.com/gaaniruddha/fit5047

This repository contains the two assignment that were completed as a part of "FIT5047 Fundamentals of AI", taught at Monash Uni in S1 2020.
https://github.com/gaaniruddha/fit5047

bayesian-networks classification decision-trees knn naive-bayes regression

Last synced: 12 months ago
JSON representation

This repository contains the two assignment that were completed as a part of "FIT5047 Fundamentals of AI", taught at Monash Uni in S1 2020.

Awesome Lists containing this project

README

          

**AI Assignment:**
- assignment-1.pdf: Contains assignment 1 specifications.
- Q1.py: Contains python code for Q1 of assignment 1.
- assignment-2-solutions.pdf: Assignment 2 questions and answers documented.

**Topics covered:**
1. Assignment 1:
- Python code that plans a path from a given starting tile to a goal tile.

2. Assignment 2: Bayesian Networks, Separation, Classification, Decision Trees, Naive Bayes, k-NN, Regression