Skip to content
View SamH135's full-sized avatar

Block or report SamH135

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AI-Driven-Game AI-Driven-Game Public

    A turn based game played on a 10x10 grid in which the computer plays itself - accepts initial game board setup input file, number of turns, and characters to represent ants and beetles then simulat…

    Java

  2. Crime-Data-Visualization-and-Stat-Analysis Crime-Data-Visualization-and-Stat-Analysis Public

    R code to clean/analyze crime data for Dallas, TX and Baltimore, MD. Includes various statistical comparisons of the two data sets using ggplot functions

    R

  3. Healthcare-Data-Management Healthcare-Data-Management Public

    Web app that uses the client-server style architecture to connect via websockets with python scripts running on separate machines. Python scripts act like nodes in a blockchain: storing their own c…

    Python

  4. Neural-Network-Analysis Neural-Network-Analysis Public

    This project implements a neural network analysis tool for classification tasks. It uses the scikit-learn library to create and evaluate multiple neural network models with different hyperparameter…

    Python

  5. Recurrent-Neural-Network-from-Scratch Recurrent-Neural-Network-from-Scratch Public

    This repository implements a simple recurrent neural network (RNN) for stock price prediction using principal component analysis (PCA) for dimensionality reduction. The model is trained on the clos…

    Python

  6. dog-breed-image-classifier dog-breed-image-classifier Public

    Image classifier for dog breeds using EfficientNetB3 pre-trained model and transfer learning. The model achieves 94.8% training accuracy and 90% validation accuracy across 120 dog breeds. Features …

    Jupyter Notebook