A simple and minimalistic todo list for the power user, built with DaisyUI and TailwindCSS, featuring a theme switcher and persistent storage using LocalStorage.
Learn more
As part of my frontend development project at Singapore Polytechnic, this website was built with bootstrap, a CSS framework for quickly building out nice looking websites.
Learn more
Machine Learning
Q Learning
Nim
Reinforcement Learning
Q Learning with Nim
Sun Apr 17 2022
This is my first machine learning related project. The AI is trained through Q-Learning, playing against itself many times and learning the optimal move to play at any state.
Learn more
This is a demostration of the minimax algorithm, an adversarial search algorithm. The AI is optimised with alpha beta pruning. Made with p5js
Learn more