M
matrix-multiplication
Projects with this topic
-
Project evaluates PyTorch and TensorFlow matrix multiplication performance on macOS.
Updated -
It's quite funny how poorly implemented this is. Libraries that do these operations usually work in highly parallelized environments (sometimes entirely on the GPU). But the beauty of doing it manually is the learning curve. (Vec Vec double heap indirections are a crime against humanity)
Updated -
Test project for neural networks - Handwritten digit recognition on MNIST dataset
Updated -
Using pthreads to implement matrix multiplication: 1- A thread for each element 2- A thread for each row and comparing the performance of the 2 different methods.
UpdatedUpdated -
A matrix calculator for Ubuntu Touch
Updated -
C library for representing and working with matrices
Updated