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

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.

Awesome Lists containing this project

README

          

# CSE440

[![Codacy grade](https://img.shields.io/codacy/grade/84abcfaebbf84a7c968d363d5ff32ff2?logo=codacy&style=flat-square)](https://app.codacy.com/manual/maacpiash/CSE440/dashboard)
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability-percentage/maacpiash/CSE440?logo=code-climate&style=flat-square)](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.