10.9: Neural Networks: Matrix Math Part 3 - The Nature of Code

In this video, I implement matrix multiplication ("matrix product"). Code: https://thecodingtrain.com/tracks/neu... 💻 Code Example: https://github.com/CodingTrain/Toy-Ne... 🎥 Previous:    • 10.8: Neural Networks: Updating Code to ES...   🎥 Next:    • 10.10: Neural Networks: Matrix Math Part 4...   References: 🔗 Intelligence and Learning: https://github.com/nature-of-code/NOC... 🔗 Brendan Fortuner's Linear algebra cheat sheet for deep learning: https://towardsdatascience.com/linear... Videos: 🔗 Khan Academy's Linear Algebra class: https://www.khanacademy.org/math/line... 🔗    • Essence of linear algebra   🔗 Vector Dot Product:    • 6.5: Vectors: Dot Product and Scalar Proje...   Timestamps: 0:00 Introduction 1:20 Matrix Product 4:40 Dot notation 5:48 Columns of A must be equal to rows of B 9:57 Add code for matrix product 19:40 Test code 26:03 Outro 27:40 Transpose Editing by Mathieu Blanchette Animations by Jason Heglund Music from Epidemic Sound 🚂 Website: https://thecodingtrain.com/ 👾 Share Your Creation! https://thecodingtrain.com/guides/pas... 🚩 Suggest Topics: https://github.com/CodingTrain/Sugges... 💡 GitHub: https://github.com/CodingTrain 💬 Discord: https://thecodingtrain.com/discord 💖 Membership: http://youtube.com/thecodingtrain/join 🛒 Store: https://standard.tv/codingtrain 🖋️ Twitter:   / thecodingtrain   📸 Instagram:   / the.coding.train   🎥    • Coding Challenges   🎥    • Start learning here!   🔗 p5.js: https://p5js.org 🔗 p5.js Web Editor: https://editor.p5js.org/ 🔗 Processing: https://processing.org 📄 Code of Conduct: https://github.com/CodingTrain/Code-o... This description was auto-generated. If you see a problem, please open an issue: https://github.com/CodingTrain/thecod... #matrixalgebra #matrixproduct #javascript