Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

ML Mathematics

The main branches of Mathematics involved in Machine Learning are:

  • Linear Functions
  • Linear Graphics
  • Linear Algebra
  • Probability
  • Statistics

Machine Learning = Mathematics

Behind every ML success there is Mathematics.

All ML models are constructed using solutions and ideas from math.

The purpose of ML is to create models for understanding thinking.

If you want an ML career:

  • Data Scientist
  • Machine Learning Engineer
  • Robot Scientist
  • Data Analyst
  • Natural Language Expert
  • Deep Learning Scientist

You should focus on the mathematic concepts described here.


Linear Functions

  • Linear means straight
  • A linear function is a straight line
  • A linear graph represents a linear function

Graphics

  • Graphics plays an important role in Math
  • Graphics plays an important role in Statistics
  • Graphics plays an important role in Machine Learning

Learn more about linear functions ...



Linear Algebra

Linear algebra is the bedrock of data science.

Knowing linear algebra boosts your ability to understand data science algorithms.

ScalarVector(s)
1
1
2
3
 
1 2 3

MatrixTensor
1 2 3
4 5 6
 
1 2 3
4 5 6
 
4 5 6
1 2 3
 

Learn more about linear algebra ...


Probability

Probability is how likely something is to occur, or how likely something is true.

I have 6 balls in a bag: 3 reds, 2 are green, and 1 is blue.

Blindfolded. What is the probability that I pick a green one?

Number of ways it can happen are 2 (there are 2 greens).

Number of outcomes are 6 (there are 6 balls).

The probability is 2 out of 6: 2/6 = 0.333333...

Probability = Ways / Outcomes

Learn more about probability ...


Statistics

Statistics is about how to collect, analyze, interpret, and present data.

Statistics works with questions like:

  • What is the most Common?
  • What is the most Expected?
  • What is the most Normal?
Standard Normal Distribution

Learn more about statistics ...


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.