Authors Santiago
7 days
30 days
All time
Recent
Popular
12 machine learning YouTube videos.
On libraries, algorithms, tools, and theory.
β
1. Jupyter Notebooks: https://t.co/HqE9yt8TkB
2. Pandas: https://t.co/aOLh0dcGF5
3. Matplotlib: https://t.co/tKADpmihkh
4. Seaborn: https://t.co/s8EUxh6x1f
5. Numpy: https://t.co/pJoc0Lfjwm
6. Decision Trees: https://t.co/tKtUpO1K3l
7. Neural Networks: https://t.co/bc7emyjc9q
8. Scikit-Learn: https://t.co/LrKG7cMxRq
9. TensorFlow: https://t.co/fhO6T9sblU
10. PyTorch: https://t.co/5w9mJxijdd
11. Essense of Linear Algebra: https://t.co/o3kOnxl90i
12. Essense of Calculus: https://t.co/rfo7v0cpR4
On libraries, algorithms, tools, and theory.
β
1. Jupyter Notebooks: https://t.co/HqE9yt8TkB
2. Pandas: https://t.co/aOLh0dcGF5
3. Matplotlib: https://t.co/tKADpmihkh
4. Seaborn: https://t.co/s8EUxh6x1f

5. Numpy: https://t.co/pJoc0Lfjwm
6. Decision Trees: https://t.co/tKtUpO1K3l
7. Neural Networks: https://t.co/bc7emyjc9q
8. Scikit-Learn: https://t.co/LrKG7cMxRq

9. TensorFlow: https://t.co/fhO6T9sblU
10. PyTorch: https://t.co/5w9mJxijdd
11. Essense of Linear Algebra: https://t.co/o3kOnxl90i
12. Essense of Calculus: https://t.co/rfo7v0cpR4

You gotta think about this one carefully!
Imagine you go to the doctor and get tested for a rare disease (only 1 in 10,000 people get it.)
The test is 99% effective in detecting both sick and healthy people.
Your test comes back positive.
Are you really sick? Explain below π
The most complete answer from every reply so far is from Dr. Lena. Thanks for taking the time and going through
You can get the answer using Bayes' theorem, but let's try to come up with it in a different βmaybe more intuitiveβ way.
π
Here is what we know:
- Out of 10,000 people, 1 is sick
- Out of 100 sick people, 99 test positive
- Out of 100 healthy people, 99 test negative
Assuming 1 million people take the test (including you):
- 100 of them are sick
- 999,900 of them are healthy
π
Let's now test both groups, starting with the 100 people sick:
β«οΈ 99 of them will be diagnosed (correctly) as sick (99%)
β«οΈ 1 of them is going to be diagnosed (incorrectly) as healthy (1%)
π
Imagine you go to the doctor and get tested for a rare disease (only 1 in 10,000 people get it.)
The test is 99% effective in detecting both sick and healthy people.
Your test comes back positive.
Are you really sick? Explain below π
The most complete answer from every reply so far is from Dr. Lena. Thanks for taking the time and going through
Really doesn\u2019t fit well in a tweet. pic.twitter.com/xN0pAyniFS
— Dr. Lena Sugar \U0001f3f3\ufe0f\u200d\U0001f308\U0001f1ea\U0001f1fa\U0001f1ef\U0001f1f5 (@_jvs) February 18, 2021
You can get the answer using Bayes' theorem, but let's try to come up with it in a different βmaybe more intuitiveβ way.
π

Here is what we know:
- Out of 10,000 people, 1 is sick
- Out of 100 sick people, 99 test positive
- Out of 100 healthy people, 99 test negative
Assuming 1 million people take the test (including you):
- 100 of them are sick
- 999,900 of them are healthy
π
Let's now test both groups, starting with the 100 people sick:
β«οΈ 99 of them will be diagnosed (correctly) as sick (99%)
β«οΈ 1 of them is going to be diagnosed (incorrectly) as healthy (1%)
π
Here is a simple example of a machine learning model.
I put it together a long time ago, and it was very helpful! I sliced it apart a thousand times until things started to make sense.
It's TensorFlow and Keras.
If you are starting out, this may be a good puzzle to solve.
The goal of this model is to learn to multiply one-digit
I put it together a long time ago, and it was very helpful! I sliced it apart a thousand times until things started to make sense.
It's TensorFlow and Keras.
If you are starting out, this may be a good puzzle to solve.

The goal of this model is to learn to multiply one-digit
It is a good example of coding, what is the model?
— Freddy Rojas Cama (@freddyrojascama) February 1, 2021
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
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
