filmov
tv
Matrix multiplication with plain Python (calculate weights matrix feedforward)
Показать описание
Get a brief introduction about matrix multiplications and learn how to perform them in Python without using external libraries like numpy. I made this video because learning neural networks is easier when you understand a little bit of matrix operations by implementing it yourself with plain Python.