Rainmaker519
Graduate from the Rochester Institute of Technology with a MS in Data Science.
Looking for WorkCT
Pinned Repositories
AdaptiveConnectionTimeServer
A java server and client using an adaptive system to enforce guaranteed connection delays based on user class.
CodeBreaker
Ciphertext breaker
Command_Line_Hangman_in_Rust
A basic command line application to play hangman written in Rust.
ConwaysGameOfLife
ConwaysGameOfLifeUnityVersion
Excel_Tools
My place to store tools I build for easy interaction with Excel through Python.
FakeJobDetector
Housing_Price_Prediction
A regression model to predict housing prices, focused on deployment and use in application over machine learning concepts.
NGAFID_Anomaly_Detection
Pente-Game
Software Engineering Final Project
Rainmaker519's Repositories
Rainmaker519/AdaptiveConnectionTimeServer
A java server and client using an adaptive system to enforce guaranteed connection delays based on user class.
Rainmaker519/Command_Line_Hangman_in_Rust
A basic command line application to play hangman written in Rust.
Rainmaker519/CodeBreaker
Ciphertext breaker
Rainmaker519/ConwaysGameOfLife
Rainmaker519/ConwaysGameOfLifeUnityVersion
Rainmaker519/Excel_Tools
My place to store tools I build for easy interaction with Excel through Python.
Rainmaker519/FakeJobDetector
Rainmaker519/Housing_Price_Prediction
A regression model to predict housing prices, focused on deployment and use in application over machine learning concepts.
Rainmaker519/NGAFID_Anomaly_Detection
Rainmaker519/Pente-Game
Software Engineering Final Project
Rainmaker519/fundamentalsDataScience
DSCI-633: Foundations of Data Science https://github.com/hil-se/fds
Rainmaker519/Lucent_Triangles
Rainmaker519/RainTools
A collection of useful functions for my data science work.
Rainmaker519/Rust_Feed_Forward_NN
Feed forward neural network written in Rust. Still early on, as this is a project which I'm trying to complete to learn the Rust language.
Rainmaker519/rust_ui_nn_representation
tryna make a nn that i can see to debug instead of smashing my brains out on a wall of unhelpful errors
Rainmaker519/Spicy_NN
Rust Neural Network Attempt Number 2
Rainmaker519/TheCharmNN
Third times the charm, another from scratch attempt to write a neural network in Rust with no unsafe code written by me.
Rainmaker519/unsafe_double_linked_list
Me practicing unsafe rust by making a implementation of a doubly linked list.