top | item 40936430

(no title)

mankyd | 1 year ago

The description: "no dependencies."

The first line: "import numpy as np"

discuss

order

tonio|1 year ago

you got me, lol. to be fair the only reason numpy is there is because truly pure python doesn't have matmuls, and I didn't think reimplementing it wouldn't serve a didactic purpose.

A cool idea for a v2 without numpy would be implementing matmuls with lists, matrix transpose with zip() and switching np.exp for math.exp. And getting all that on fewer lines as possible.