Academic Work

  • Artificial Neural Network

    Custom implementation of an artificial neural network for classifying data from the Iris dataset built in Python.

    Try it out

  • File System

    A file system implemented in C

    Try it out

  • Naive Bayes Classifier

    Classifies object as either a bird or plane based on 600s of velocity measurement. It uses a custom implementation of Naive Bayes and is built in Python.

    Try it out

  • Network Alarm

    An alarm written in python to detect various network attacks and vulnerabilities on a server

    Try it out

  • Pancake Problem

    Implementation of 2 search algorithms (uninformed and informed) in Python to solve the pancake problem.

    Try it out

  • Robot Vacuum

    Implementation of a behavior tree for a robot vacuum written in Python.

    Try it out

  • Shell

    A command-line interpreter written in C that can execute commands and piped commands

    Try it out

  • Sudoku Solver

    A program for solving sudoku boards built with Python.

    Try it out