https://github.com/cappe987/ai-course
Labs for a course in Artificial Intelligence
https://github.com/cappe987/ai-course
Last synced: 9 months ago
JSON representation
Labs for a course in Artificial Intelligence
- Host: GitHub
- URL: https://github.com/cappe987/ai-course
- Owner: cappe987
- Created: 2021-01-25T09:20:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T15:17:17.000Z (over 5 years ago)
- Last Synced: 2025-03-21T16:57:54.463Z (about 1 year ago)
- Language: MATLAB
- Homepage:
- Size: 9.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Course - DVA340
**Disclaimer: Copying these and handing them in as your own is considered plagiarism**
Lab 1.1 - 0-1 Knapsack problem using DFS and BFS.
Lab 1.2 - Shortest path using Greedy Best-First Search and A*.
Lab 2 - Sudoku solver using DFS.
Lab 3.1 - Genetic algorithm to solve TSP.
Lab 3.2 - Ant Colony to solve TSP.
Lab 4 - Mancala bot using minimax algorithm.
Lab 5 - Neural Network to identify numbers in images using MNIST data set.