Pinned Repositories
cm3035-midterm
midterm for advanced web dev
colonist-chrome-extension
chrome extension for the colonist.io website
crypto-pump
command line tool for quickly buying and selling crypto currencies on the binance exchange
gym-catan
catan gym for training reinforcement learning algorithms
ml-implementations
implementing ml algorithms from scratch
monetery-extreme-weather-plotting
plotting extreme weather in monterey california
perceptron-iris-classification
simple perceptron model trained to classify samples from the iris dataset
proximal-policy-optimization
implementation of the proximal policy optimization algorithm using pytorch
teeny-go
deep-learning agent inspired by alpha go
uol-graphics-programming
as apart of the UOL Graphics Programming course
Gregory-Eales's Repositories
Gregory-Eales/perceptron-iris-classification
simple perceptron model trained to classify samples from the iris dataset
Gregory-Eales/deep-reinforcement-learning-papers
A list of recent papers regarding deep reinforcement learning
Gregory-Eales/abolone-classification
using a two layer neural network to classify the UCI abalone data set
Gregory-Eales/adaptive-linear-neuron-iris-classification
This is an adaptive linear neuron model that is used to make classifications from the iris dataset.
Gregory-Eales/deepneuroevolution
Evolving deep neural network agents using Genetic Algorithms
Gregory-Eales/feed-forward-neural-net
feed forward neural network implementation with regularization
Gregory-Eales/genetic-password-algorithm
generates the target password using a genetic algorithm
Gregory-Eales/logistic-regression-classifier
logistic regression model which classifies two prediction types generated with a gaussian distribution
Gregory-Eales/nn-digit-recognition
feed forward neural net based digit classifier
Gregory-Eales/readme-template
README.md template for your open-source project
Gregory-Eales/simple-genetic-algorithm
simple genetic algorithm that searches for the fittest string closest to the target
Gregory-Eales/simple-support-vector-machine
simple support vector machine for classification
Gregory-Eales/tic-tac-toe-logistic-neural-network
using a neural network to solve the game of tic tac toe