Hey! I'm Artur Kumik.
- 3rd year Student at the University of Florida
- Majoring in Data Science with a minor in Statistics
- Currently a student researcher at the MALT Lab
My Projects
London Weather Analysis
- Time series prediction of average temperature in London giving other weather components (date, precipitation, pressure, etc.)
- Implemented a Regression Tree analysis and Ada Boosted Decision Tree with 0.79 R squared value
- Used Pandas, NumPy, seaborn, SciPy, Matplotlib, and sklearn
- GitHub repo
Tic Tac Toe Reinforcement Learning
- From scratch creation of a Reinforcement Learning Algorithm to play Tic Tac Toe
- Accompanying pygame game that allows the player to play against the AI or another local player with 90% win rate
- Used Pandas, Pygame, and NumPy
- GitHub repo
Wordle Solver
- Group project created for my MAD
2502 class
- Recreation of Wordle GUI and included solver with 4 turn solution average
- Used NumPy, Pygame, and Random
- GitHub repo
Media Bot
- Personal project to create a discord bot
- Includes games and a banking system
- Created using nextcord and pickle
- GitHub repo