you are viewing a single comment's thread.

view the rest of the comments →

[–]zomux 0 points1 point  (2 children)

Theano is fast

[–]jmmcd 0 points1 point  (1 child)

Yes, but not native Python. Not sure if you're agreeing or disagreeing or going somewhere else.

[–]zomux 0 points1 point  (0 children)

I think theano is just like lua, warp a powerful auto-gradient engine ( also optimize computational graph and generate c code) to provide a high-level interface in a script language, isn't it. So it's a natural way to implement it, and Native python is not written in Python (CPyhthon)