Nuacht

Linear Algebra (#2) This tutorial introduces the necessary algebraic background for machine learning. It covers vectors, spans, vector spaces, matrices, and tensors.
A set of basic linear algebra tools in pure python without numpy or scipy to be used in upcoming posts. Our goal is to better understand principles of machine learning tools by exploring how to code ...