About me Certificates Projects

Welcome to the portfolio



Presentation

Hello, my name is Rone Bragaglia, and I am a AI engineer.

I began my journey as a programmer in 2019, and since then, I have kept myself updated with the latest trends and technologies in the field through studies in courses, bootcamps, networking, and self-directed learning. My goal is always to expand my knowledge and skills to become a more competent professional.


Ambassador of the Dio platform and am looking for new opportunities and challenges to further grow in the field.
On this website, you can explore some of my key technical skills and my most relevant projects in the development field. I'm very pleased with your visit and hope you find useful information about my work. If you can't find what you're looking for, please feel free to access my contact information below. I'm here to assist you and answer any questions you may have. ❤☕


github image image linkedin
DIO Logo



Most relevant certificates




Projects

image code

Premiere game analyzer

Projection of results of premiere league clubs' matches....

Repository
image code

Project in python machine learning Survivor passengers of the Titanic.

Predict whether or not a Titanic passenger survived the disaster based on information such as age, gender, socioeconomic class, number of relatives on board, among other available data. It is a binary classification problem where machine learning is used to create a model capable of making this prediction.

Repository
image code

Neural Network

Using the kaggle database. The neural network architecture has been simplified and improved, using more batch normalization to normalize activations between layers and help with model convergence. Dropout is used between the convolutional and dense layers to avoid overfitting. The learning rate is now dynamically adjusted using a LearningRateScheduler.

Repository
image code

Word Count:

Python program that READS A .TXT FILE and counts the number of WORDS in a text file

Repository
FastAPI image

Game "Rock, Paper, Scissors, Lizard, Spock

In this program, the user chooses an element from the game "Rock, Paper, Scissors, Lizard, Spock", and the computer randomly chooses another element. The program then determines the winner of the round based on the rules of the game and reports the result to the user. The project consists of an API that contains user authentication to create a task list. Each user has their own task list and can CRUD it. Users with administrator permissions, are able to see all the task lists of all users and can also exclude a specific task by informing your ID.

Repository
image code

Passoword validation

MODULE in Python that validates whether a password is strong or sufficient. A password is considered strong if it is at least eight characters long, containing at least one confidential letter, one lowercase letter, one number and one special character. Use dictionaries for each type of character (uppercase, lowercase, numbers and special characters)

Repository
image code

Palindrome

Function in Python that checks whether a word is a palindrome. A palindrome is a word that is read the same way backwards.

Repository