Designed linear regression model, implementing the gradient descent algorithm and experimented with different values of threshold and learning rate.
Compared performance with SVM kernels, Decision tree and found RBF kernel to have the highest accuracy of 98%.
Performed feature selection, used the transformed features on the neural network to achieve accuracy of 74.90%.