Android brain game that tries to spot Memory Leaks with Neural Network.
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.
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.
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.
If you notice errors, or you have an idea to make this project better open a new issue.