Projects

Deep Learning Module
for Computer Vision
A collection of implementations of state of the art convolutional neural network (CNN) architectures for computer vision applications.
Implementations are in Keras, using a Tensorflow 1.xx back end, and contains a basic Tensorflow 2.xx port with a few simple tweaks.

Reinforcement Learning
Game Player
The project involved building a reinforcement learning agent to effectively solve the LunarLander v2.0 environment on OpenAI Gym.
A double deep Q-network was utilized as opposed to a deep Q-network for mitigating any possible information bleed back to the neural network.
CNN based Diabetic Retinopathy Detector
A basic convolutional neural network applied to the Medissor diabetic retinopathy image database from Kaggle and UCI-DB.
The project is essentially a reflection of the attempts made to teach myself about convolutional neural networks by undertaking a project in that space.




