Skip to content
View Hawkinski2000's full-sized avatar

Block or report Hawkinski2000

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. Digit-Classifier-in-cpp Digit-Classifier-in-cpp Public

    A neural network implemented in C++ for classifying handwritten digits. Digits can be drawn on the canvas and predictions are displayed on the graph in real time.

    C++

  2. Real-Time-Handwritten-Digit-Classifier-from-Scratch Real-Time-Handwritten-Digit-Classifier-from-Scratch Public

    An interactive, real-time MNIST digit classifier from scratch. No TensorFlow or PyTorch, just NumPy. Digits can be drawn in the GUI and will be classified in real time.

    Python

  3. Huffman-Coding-App Huffman-Coding-App Public

    A desktop app to demonstrate Huffman Coding, a lossless data compression algorithm. Files can be compressed and decompressed within the GUI. Written in C++ and Python.

    C++