Unsupervised Machine Learning Explained For Beginners
Skills:
Unsupervised Learning61%
Key Takeaways
This video explains unsupervised machine learning concepts, including clustering, K-Means, outlier detection, latent variable modeling, and principal component analysis
Full Transcript
welcome back to another machine learning explained video by assembly AI in this video we talk about unsupervised learning and one note we also have a video about supervised learning on our Channel and I highly recommend that you check this out as well and now without further Ado let's get started in the last video we learned about supervised learning where the machine learning model learns by making use of labeled data now in unsupervised learning we have unlabeled data meaning we have data but we don't know the corresponding class or Target for the features this process is often times more complex but it has the huge advantage that it does not require upfront human intervention to label the data but if the data isn't labeled then how is the model learning essentially the model is trying to figure out some kind of structure in the data and will extract the useful information from it a popular example is object recognition a common task in computer vision here the model finds similar looking objects and marks them without knowing its specific label each group has its own characteristics that the model learns to identify and afterwards we can very easily Define the associated label for this group now let's look at different applications of unsupervised learning one of the most used applications of unsupervised learning is clustering which is the process of grouping a set of objects in such a way that similar objects fall into the same group imagine you are the founder of an e-commerce website for each user you could somehow collect the age and income but other than that the user stays Anonymous now you want to determine if the user is likely to buy your product or not this can be done by analyzing the data and identifying two possible clusters one cluster for the group that is interested to buy and another cluster for the group that is not interested of course this example is a little bit oversimplified and real world data often times does not look that simple that's why the model needs to use a more sophisticated way to find the Clusters there are different approaches for example connectivity models here we build models based on distance connectivity this method is also known as hierarchical clustering centroid models represent each cluster by a single mean Vector a common example is the K means clustering algorithm that represents each cluster with its mean Vector also called centroid in an iterative approach it finds the best centroids and assigns all the surrounding data points to this cluster and we have distribution models here clusters are modeled using statistical distributions another possible application is outlier detection often times data sets contain a few samples that fall out of the typical range these samples are called outliers if we were to train a supervised model with this data set the outliers might might confuse the model and lead to incorrect results that's why often times it makes sense to identify and remove these outliers with an unsupervised learning technique before moving on to a supervised learning task another application is latent variable modeling in statistics latent variables are variables that are not directly observed but are rather inferred from other variables that are directly measured mathematical models that aim to explain obser variables in terms of latent variables are called latent variable models a popular method in this category is principle component analysis or short PCA PCA is commonly used for dimensionality reduction it computes the so-called principal components and then transforms the data by projecting all data points onto these new axes in the simple example we end up from a 2d space in a one-dimensional space on the line but of course this can be used for any number of Dimensions neural networks can also be used for many different unsupervised learning tasks one particular neural network type is the auto encoder Auto encoders have an encoder part that encodes the image to get a low dimensional embedding of the image and after that it gets decoded Again by the decoder with a goal to reconstruct the original image as good as possible during this process there is no need to know the actual label of the image but what can this be used for two possible use cases are Den noising the image by encoding the image and learning meaningful features of the image to reconstruct it we can remove noise or other unwanted things from the image or we can do image and video compression where only the encoded representation is used to be sent over a network from one end and on the other end it gets decoded again to see the normal Image Auto encoders are indeed a very important Concept in deep learning so if you want to see a dedicated video for these let us know in the comments all right I hope you now understand the concept of unsupervised learning if you enjoyed the video then please leave us a thumbs up and consider subscribing to our Channel also if you want to try ably a i speech to text API for free then go and grab your free API token using the link in the description below and then I hope to see you in the next video bye
Original Description
In this video we learn about Unsupervised Machine Learning.
You will learn:
- What is unsupervised learning
- Clustering
- K-Means
- Outlier Detection
- Latent variable modeling
- Principal Component Analysis (PCA)
- Autoencoder
Supervised Learning explained: https://youtu.be/Mu3POlNoLdc
Get your Free Token for AssemblyAI Speech-To-Text API 👇https://www.assemblyai.com/?utm_source=youtube&utm_medium=referral&utm_campaign=yt_pat_9
Icon by xnimrodx - Flaticon: https://www.flaticon.com/free-icons/computer
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from AssemblyAI · AssemblyAI · 50 of 60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
▶
51
52
53
54
55
56
57
58
59
60
Python Speech Recognition in 5 Minutes
AssemblyAI
Python Click Part 1 of 4
AssemblyAI
Python Click Part 2 of 4
AssemblyAI
Python Click Part 3 of 4
AssemblyAI
Python Click Part 4 of 4
AssemblyAI
Deep learning in 5 minutes | What is deep learning?
AssemblyAI
How to make a web app that transcribes YouTube videos with Streamlit | Part 1
AssemblyAI
How to make a web app that transcribes YouTube videos with Streamlit | Part 2
AssemblyAI
Batch normalization | What it is and how to implement it
AssemblyAI
Real-time Speech Recognition in 15 minutes with AssemblyAI
AssemblyAI
Regularization in a Neural Network | Dealing with overfitting
AssemblyAI
Add speech recognition to your Streamlit apps in 5 minutes
AssemblyAI
Transformers for beginners | What are they and how do they work
AssemblyAI
Automatic Chapter Detection With AssemblyAI | Python Tutorial
AssemblyAI
Deep Learning Series Part 1 - What is Deep Learning?
AssemblyAI
Deep Learning Series part 2 - Why is it called “Deep Learning”?
AssemblyAI
Activation Functions In Neural Networks Explained | Deep Learning Tutorial
AssemblyAI
Deep Learning Series part 3 - Deep Learning vs. Machine Learning
AssemblyAI
Deep Learning Series part 4 - Why is Deep Learning better for NLP?
AssemblyAI
Intro to Batch Normalization Part 1
AssemblyAI
Intro to Batch Normalization Part 2
AssemblyAI
Intro to Batch Normalization Part 3 - What is Normalization?
AssemblyAI
Intro to Batch Normalization Part 4
AssemblyAI
Intro to Batch Normalization Part 5
AssemblyAI
Sentiment Analysis for Earnings Calls with AssemblyAI
AssemblyAI
Summarizing my favorite podcasts with Python
AssemblyAI
Introduction to Regularization
AssemblyAI
How/Why Regularization in Neural Networks?
AssemblyAI
Getting Started With Torchaudio | PyTorch Tutorial
AssemblyAI
Types of Regularization
AssemblyAI
Tuning Alpha in L1 and L2 Regularization
AssemblyAI
Dropout Regularization
AssemblyAI
What is GPT-3 and how does it work? | A Quick Review
AssemblyAI
Backpropagation For Neural Networks Explained | Deep Learning Tutorial
AssemblyAI
Jupyter Notebooks Tutorial | How to use them & tips and tricks!
AssemblyAI
Best Free Speech-To-Text APIs and Open Source Libraries
AssemblyAI
Regularization - Early stopping
AssemblyAI
Regularization - Data Augmentation
AssemblyAI
Bias and Variance for Machine Learning | Deep Learning
AssemblyAI
Recurrent Neural Networks (RNNs) Explained - Deep Learning
AssemblyAI
What is BERT and how does it work? | A Quick Review
AssemblyAI
Introduction to Transformers
AssemblyAI
Transformers | What is attention?
AssemblyAI
Transformers | how attention relates to Transformers
AssemblyAI
Transformers | Basics of Transformers
AssemblyAI
Supervised Machine Learning Explained For Beginners
AssemblyAI
Transformers | Basics of Transformers Encoders
AssemblyAI
Transformers | Basics of Transformers I/O
AssemblyAI
How to evaluate ML models | Evaluation metrics for machine learning
AssemblyAI
Unsupervised Machine Learning Explained For Beginners
AssemblyAI
Weight Initialization for Deep Feedforward Neural Networks
AssemblyAI
Q-Learning Explained - Reinforcement Learning Tutorial
AssemblyAI
Should You Use PyTorch or TensorFlow in 2022?
AssemblyAI
What is Layer Normalization? | Deep Learning Fundamentals
AssemblyAI
I created a Python App to study FASTER
AssemblyAI
How to create your FIRST NEURAL NETWORK with TensorFlow!
AssemblyAI
Neural Networks Summary: All hyperparameters
AssemblyAI
Getting Started with OpenAI API and GPT-3 | Beginner Python Tutorial
AssemblyAI
Convert Speech-To-Text In Python in 60 seconds!
AssemblyAI
Gradient Clipping for Neural Networks | Deep Learning Fundamentals
AssemblyAI
More on: Unsupervised Learning
View skill →Related Reads
📰
📰
📰
📰
Top 10 GitHub AI Open-Source Projects Every Developer Should Know in 2026
Dev.to AI
ChatGPT Prompt Engineering for Freelancers: Unlocking the Power of AI
Dev.to AI
How I Stopped Fighting Hallucinations in LLM Data Extraction
Dev.to · zhongqiyue
Anthropic’s Claude Sonnet 5 Is “Near-Opus Intelligence” For All Plans via @sejournal, @martinibuster
Search Engine Journal
🎓
Tutor Explanation
DeepCamp AI