sradgowski
Expertise in Machine Learning, Data Science, and Quantum Computing. I'm always looking for my next challenge!
Morgan StanleyNew York, NY
Pinned Repositories
baseball-ml
Using SVMs to chart where the Strike Zone is for three different MLB players.
bayesian-stats
Statistical models and proofs done for my Bayesian Statistics and Markov Chain/Monte Carlo class at Yale. Original problem statements and prompts available upon request!
connect-four-ai
An interface for playing Connect Four with an AI bot. Select your difficulty level, and try to best the computer!
Creative-web
deal-evaluator
A web-scraping application for evaluating brokered private equity deals across websites.
handwritten-digits-nn
A Neural Network designed to recognize handwritten digits 0-9.
netflix-visualizations
Final Project with the Codecademy Data Science career path
prime-finder
A quick Python program to find prime numbers nestled within the digits of a few special numbers.
qaoa-redesign
My reimplementation of the Variational Quantum-Classical Hybrid algorithm, the Quantum Approximate Optimization Algorithm. It features the standard implementation on the Ring of Disagrees Cost Hamiltonian, and my new implementation (called Power Iteration) that utilizes a new cost function. This Quantum Machine Learning Model outperforms QAOA on iterative approaches for multi-layer optimization.
recommender-system
Program designed to recommend movies to viewers based on ratings of other movies.
sradgowski's Repositories
sradgowski/deal-evaluator
A web-scraping application for evaluating brokered private equity deals across websites.
sradgowski/bayesian-stats
Statistical models and proofs done for my Bayesian Statistics and Markov Chain/Monte Carlo class at Yale. Original problem statements and prompts available upon request!
sradgowski/baseball-ml
Using SVMs to chart where the Strike Zone is for three different MLB players.
sradgowski/connect-four-ai
An interface for playing Connect Four with an AI bot. Select your difficulty level, and try to best the computer!
sradgowski/Creative-web
sradgowski/handwritten-digits-nn
A Neural Network designed to recognize handwritten digits 0-9.
sradgowski/netflix-visualizations
Final Project with the Codecademy Data Science career path
sradgowski/prime-finder
A quick Python program to find prime numbers nestled within the digits of a few special numbers.
sradgowski/qaoa-redesign
My reimplementation of the Variational Quantum-Classical Hybrid algorithm, the Quantum Approximate Optimization Algorithm. It features the standard implementation on the Ring of Disagrees Cost Hamiltonian, and my new implementation (called Power Iteration) that utilizes a new cost function. This Quantum Machine Learning Model outperforms QAOA on iterative approaches for multi-layer optimization.
sradgowski/recommender-system
Program designed to recommend movies to viewers based on ratings of other movies.
sradgowski/titanic-ml
A Machine Learning algorithm to classify if someone would have survived a journey on the Titanic, using logistic regression and a passenger list from the voyage.