Machine learning terms you must know about as a beginner.

🧵👇

These terms won't mean anything unless you know what Machine learning is all about.

> Machine learning is the process of making a program which allows a computer to learn from data.

The data could be anything, images, audio or even text.

(2 / 11)
In machine learning we use something called a neural network, this is essentially an imitation of the human brain.

> Neural Networks are a digital imitation of the neurons you see in the human brain.

(3 / 11)
In these neural networks, data flows through them and each neuron (the circle) has a numerical value which will change.

> The value of a neuron gets changes to something which is close to what we want each time the data passes through the neural network.

(4 / 11)
Think of the neurons as dials on a lock, you have to tune every dial to open the lock.

It is almost impossible for a human to tune thousands of dials like these, but a computer certainly can.

(5 / 11)
Once the dials are well tuned, you have a well trained neural network!

Each dial's numeric value is dependent on a "weight" and a "bias". The weight determines how important the neuron is and the bias make it flexible.

(6 / 11)
So here's a recap of what we've looked at so far:

The neural net is the brain of the machine learning model, the dials you have to adjust to make that neural net work are the neurons.

(7 / 11)
Each time data passes through the neural network, we get to know how wrong it is. The measure of how wrong a neural network is called the "loss". The neural network uses this thing called an "optmizer" to reduce "loss" and tries to get less wrong after each iteration.

(8 / 11)
The number of times the data passes through the neural net is called the "epoch".

Let's summarize the entire thing👇

(9 / 11)
Neural Network: The brain of our machine learning model
Neuron : Each dial in a neural network
Weight : How important the neuron is
Bias : Flexibility of neuron

(10 / 11)
Epoch : Number of times the data passes through the neural network
Loss : How wrong the neural net is
Optimizer : Tries to reduce loss and make the neural net less wrong

Congrats! You know a fair bit about commonly used machine learning terms 😉
(11 / 11 🎉)

More from Pratham Prasoon

More from Machine learning

10 machine learning YouTube videos.

On libraries, algorithms, and tools.

(If you want to start with machine learning, having a comprehensive set of hands-on tutorials you can always refer to is fundamental.)

🧵👇

1⃣ Notebooks are a fantastic way to code, experiment, and communicate your results.

Take a look at @CoreyMSchafer's fantastic 30-minute tutorial on Jupyter Notebooks.

https://t.co/HqE9yt8TkB


2⃣ The Pandas library is the gold-standard to manipulate structured data.

Check out @joejamesusa's "Pandas Tutorial. Intro to DataFrames."

https://t.co/aOLh0dcGF5


3⃣ Data visualization is key for anyone practicing machine learning.

Check out @blondiebytes's "Learn Matplotlib in 6 minutes" tutorial.

https://t.co/QxjsODI1HB


4⃣ Another trendy data visualization library is Seaborn.

@NewThinkTank put together "Seaborn Tutorial 2020," which I highly recommend.

https://t.co/eAU5NBucbm

You May Also Like

“We don’t negotiate salaries” is a negotiation tactic.

Always. No, your company is not an exception.

A tactic I don’t appreciate at all because of how unfairly it penalizes low-leverage, junior employees, and those loyal enough not to question it, but that’s negotiation for you after all. Weaponized information asymmetry.

Listen to Aditya


And by the way, you should never be worried that an offer would be withdrawn if you politely negotiate.

I have seen this happen *extremely* rarely, mostly to women, and anyway is a giant red flag. It suggests you probably didn’t want to work there.

You wish there was no negotiating so it would all be more fair? I feel you, but it’s not happening.

Instead, negotiate hard, use your privilege, and then go and share numbers with your underrepresented and underpaid colleagues. […]