Predicting soccer matches with ML on the UNO R4 Minima


Predicting soccer matches with ML on the UNO R4 Minima

Arduino WorkforceJune twenty eighth, 2023

Primarily based 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 not like its predecessor, the R4 is able to working 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 chance of a FIFA group successful their match.

Bandini started his challenge by first downloading a dataset containing historic FIFA matches, together with the nation, group, opposing group, rating, and impartial location. Subsequent, the info 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 educated, 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 system demonstrates how rather more highly effective the Arduino UNO R4 is over the R3, and extra info on the challenge may be discovered right here in his put up.

You possibly can comply with any responses to this entry by the RSS 2.0 feed.
You possibly can depart a response, or trackback from your personal web site.



Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles