PREDICTIVE ANALYTICS WITH REGRESSION: SIMPLIFIED
Powered by Drupal
Predictive analytics encompasses a variety of statistical techniques from data mining, predictive modelling, and machine learning, that analyse current and historical facts to make predictions about future or otherwise unknown events. Organizations are turning to predictive analytics to help solve difficult problems and uncover new opportunities. Common uses of predictive analytics include Fraud detection, marketing, operations improvement and risk reduction. It finds its applications in all the Engineering disciplines including Manufacturing, Cyber Security, Tele communication and Smart Grid applications. This course will be introducing the real time applications of Predictive analytics in various engineering domains and enable students to apply specific statistical and regression analysis methods applicable to predictive analytics to identify new trends and patterns and uncover relationships.
By the end of this course, the learners will be able to
Introduction to Predictive analytics. Models and methods, Role of regression in predictive learning; SIMPLE LINEAR REGRESSION: Calculating the coefficients, Coefficient of determination, Significance test, Confidence and Prediction intervals.
Demonstrations in Python and Excel
MULTIPLE LINEAR REGRESSION: Basic concepts, Coefficient of determination, Interpretation of regression coefficients Categorical variables, heteroscedasticity, Multi-co linearity, outliers and influential observations
Demonstrations in Python
LOGISTIC REGRESSION : Logistic function, Estimation of probability using Logistic regression, Evaluating logistic regression models
Demonstrations in Python
PERFORMANCE IMPROVEMENT : Bias and variance, Regularization, Feature subset selection, Feature extraction, Cross validation, Other performance measures
Demonstrations in Python