This is a simple, fun web app that suggests a player with similar attributes from the given input using
Machine Learning.
This application is developed as a part of my ML learning process.
It is very basic and the results are not 100% accurate.
Sequential model to predict the result.
TensorFlow.js is used to predict the suggestion. TensorFlow.js is a library for machine learning in
JavaScript.
Reference
The "FIFA 19 complete player dataset" is used for making the prediction and is downloaded from Kaggle.
Reference
The style and images used, are from a Codepen example.
Reference