PERFORMANCE ANALYSIS OF SCTP PROTOCOL IN WIFI NETWORK
PERFORMANCE ANALYSIS OF SCTP PROTOCOL IN WIFI NETWORK
PERFORMANCE ANALYSIS OF SCTP PROTOCOL IN WIFI NETWORK
CHAPTER 1
1.0
Mlsa event
1. Supervised Learning:
o In supervised learning, models are trained on a “Labelled
Dataset”—meaning the dataset includes both input features and
corresponding output labels.
o The goal is to learn a mapping from inputs to correct outputs.
o Examples:
Classification: Predicting categorical target variables (e.g.,
spam vs. not spam emails, disease diagnosis).
Algorithms: Logistic Regression, Support Vector
Machine, Random Forest, Decision Tree, K-Nearest
Neighbors (KNN), Naive Bayes.
Regression: Predicting continuous numerical values (e.g.,
house prices, sales forecasts).
Algorithms: Linear Regression, Polynomial
Regression, Ridge Regression, Lasso Regression.
2. Unsupervised Learning:
o In unsupervised learning, the model works with unlabelled data.
o The goal is to discover patterns, clusters, or structures within the
data.
o Examples:
Clustering: Grouping similar data points together (e.g.,
customer segmentation).
Algorithms: K-Means, Hierarchical Clustering.
Dimensionality Reduction: Reducing the number of
features while preserving information.
Algorithms: Principal Component Analysis (PCA), t-
SNE.
3. Semi-Supervised Learning:
o Semi-supervised learning combines elements of both supervised
and unsupervised learning.
o It leverages a small amount of labelled data along with a larger
unlabelled dataset.
o Useful when obtaining fully labelled data is expensive or time-
consuming.
4. Reinforcement Learning:
o Reinforcement learning involves an agent interacting with an
environment.
o The agent learns by receiving feedback (rewards or penalties)
based on its actions.
o Commonly used in game playing, robotics, and recommendation
systems.
Remember, each type has its strengths and weaknesses, and the choice depends
on the problem you’re tackling. Whether you’re predicting, clustering, or
optimizing, machine learning offers a rich toolbox! 🌟
Feel free to ask more questions or explore specific areas—I’m here to assist! 😊
Sources: GeeksforGeeks, IBM, Coursera, Built In1234
Learn more