Pacman-Game in matiassingers/awesome-readme

In this project, the Pacman agent will find paths through his maze world, both to reach a particular location and to collect food efficiently. I implemented general search algorithms such as depth-first, breadth-first, uniform cost, and A* search algorithms which are used to solve navigation problems in the Pacman world.

created at May 12, 2020, 4:43 p.m.

Python

4 +0

71 +0

99 +0

GitHub
Spam-Detector in matiassingers/awesome-readme

This project presents a Python-based spam detector program that utilizes the Naive Bayes approach to classify emails as either spam or ham. The system is designed to accurately and efficiently identify spam messages, providing a useful tool for individuals and organizations seeking to manage their email inboxes more effectively.

created at May 13, 2020, 7:46 p.m.

Python

1 +0

25 +0

100 +0

GitHub