Which machine learning algorithm is commonly used for time series forecasting due to its ability to remember long sequences?
- Decision Trees.
- Recurrent Neural Networks (RNNs).
- Support Vector Machines (SVMs).
- K-Means Clustering.
Recurrent Neural Networks (RNNs) are favored for time series forecasting because they can remember and model long sequences of data, making them suitable for sequential data like time series.
Loading...
Related Quiz
- In the context of Q-learning, what does the 'Q' stand for?
- When visualizing high-dimensional data in two or three dimensions, one might use PCA to project the data onto the first few ________.
- Which term refers to using a model that has already been trained on a large dataset and fine-tuning it for a specific task?
- When a model has very high variance and is too complex, which problem is it likely facing?
- Which type of regression is used to predict the probability of a categorical outcome?