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

CS8082U4L03 RadialBasisFunctions

This document discusses the machine learning techniques unit on instance-based learning and radial basis functions. The unit objectives are to understand machine learning algorithms for problem solving and study supervised, unsupervised, and semi-supervised algorithms. The unit outcomes are to differentiate algorithm types, apply algorithms to problems, analyze appropriate algorithms, modify algorithms, and provide case studies on advanced methods. Radial basis functions provide a global approximation using local kernel functions, with each kernel only contributing near its center. Radial basis networks can be trained more efficiently than backpropagation networks since the input and output layers are trained separately.

Uploaded by

Rodin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

CS8082U4L03 RadialBasisFunctions

This document discusses the machine learning techniques unit on instance-based learning and radial basis functions. The unit objectives are to understand machine learning algorithms for problem solving and study supervised, unsupervised, and semi-supervised algorithms. The unit outcomes are to differentiate algorithm types, apply algorithms to problems, analyze appropriate algorithms, modify algorithms, and provide case studies on advanced methods. Radial basis functions provide a global approximation using local kernel functions, with each kernel only contributing near its center. Radial basis networks can be trained more efficiently than backpropagation networks since the input and output layers are trained separately.

Uploaded by

Rodin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

CS8082 – Machine Learning Techniques

Unit 4 – Instance-Based Learning

Radial Basis Functions


Unit Objectives

• Understand the need for machine learning for various problem solving
• Study the various supervised, semi-supervised and unsupervised learning
algorithms in machine learning

2
Unit Outcomes

At the end of the course, the student should be able to:


• CO 1: Differentiate between supervised, unsupervised, semi-supervised machine learning
approaches
• CO 2: Apply specific supervised or unsupervised machine learning algorithm for a particular
problem
• CO 3: Analyze and suggest the appropriate machine learning approach for the various types of
problem
• CO 4: Design and make modifications to existing machine learning algorithms to suit an
individual application
• CO 5: Provide useful case studies on the advanced machine learning algorithms

3
Prerequisite

 Understanding on k-NN algorithm


 Familiar to distance based instance similarity identification
 General idea on gradient descent
Radial Basis Function
Understanding hypothesis in radial basis function

Even though f(x) is a global approximation to f(x) , the contribution


from each of the K terms is localized to a region nearby the point Xu.
Summary

 Radial basis function networks provide a global approximation to


the target function, represented by a linear combination of many
local kernel functions.
 The value for any given kernel function is non-negligible only when
the input x falls into the region defined by its particular center and
width.
 Thus, the network can be viewed as a smooth linear combination of
many local approximations to the target function.
Summary

 One key advantage to RBF networks is that they can be trained


much more efficiently than feedforward networks trained with
backpropagation.
 This follows from the fact that the input layer and the output layer
of an RBF are trained separately.
References

TEXT BOOKS:

1. Tom M. Mitchell, ―Machine Learning‖, McGraw-Hill Education (India) Private Limited, 2013.

REFERENCES:

2. Ethem Alpaydin, ―Introduction to Machine Learning (Adaptive Computation and Machine


Learning), The MIT Press 2004.
3. Stephen Marsland, ―Machine Learning: An Algorithmic Perspective ‖, CRC Press, 2009.

You might also like