josephmars - Overview
Hi 👋, I'm Joseph!
I’m a data scientist who loves turning messy datasets into beautiful visualizations and training stubborn models. I am focused on creating GenAI implementations for everyone!
When I’m not coding, you’ll find me watching movies religiously 🎥, at the gym, or reading📚 whatever is in my Fable read list.
Let’s connect! Here is my LinkedIn.
Pinned Loading
-
Artificial Neural Network (ANN) designed to recognize handwritten digits (0-9) from normalized 32x32 bitmap images.
Python
-
Generative Adversarial Network (GAN) to replicate the artistic style of Claude Monet. By adapting the CycleGAN architecture and experimenting with activation functions, the model aims to generate h…
Python
-
Analysis of Archive Reddit data to explore discussions on AI and employment. We used machine learning models and LLMs for classification, as well as and topic modeling.
Python 1
-
Shiny app to predict the risk of death by COVID-19 based on demographic data. Support Vector Machine (SVM) and XGBoost were used.
R
-
Connect 4 AI puzzle solver using Minimax and Alpha-Beta Pruning algorithms.
Python
-
Pukoban puzzle solver that uses 4 search algorithms (BFS, DFS, Greedy, and A*) to determine the optimal sequence of moves to win.
Python