Neural Networks Matrix Math Part 4
Nature of Code Video #10.10
This video continues the “Matrix Math” series where I attempt to implement in JavaScript the math operations required for a simple neural network library. In this 4th part, I implement a transpose()
function for a matrix.