|
|
|
|
|
by simias
2594 days ago
|
|
If you don't care much about performance (and if you are reimplementing a neural network from scratch you're probably doing it more as a learning project than anything else) implementing matrix operations isn't very difficult. If you're not used to work with matrices simply reading the Wikipedia article might tell you enough to implement them yourself. |
|
Or, just download a fast BLAS from your hardware vendor...