Classification of soybean seeds based on images via Transfer Learning Apr 1, 2021 In July of 2020 I’ve joined the AI Residency program from HUB of Artificial Intelligence, in this program the AI residents perform proof of concepts (POC) for companies meanwhile have classes from researchers of Advanced Institute for Artificial Intelligence. One of the challenges as an AI resident was to classify soybeans based on images in order to improve the selection of seeds. Soybean seeds are classified according to their qualities and it’s an important information to industry and soybean farmers because of the control quality. ...
Understanding the data in data science problems Jun 14, 2020 In the last weeks I’ve started a selection process in a data science course sponsored by Codenation. To join in this program it’s necessary to be approved on the selection challenge, which was to predict the math scores of students of ENEM 2016. ENEM is a college entrance exam applied in Brazil, students can get a position in public universities or a financial support. ENEM is the second biggest exam in the world. ...
Finding the Dream Team in FIFA 20 using Linear Programming Feb 2, 2020 In my childhood me and my friends used to guess what would be the soccer Dream Team of the season. We hadn’t any metrics to compare our choices, so the results were doubtful. Recently, I found this dataset about FIFA on Kaggle. The data contains the scores of 18.279 players in all of the 27 soccer positions (goalkeeper, centre forward, etc). Motivated by my childhood I used this data and Linear Programming (LP) to find the set of players which sum maximizes the overall team score, in other words, the Dream Team. ...