Skip to content
View Jason-Siu's full-sized avatar

Block or report Jason-Siu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jason-Siu/README.md

Hi, I'm Jason! Passionate Cybersecurity Student

👨‍💻 My Cybersecurity Related Projects:

My AI Related Projects:

🤳 Connect with me:

JasonSiu | LinkedIn

Pinned Loading

  1. ConvNet-in-Numpy ConvNet-in-Numpy Public

    Convolutional Neural Network implemented in pure numpy

    Python

  2. Iris-Neural-Network-from-Scratch Iris-Neural-Network-from-Scratch Public

    This is a neural network that categorizes the types of irises from a very famous data set without the help of machine learning libraries

    Python 1

  3. Chess-AI Chess-AI Public

    This is a Chess AI programmed in javascript. It uses alpha beta pruning and quiescence search to make moves.

    JavaScript

  4. Handwritten-Digit-Recognition-Neural-Network Handwritten-Digit-Recognition-Neural-Network Public

    This is a neural network that recognizes handwritten digits from the MNIST data set. Each picture is 8x8, and the network has two hidden layers. This is all made without the aid of machine learning…

    Python

  5. JuggleNaut JuggleNaut Public

    Code for simple android game I made

    Java

  6. Unbeatable-TICTACTOE-AI Unbeatable-TICTACTOE-AI Public

    The AI uses an algorithm called minimax, which evaluates all possible positions in the game, and chooses the best decision

    JavaScript