Predictive Modeling Techniques in Data Mining
Classified in Computers
Written on in English with a size of 4.25 KB
CH6
Predictive Modeling Techniques
61) Predictive modeling is perhaps the most commonly practiced branch in data mining. What are three of the most popular predictive modeling techniques?
Answer:
- Artificial neural networks
- Support vector machines
- k-nearest neighbor
62) Why have neural networks shown much promise in many forecasting and business classification applications?
Answer: Because of their ability to "learn" from the data, their nonparametric nature (i.e., no rigid assumptions), and their ability to generalize.
Understanding Neural Networks
63) Each ANN is composed of a collection of neurons that are grouped into layers. One of these layers is the hidden layer. Define the hidden layer.
Answer: A hidden layer is a layer of neurons that takes input... Continue reading "Predictive Modeling Techniques in Data Mining" »