Rhys Phillips

/* Projects */

Below are a some of the projects I've been working on!

Chess engine

A python based chess engine utilising three deep neural networks to both score any chess game and propose the next ideal move with superhuman ability.

Curve fitter

A python based neural network able to classify a function type using an encoder and then plot a graph full using a decoder with partial sample data.

Handwriting classifier

A python based neural network able to interpret human handwriting in the form of written numbers and correctly guess what value was some input images.

Photo editor

A java based photo editor able to utilise advanced convolutional functions along with bitwise functions on various image types using a modern user interface.

Mandelbrot Set visualiser

A python application to help users understand how the mandelbrot set is calculated visually by allowing the user to zoom in and out of the set and change colours.

Personal website

A GitHub pages hosted static website with the main purpose of having a platform to showcase my projects and my blog. You are currently viewing it now!

Chess game

A C++ chess game with the goal of replacing python-chess as a dependency and boosting performance of my neural network when building large game trees.

Type booster

A python with the goal of improving the users typing speed by selecting works the user struggles to type quickly rather than a simple random word set.