My Projects
Back Home |
Built SaaScript, a "startup buzzword" interpreted programming language featuring a custom bytecode virtual machine in C Implementing a full lexer, parser, and bytecode compiler to translate high-level code into executable bytecode.
Still dealing with segfaults...
CMakefileGCC/GDB
Designed and implemented a neural network from scratch using only NumPy to classify breast growths as benign or malignant. Learning the calculus and linear algebra behind supervised learning models was a great experience.
Achieved 95% precision and 90% recall scores.
PythonNumPyMachine Learning