Predicting soccer matches with ML on the UNO R4 Minima

Predicting soccer matches with ML on the UNO R4 Minima
June twenty eighth, 2023
—
Based mostly on the Renesas RA4M1 microcontroller, the brand new Arduino UNO R4 boasts 16x the RAM, 8x the flash, and a a lot quicker CPU in comparison with the earlier UNO R3. Which means in contrast to its predecessor, the R4 is able to operating machine studying on the edge to carry out inferencing of incoming knowledge. With this reality in thoughts, Roni Bandini wished to leverage his UNO R4 Minima by coaching a mannequin to foretell the probability of a FIFA group profitable their match.
Bandini started his undertaking by first downloading a dataset containing historic FIFA matches, together with the nation, group, opposing group, rating, and impartial location. Subsequent, the information was added to Edge impulse as a time-series dataset which feeds right into a Keras classifier ML block and produces “win” and “lose/draw” values. As soon as skilled, the mannequin achieved an accuracy of 69% with a loss worth of 0.58.

Inputting the specified nation and rank to make a prediction is finished by making choices on a DFRobot LCD defend, and these values are then used to populate the enter tensor for the mannequin earlier than it will get invoked and returns its classification outcomes. Bandini’s gadget demonstrates how far more highly effective the Arduino UNO R4 is over the R3, and extra data on the undertaking might be discovered here in his post.
You’ll be able to comply with any responses to this entry via the RSS 2.0 feed.
You’ll be able to leave a response, or trackback from your individual web site.