Pinned Repositories
Identif-eye
Recipeasy-Cheap-Ingredients-Finder
dataset-generator
Generates random train and test datasets with some underlying pattern. Good for testing machine learning algorithms on.
hop-to-it-game
A Frogger clone where you control a frog and must reach the checkpoint. If you touch animals or the water you lose.
nlp-common-phrases
(NOTE: work in progress) An algorithm that finds some common two word phrases in the English language by parsing a small corpus.
quadratic-function-apparatus
A Java swing application which graphs and solves quadratic functions specified by the user. It also has an option for asking the user to find the roots of a randomly generated quadratic function based on difficulty level. Good way to practice and visualize quadratic equation problems!
tic-tac-toe-with-opponent
A tic tac toe with an opponent AI which uses recursion to choose priorities.
TimeSeriesExperiments
Titanic-Survival-Predictor-App
A web app made using R and Shiny that allows the user to customize a person using Shiny widgets. The app can predict whether this person would have survived the titanic disaster using machine learning.
martinbaroody77's Repositories
martinbaroody77/nlp-common-phrases
(NOTE: work in progress) An algorithm that finds some common two word phrases in the English language by parsing a small corpus.
martinbaroody77/Titanic-Survival-Predictor-App
A web app made using R and Shiny that allows the user to customize a person using Shiny widgets. The app can predict whether this person would have survived the titanic disaster using machine learning.
martinbaroody77/hop-to-it-game
A Frogger clone where you control a frog and must reach the checkpoint. If you touch animals or the water you lose.
martinbaroody77/quadratic-function-apparatus
A Java swing application which graphs and solves quadratic functions specified by the user. It also has an option for asking the user to find the roots of a randomly generated quadratic function based on difficulty level. Good way to practice and visualize quadratic equation problems!
martinbaroody77/tic-tac-toe-with-opponent
A tic tac toe with an opponent AI which uses recursion to choose priorities.
martinbaroody77/dataset-generator
Generates random train and test datasets with some underlying pattern. Good for testing machine learning algorithms on.
martinbaroody77/TimeSeriesExperiments