Developed a Multiple Linear Regression model using Ordinary least square (OLS) method to predict ‘House
price’, using data from Kaggle.
Explore data using statistical technique, checked problem of multicollinearity, detect outlier, checked the
significance of the regressor, checked heteroskedasticity, checked leverage and influential points, checked
model
adequecy, did residual analysis, selected good features using Backward elimination
Rule mining using ANN, taking Real world data and then figuring out the rules that govern the data.
Implemented this method to obtain rules from ANN on training data for binary classification. Employed
mini-batch training with Adam optimizer to obtain competitive performance.
Used different approaches like SVM, Decision forest etc. to serve as a baseline for comparing performance on the dataset.