How does machine learning work? I’ve seen plenty of videos but after a certain point, I realize that I am not learning anything because they make a lot of references to weird mathematical symbols and concepts I never learned/forgot.

1.12K views

How does machine learning work? I’ve seen plenty of videos but after a certain point, I realize that I am not learning anything because they make a lot of references to weird mathematical symbols and concepts I never learned/forgot.

In: Technology

6 Answers

Anonymous 0 Comments

First thing to understand is that “machine learning” is a collection of methods which only have the goal in common. And that goal is to classify new stuff based on known stuff. The actual method, and thus the math, vastly differs depending on what you want to do.

But from my experience learning ML, the most important concept to grasp are matrices. They’re just very convenient to represent calculations on massive amount of multi-dimensional data in a compact mathematical formula.
So my advice if you want to properly understand ML is to start with a linear algebra course. Doesn’t need to be a overly detailed one either.

You are viewing 1 out of 6 answers, click here to view all answers.