AI ML Nov 15
AI ML Nov 15
AI ML Nov 15
Certificate Course
RRIT
Shridhar Venkat
About the Trainer
• Name: Shridhar Venkatanarasimhan
• Department: CSE RRIT 3rd Floor
• Phone Number: 9663352923
• Email: svnara12@yahoo.com
• If you meet me, I can help you install and run Python and AI/ML
Examples. I can give you Sample Programs.
Topics for Today
• Mutliple Regression
• Polynomial Regression
• Artificial NeuraL Networks
• Recommender Systems
• Sentiment Analysis
• Exam
Prediction Algorithms
• Simple Linear Regression
• Multiple (Linear) Regression
• Polynomial Regression
• RIDGE
• LASSO
Validating the Model
• Once a model is used, we have to check if it is
appropriate based on some measures including
measures specific to the model.
Simple Linear Regression
• Try to fit a straight line using independent variable x
and dependent variable y
•yi = β0 + β1xi + εi
Multiple (Linear) Regression
• Try to fit a hyperplane using n independent variables
x and dependent variable y
x1
x2 y
xn
Single Perceptron Formula
• z = w0 + Σw x
i i
• y = f(z)