https://github.com/maacpiash/cse440
🎓 🧠Assignments of Artificial Intelligence course (CSE440) offered by the Department of Electrical and Computer Engineering at North South University, Dhaka, Bangladesh.
https://github.com/maacpiash/cse440
academic algorithm artificial-intelligence decision-tree dijkstra game graph machine-learning python shortest-path
Last synced: about 2 months ago
JSON representation
🎓 🧠Assignments of Artificial Intelligence course (CSE440) offered by the Department of Electrical and Computer Engineering at North South University, Dhaka, Bangladesh.
- Host: GitHub
- URL: https://github.com/maacpiash/cse440
- Owner: maacpiash
- Created: 2017-09-27T07:48:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T15:02:15.000Z (about 5 years ago)
- Last Synced: 2025-04-15T12:18:27.728Z (6 months ago)
- Topics: academic, algorithm, artificial-intelligence, decision-tree, dijkstra, game, graph, machine-learning, python, shortest-path
- Language: Python
- Homepage: http://ece.northsouth.edu/~lutfe.elahi/2017Fall/CSE440/cse440.html
- Size: 412 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSE440
[](https://app.codacy.com/manual/maacpiash/CSE440/dashboard)
[](https://codeclimate.com/github/maacpiash/CSE440)CSE440 is an introductory course on Artificial Intelligence, which was offered by [Mirza Mohammad Lutfe Elahi sir](http://ece.northsouth.edu/people/lutfe-elahi/) during Fall 2017 semester at North South University, Dhaka, Bangladesh. This repository contains the assignments that were completed during this course.
**Note:** All programs were written in Python 3.6.2.
For C++ implementations of these assignments, you can visit my friend Anirudha Paul's [repository](https://github.com/anirudha-ani/Artificial-Intelligence) that contains his assignments for the same course, under the same faculty member, completed earlier; except instead of KNN, they did Wumpus World in his class.