Numpy

I have a neural network that I wrote I Python, I'm using numpy for the matrix multiplications, it's slow when I'm training with images. Would I get faster results if I implement the whole thing in c ?

Attached: download (1).jpg (357x141, 9K)

Other urls found in this thread:

en.wikipedia.org/wiki/Cython
cython.org/
github.com/victorqribeiro/MLP/blob/master/python/MLP.py
github.com/victorqribeiro/MLP/blob/master/python/MLP.py?ts=2
twitter.com/NSFWRedditGif

obviously yes you retard

Yes, but probably not a lot faster.

en.wikipedia.org/wiki/Cython
cython.org/

Attached: Cython-logo.svg.png (330x147, 13K)

I heard once numpy is almost all c, if it's true, it won't make a lot of difference, will it?

Thanks, I'll take a look

with your C? don't make me laugh

What are you stupid? Just use tensor flow or pytorch.

this.

this. easiest.