Skip to content
View SaurSum8's full-sized avatar
Block or Report

Block or report SaurSum8

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

  1. First-CNN First-CNN Public

    My first attempt at making a semi-customizable convolutional neural network for grayscale images. Note that it is very poorly optimized.

    Java 1

  2. Semi-Customizable-Neural-Network Semi-Customizable-Neural-Network Public

    My second neural network project. You can select the number of hidden layers and the number of neurons in the layers. Dynamic Step is experimental, thus you should keep it disabled. Overall the net…

    Java 1

  3. Big-Factorial Big-Factorial Public

    A Java program that uses multi-threading to compute large integer factorials.

    Java 1

  4. Two-Variable-Diophantine-Linear-Equation-Integer-Solutions Two-Variable-Diophantine-Linear-Equation-Integer-Solutions Public

    Program finds a general formula, which gives all integer solutions to a two variable diophantine linear equation

    Java 1

  5. Quick-Executioner Quick-Executioner Public

    Quick Executioner is a software in which you can input mouse-keyboard instructions and it can execute these instructions very quickly or at whichever speed you prefer. It can also loop these instru…

    Java 1

  6. First-Neural-Network-Java First-Neural-Network-Java Public

    My first neural network (no external libraries)

    Java