A Gentle Introduction to Vectors for Machine Learning
Last Updated on August 9, 2019 Vectors are a foundational element of linear algebra. Vectors are used throughout the field of machine learning in the description of algorithms and processes such as the target variable (y) when training an algorithm. In this tutorial, you will discover linear algebra vectors for machine learning. After completing this tutorial, you will know: What a vector is and how to define one in Python with NumPy. How to perform vector arithmetic such as addition, […]
Read more