Skip to content
View Jonathanlemon's full-sized avatar

Block or report Jonathanlemon

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 3

  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