This was the first successful Python Game program I made. All credit for code goes to Tech With Tim.
DESCRIPTION: A simple click game where you click the targets as they appear, and your time, score, and accuracy appears at the end.
This was a simple machine learning project I did for use with the Iris Petals/Sepals Dataset.
DESCRIPTION:
A basic neural network for classifying different Iris species/classes
DESCRIPTION:
A weather dashboard for getting the weather in a certain location. Simple project with Javascript, python, css, and HTML.
DESCRIPTION:
A Supervised machine learning classification 'algorithm' to identify whether an image is a macaw, a bird, or not a bird. Uses 2 convolutional layers and then flattens the data to be read by two regularized Dense layers.