subject

The goal of this task is to apply different classification approaches to a challenging dataset to compare the results, to enhance the accuracy of better parameters/preprocessing/using kernels/incorporating background knowledge and to summarize your findings in a report.

As far as classification algorithms are concerned we will use:
1. Neural Networks
2. Support Vector Machines

You will use 2 "variations" of each approach:
- As far SVMs are concerned, you should use 2 different kernels (any kernel is fine, you can use the linear kernel as one kenel)
- As far as NNs are concerned, you should use two of the following activation functions: 1. Logistic/sigmoid 2. Tanh or hyperbolic tangent activation function 3. Relu 4. Softplus

Accuracy of the four classification algorithms, you compare, should be measured using 10-fold cross validation. In your report after comparing the experimental results, write a paragraph or two tryıng to explain/speculate why, in your opınion one classıfication algorithm outperformed the other. Finally, at the end of your report provide a 1-2 paragraphs summary that summarizes the most important findıngs of this task.

Deliverables: Please submit both the report and the source code file

Suggestions You can use built-in functions in python and R. For python, it's preferable to use Scikit-Learn for both SVM and neural network. For R, we suggest the 'Neuralnet' and 'svm' functions

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 21:00
Write a method so that the main() code below can be replaced by the simpler code that calls method original main(): public class calcmiles { public static void main(string [] args) { double milesperhour; double minutestraveled; double hourstraveled; double milestraveled; milesprhour = scnr.nextdouble(); minutestraveled = scnr.nextdouble(); hourstraveled = minutestraveled / 60.0; milestraveled = hourstraveled * milesperhour; system.out.println("miles: " + milestraveled); } }
Answers: 2
question
Computers and Technology, 24.06.2019 01:00
Verify each identity[tex] \frac{csc}{cot \: x \: + \: tan \: x} = cos \: x[/tex]
Answers: 1
question
Computers and Technology, 24.06.2019 08:10
Where are american poets found in the dewey decimal system
Answers: 1
question
Computers and Technology, 24.06.2019 13:30
Write a program that uses a two-dimensional array to store the highest and lowest temperatures for each month of the year. the program should output the average high, average low, and the highest and lowest temper- atures for the year. your program must consist of the following functions: a. function getdata: this function reads and stores data in the two- dimensional array. b. function averagehigh: this function calculates and returns the average high temperature for the year. c. function averagelow: this function calculates and returns the aver- age low temperature for the year. d. function indexhightemp: this function returns the index of the highest high temperature in the array. e. function indexlowtemp: this function retur
Answers: 3
You know the right answer?
The goal of this task is to apply different classification approaches to a challenging dataset to co...
Questions
question
Mathematics, 23.07.2019 17:00
Questions on the website: 13722363