Akson Sam Varghese

Results 2 issues of Akson Sam Varghese

Hi, I tried running the demo_simple.py and gives me following error. Any idea how to resolve it ? or what the error is talking about ? ``` Exception in thread...

Hi, Thank you for the great tutorial. I got stuck here, o[t]= softmax(self.V.dot(s[t])) Inside the forward_propagation function definition NameError: name 'softmax' is not defined I tried implementing a function called...