My name is Ma Gaoyuan, you may call me Tony. I'm currently an undergraduate in computer science at Nanyang Technological University (NTU), Singapore. I'm diligent and love to learn. Interested in AI, Databases, software development.
- 🔭 I’m currently working on ...
- 🌱 I’m currently learning ...
- 👯 I’m looking to collaborate on ...
- 🤔 I’m looking for help with ...
- 💬 Ask me about ...
- 📫 How to reach me: [email protected]
Here you can find all the past projects I have worked on:
- XV6 Unix like operating system -Projects for the OS course from MIT 6.S081, added new features to a half complete OS to improve performance and increase functionality.
- Bustub DBMS -Projects from the CMU DB course 15445, added new features like buffer pool managers, query optimizers, lock managers to make it functional and efficient.
- AI Spam Email Classifier -University collaborative project, built an NLP agent that classifies emails with 97% accuracy using various data processing methods and ML algorithms
- AI Sudoku Solver -University collaborative project, built an AI with state that solves sudoku efficiently with various informed and uninformed search methods.
- Princeton Algorithms I & II -Projects from the princeton classic online course, makes use of some common but important data structures and algorithms, as well as the princeton standard library.