My achievement in AI/ML era 🏅
It's an open-source project for the ML course at the University of Würzburg.
The implementation of the neural network framework has been done without using any frameworks or libraries. It consists backpropagation algorithm as well.
- Python🐍
- Numpy⊹
- Pandas🐼
You can see the results in the following video:
You can use the code base to train your Neural Network with any kind of input data. It's the simple version of Keras Framework 😉😁.
We trained a model using recorded gesture videos by ourselves and used the trained ML model to detect gestures live and used it to play Tetris and control revealjs slideshows.