Skip to content
/ Mens Public

Brain game that tries to spot signs of memory leak like alzheimer (with Neural Networks).

License

Notifications You must be signed in to change notification settings

PiSimo/Mens

Repository files navigation

Mens

Android brain game that tries to spot Memory Leaks with Neural Network.



How does it work ?

The game is made of different questions each of them returns a score. All the scores are passed to a neural network (along with age, gender, test time) that computes the final score.

Why a Neural Network ?

Well first of all I must admit my addiction to Neural Network, second a 20yo that scores 8/11 isn't the same as a 81yo scoring the same result. So we've collected a bunch of train samples on people with known memory issues and people without any, and then we trained the neural network in order to compute a weighted final score.

Status

The project is not on the play store yet.Because of some compatibility issues with android 5.0/5.11, and because we are trying to increase the nn accuracy.

Works fine on Marshmallow and Nougat, if you want to try the app you can install this apk or download it from aptoide.

Help us

If you notice errors, or you have an idea to make this project better open a new issue.

About

Brain game that tries to spot signs of memory leak like alzheimer (with Neural Networks).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages