π€ π¨π½βπ» Hacker-in-residence @voxel51| I β€οΈopen source deep learning
Jan 6, 2023 β’ 8 tweets β’ 2 min read
Skip connections are one of the most important innovations in the history of deep learning.
You need to understand the problems it solves and how it helps us build deep networks.
Let me break it down for you in this thread ππ½π§΅
#deeplearning#machinelearning
Skip connections are a common feature in modern CNN architectures. They create an alternative path for the gradient to flow through, which can help the model learn faster.
Jan 6, 2023 β’ 9 tweets β’ 2 min read
The hardest part of data science is keeping track of and measuring the right things.
And you do that with metrics.
Most data scientists don't know what makes a good metric.
In this thread, I'll teach you what makes a good metricπ
A good metric has four qualities; it's... 1) Comparative 2) Understandable 3) A ratio or rate 4) Changes in behaviour
Jan 6, 2023 β’ 7 tweets β’ 5 min read
The convolution operation q fundamental concepts in deep learning.
Most people know how to perform it.
But far fewer understand what it means.
These five ππ½ resources will help you grok one of the most important concepts in deep learning ππ½
Accuracy, precision, recall, and F1-score are a few ways you can measure the performance of your classification model.
Most people get them confused.
Use this thread as a cheat sheet and remind yourself what they meanππ½π§΅
Accuracy: This is the number of correct predictions made divided by the total number of predictions.
Jan 5, 2023 β’ 12 tweets β’ 8 min read
Here's how I would study deep learning if I had to do it all over again.
Clone the @ultralytics
Yolov5 repo and run the usage on the command line.
See the magic happen.
Get inspired.
Jan 4, 2023 β’ 10 tweets β’ 2 min read
Back propagation is the secret sauce for training neural networks.
You need to understand how it works.
I break it down for you in this thread ππ½π§΅
#deeplearning
Here's the lowdown: the output of a neural network is calculated with the ππ½ weights ππ½ of the edges that connect the nodes in the network.
So, you gotta find the optimal values of weights to minimize the final error on training data examples.
Jan 4, 2023 β’ 6 tweets β’ 4 min read
You shouldn't evaluate the performance of a deep learning model solely on accuracy.
You're missing the whole picture if that's all you're looking at.
There are 3 other factors you should consider when evaluating the performance of your model ππ½
The curse of dimensionality is a major roadblock for machine learning practitioners.
But most don't fully understand it.
Don't be left in the dark - join me in this thread as I clarify and demystify this concept ππ½π§΅
The Curse of Dimensionality (let's just call it "The Curse") refers to problems that occur when you try to use statistical methods in high-dimensional space.
Jan 1, 2023 β’ 7 tweets β’ 3 min read
If I had to learn data analysis with Python in 2023, here's how I would do it.
Get ready to transform your data analysis skills with these highly recommended resources.
#66DaysOfData ππ½π§΅
1/ Cognitive Class: Data Analysis with Python
You'll learn how to prepare data for analysis, perform statistical analyses, create data visualizations, predict trends from data, and more!
Spend 30 minutes a day, everyday, and you'll be done in 3 weeks.
The number one cause of machine learning model failure is data set drift.
Yet most data scientists and machine learning practitioners don't know why their data sets are drifting.
Here are 6 of the most common reasons for data set drift in machine learning ππ½π§΅
What is dataset drift? It's when the statistical properties of a dataset change over time, which can negatively impact the performance of a machine learning model.
Dec 28, 2022 β’ 6 tweets β’ 3 min read
Calculus is the foundation of deep learning.
If you don't understand it, you won't get far in your journey.
Here are 3 resources that will quickly get you up to speed on the topic.
ππ½π§΅
1/ The Essence of Calculus by 3B1B
This will take you three hours to get through and you'll develop an intuition for the subject and a lay of the land.