Skip to content

Instantly share code, notes, and snippets.

View wutania's full-sized avatar
💻
hacking

Tania Tan Wu wutania

💻
hacking
  • Gitstart
  • Hong Kong, Taipei
  • 21:06 (UTC -12:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am wutania on github.
  • I am wutania (https://keybase.io/wutania) on keybase.
  • I have a public key ASCOZiwZlALCafg-Cc7ewi4qsic4bzDinZEDR_ev8nHo6Qo

To claim this, I am signing this object:

@wutania
wutania / q3.py
Last active May 3, 2018 14:14
COMP4332-hw2-q3.py
w1 = 0.3
w2 = 0.3
b = 0.3
x1 = 2
x2 = 0
a = 0.6
ex = 0
net = w1 * x1 + w2 * x2 + b
y = 1/(1+(2.7183**(-net)))