Hey!, thanks for taking some time to check out my portfolio. Here, you can find some projects I've worked on in data science and also some other stuff I've done just for fun. Enjoy it!
Mnist classification problem: The mnist data set is a collection of images whose content can be consider as 28x28 square matrices. We used Tensorflow2 to create model to classify each image in the Mnist data set as one of the ten possible digits from 0 to 9.
Flipper length vs the body mass report: We use R to plot the variables flipper length vs body mass, of the data set palmerpenguins, to verify if there exits a correlation between these variables.
Google Data Analytics Professional Certificate case study 2 report: This report was created using R markdown as an assignment for the Google Data Analytics Professional Certificate. The task was to analyze the FitBit Fitness Tracker Data set from Kaggle and present recommendations for a device from a hypothetical company.
Dashboards: Visualizations created using Power BI and different open data sets.
Tic-tac-toe: A tic-tac-toe game coded using the tkinter library from Python.
Rock, paper, and scissors: A Rock, paper, and scissors game coded using the tkinter library from Python.