Clayton Haley

Showcase of personal and school projects.

My Name is Clayton Haley

I am a passionate data scientist and machine learning engineer hoping to develop machine learning applications for the better. In some of these projects, I combine my personal and technical passions. The code is available for each project. More to come!

Database Systems I
Course Project

Built an interactive web interface using HTML and PHP that connected to a back end database. It gives the user the options to view the tables in the database as well as select from a list of queries to view more concise results. Unfortunately, the website is unavailable, but check out the code below.

Signal Processing Analysis
with EEG (Electroencephalography) data

Used Hilbert-Huang Transform and Continuous Wavelet transform to transform given signals. Then, PCA was used to decompose the transformed signals to smaller dimensions. Lastly, the signal matrices were converted to RGB images and were used as input in a TensorFlow Neural Network.