1. Write at least two differences between Decision Trees and Neural Networks.
2. Compare Biological Neural Networks with Artificial Neural Networks.
Answers
Answered by
13
Answer:
The neural network is an assembly of nodes, looks somewhat like the human brain. While the decision tree is an easy to follow top down approach of looking at the data. Decision trees have an easy to follow natural flow. They are also easy to program for computer systems with IF, THEN, ELSE statements.
Similar questions