Machine Learning: Creating vectors, matrix and arrays
To get started in machine learning there are some basics that you need to know and understand before you can ever just start coding out programs. A few key areas to understand are vectors, matrices and arrays. First, what is a vector? Vectors come from linear algebra. And you thought you’d be able to forget…