Skip to content

Instantly share code, notes, and snippets.

View swanjson's full-sized avatar

Jay Swanson swanjson

  • Greater Salt Lake City Area, Utah
View GitHub Profile
@swanjson
swanjson / functionUpload.ipynb
Last active August 5, 2021 19:57
Local Blob Upload
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import numpy as np
X = [[2],
[3]]
Y = [[1],
[2]]
W_0 = [[0.30,0.53,0.94],