Other

MIPS virtual machine(to appear)

A MIPS virtual machine that supports complete MIPS32 R2000 instruction set.

MNIST handwritten digits classifier

Implemented a neural network to classify MNIST handwritten digits from scratch.

Multicycle MIPS CPU

Course project of Zhejiang University's Computer Organization & Computer Architecture courses.

StockSearch2

Stock search app hosted in AWS Elastic Beanstalk and built using Express.js and Angular.

miniGo

A 5x5 Go AI based on Monte Carlo Tree Search.

myShell

A linux shell written in pure C.

tic-tac-toe

tic-tac-toe AI based on Minimax algorithm with alpha-beta pruning.