Human-Activity-Recognition in matiassingers/awesome-readme

This project aims to classify human activities using data obtained from accelerometer and gyroscope sensors from phone and watch.

created at Dec. 10, 2020, 2:16 p.m.

Jupyter Notebook

1 +0

83 -1

94 +0

GitHub
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

69 +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

24 +0

100 +1

GitHub