Skip to content
View blorsch's full-sized avatar

Highlights

  • Pro

Organizations

@joey-labs @marintrace

Block or report blorsch

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. marintrace/ios marintrace/ios Public

    iOS client for contact tracing and COVID management platform

    Swift 1

  2. A single neuron neural network (perc... A single neuron neural network (perceptron) written entirely in Swift with only Foundation
    1
    import Foundation
    2
    
                  
    3
    //Swift version of https://github.com/gitshanks/simpleneuralnet/blob/master/neuralnet.py
    4
    //In Swift you can't easily add, multiply arrays/matrices etc, so I had write it manually and some of them are kinda ugly
    5
    //Used for my 2020 Marin Academy Math Night Presentation: "Neural Networks and Their Applications in Text Generation"
  3. marintrace/backend marintrace/backend Public

    Contact tracing and COVID management platform for schools in the Bay Area. Featured on NBC, in the Washington Post, SFGate, and the Marin Independent Journal.

    CSS 3