Skip to content
View Jonathanlemon's full-sized avatar

Block or report Jonathanlemon

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

Pinned Loading

  1. Code_Analyzer Code_Analyzer Public

    A python based static code analysis application built using the cppcheck code analysis engine.

    Python 4

  2. Marketplace-Rating-Neural-Network Marketplace-Rating-Neural-Network Public

    A neural network to predict overall rating, seller rating, product rating, and shipping rating based on online marketplace reviews.

    Python 1

  3. Pizza_Salesforce Pizza_Salesforce Public

    Application for a pizza company to set up database, manage customers, orders, topping inventory, discounts, view detailed reports, and more.

    Java 1

  4. MIPS_Compiler MIPS_Compiler Public

    A simple compiler for MIPS, handling limited instructions

    C 1

  5. CPU_Simulator CPU_Simulator Public

    A CPU simulator to execute instructions compiled by MIPS_Compiler

    Python

  6. Neural_Net_From_Scratch Neural_Net_From_Scratch Public

    An MNIST Neural Net, written completely from scratch in JS using only math libraries. A great tool to help deeply understand the math of gradient descent and back propagation.

    JavaScript