0% found this document useful (0 votes)
4 views

Predictive

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Predictive

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

ANN

BASIC NEURON CONNECTION ARCHITECTURES


PERCEPTRON NETWORKS
Perceptron Learning rule
PERCEPTRON NETWORK ARCITECTURE FOR SINGLE CLASSIFICATION (i.e.) SINGLE OUTPUT
CLASS

Algorithm for single output classes


SVM
Support Vector Machine (SVM) is a powerful supervised learning algorithm used for
classification and regression tasks. It aims to find a hyperplane in a multidimensional space
that distinctly classifies the data points.
1. Hyperplane and Decision Boundary

-SVM finds the optimal hyperplane that best separates different classes of data.

• The goal is to maximize the margin between data points of different classes. The margin is the
distance between the hyperplane and the nearest data points from each class, known as
support vectors.

2. Support Vectors
3. Kernel Trick

4. Soft Margin and Hard Margin


5. C Parameter

6. Advantages of SVM

7.Disadvantages of SVM

You might also like