Exercises
Tune SVM models using
e1071
package. There are two parameters gamma & cost. Using tune.svm() to tune the model and find the best values for gamma & cost.Try different models with Neural Networks. It should have a better prediction accuracy than the one we have produced.