Question: - What is overfitting ? what is its drawback? What are the approaches to take to avoid overfitting ? - Aside from the Gini index
What is overfitting what is its drawback? What are the approaches to take to avoid overfitting
Aside from the Gini index and Entropy, explain two other parameters to measure purity best split in a decision tree.
What do the xaxis and yaxis represent in an ROC curve? What does the area under the curve represent? Draw an example ROC curve for a classifier that performs better than a random guess. Describe an application where false negatives might matter more than the accuracy of the classifier.
In a Neural Networks model, should we prefer a large hidden layer over a small one? Explain the drawbacks and benefits of each option.
Explain three combination functions that can be used in the KNearest Neighbor algorithm to make the final decision. Mention examples where you may recommend using these combination functions.
In the following neural networks, the input range is between and and its current value is The transfer function for the nodes in the hidden layer is Hyperbolic Tangent, and for the output node is a Logistic function. Calculate the output x Remember to normalize the input between Also, remember to scale back the output value x to its actual value ie denormalize the output value x
Consider the training data set shown in the following Table. We want to classify the new customer C# with the attributes P $k $k using the KNearest Neighbor algorithm with K and a simple majority voting. To calculate distances between every two records, consider the attributes EducationSaving and Assets For the Education attribute, consider the following distance function:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
