Skip to content
View swedenismycity's full-sized avatar

Block or report swedenismycity

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

Popular repositories Loading

  1. NeuralNet NeuralNet Public

    My very poor implementation of backpropagation.

    Python

  2. TinyBasic TinyBasic Public

    A teeny tiny compiler for BASIC . Based on this tutorial: https://austinhenley.com/blog/teenytinycompiler1.html

    Python

  3. TeenyAutoGrad TeenyAutoGrad Public

    An autograd library inpired heavily inpired by Micrograd. https://github.com/karpathy/micrograd

    Jupyter Notebook

  4. TinyC TinyC Public

    Implementing this (https://norasandler.com/2017/11/29/Write-a-Compiler.html) tutorial on writing your own C compiler.

    Python