Machine Learning Techniques Short Answers
Machine Learning Techniques Short Answers
Q7. What are the attribute selection measures used in decision tree?
Ans. Attribute selection measures used in decision tree are:
1. Entropy
2. Information gain
3. Gain ratio
4. Gini index
Q18. What are the parameters that affect the backpropagation neural
network?
Ans. Parameters that affect backpropagation neural networks are :
1. Momentum factor
2. Learning coefficient
3. Sigmoidal gain
4. Threshold value
Q20. What are the ANNs used for speech and character recognition ?
Ans. ANNs used for speech recognition are :
1. Multilayer network.
2. Multilayer network with recurrent connections.
ANNs used for character recognition are :
1. Multilayer neural network such as backpropagation neural network.
Q17. What are the benefits of CBL as lazy problem solving method ?
Ans. The benefits of CBL as a lazy Problem solving method are:
1. Ease of knowledge elicitation.
2. Absence of problem-solving bias.
3. Incremental learning.
4. Suitability for complex and not-fully formalised solution spaces.
5. Suitability for sequential problem solving.
6. Ease of explanation.
7. Ease of maintenance.