exam questions

Exam AWS Certified Machine Learning - Specialty All Questions

View all questions & answers for the AWS Certified Machine Learning - Specialty exam

Exam AWS Certified Machine Learning - Specialty topic 1 question 160 discussion

A power company wants to forecast future energy consumption for its customers in residential properties and commercial business properties. Historical power consumption data for the last 10 years is available. A team of data scientists who performed the initial data analysis and feature selection will include the historical power consumption data and data such as weather, number of individuals on the property, and public holidays.
The data scientists are using Amazon Forecast to generate the forecasts.
Which algorithm in Forecast should the data scientists use to meet these requirements?

  • A. Autoregressive Integrated Moving Average (AIRMA)
  • B. Exponential Smoothing (ETS)
  • C. Convolutional Neural Network - Quantile Regression (CNN-QR)
  • D. Prophet
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
spaceexplorer
Highly Voted 3 years, 3 months ago
Selected Answer: C
Answer is C, CNN-QR and DeepAR accepts related time series data (weather data, number of people on property, etc.,)
upvoted 18 times
...
MultiCloudIronMan
Most Recent 11 months ago
Selected Answer: C
Option C: Convolutional Neural Network - Quantile Regression (CNN-QR). This algorithm is well-suited for handling complex datasets with multiple features, such as historical power consumption, weather, number of individuals, and public holidays, providing accurate and robust forecasts.
upvoted 1 times
...
Stokvisss
1 year, 5 months ago
Answer is C, CNN-QR and DeepAR accepts related time series data (weather data, number of people on property, etc.,). Classic forecasting methods, such as ARIMA or exponential smoothing (ETS), fit a single model to each individual time series. In contrast, DeepAR+ creates a global model (one model for all the time series) with the potential benefit of learning across time series. Source: https://aws.amazon.com/blogs/machine-learning/making-accurate-energy-consumption-predictions-with-amazon-forecast/
upvoted 1 times
...
loict
1 year, 11 months ago
Selected Answer: D
As per https://docs.aws.amazon.com/forecast/latest/dg/aws-forecast-choosing-recipes.html A. NO - no as powerful as NN B. NO - no as powerful as NN C. NO - works best with 100's of time series D. YES - best for strong seasonnability, expected for power
upvoted 1 times
...
jyrajan69
1 year, 11 months ago
Based on this only CNN-QR can accept historical data https://www.examtopics.com/exams/amazon/aws-certified-machine-learning-specialty/view/32/
upvoted 2 times
...
AjoseO
2 years, 6 months ago
Selected Answer: C
CNN-QR is a deep learning algorithm that can model complex relationships between the inputs and outputs, such as the weather and public holidays, with historical power consumption data. CNN-QR has been shown to be effective in generating accurate predictions in many different types of forecasting use cases, including demand forecasting. ETS (Exponential Smoothing) is a classical time series algorithm that is often used for forecasting. It can be effective for simple time series data that have regular patterns, but may not be sufficient to handle the complexity of the given data. ARIMA (Autoregressive Integrated Moving Average) is another classical time series algorithm that can model complex patterns in data. However, it may be difficult to use in cases where there are many different inputs and the relationships between the inputs and outputs are complex.
upvoted 4 times
...
aScientist
2 years, 9 months ago
Selected Answer: C
ARIMA & ES are both base time series algos that are available. DeeoAR+ & CNN-QR are refined and able to utilize external data as well to complement the time series data available
upvoted 3 times
...
matteocal
3 years ago
Selected Answer: C
C, as explained here: https://docs.aws.amazon.com/forecast/latest/dg/aws-forecast-choosing-recipes.html
upvoted 4 times
...
ovokpus
3 years, 1 month ago
Selected Answer: A
According to the link below, it is either ARIMA or DeepAR. So A is the answer here https://aws.amazon.com/blogs/machine-learning/making-accurate-energy-consumption-predictions-with-amazon-forecast/
upvoted 3 times
...
edvardo
3 years, 3 months ago
Given the provided data, I would discard A and B. Amazon Forecast CNN-QR, Convolutional Neural Network - Quantile Regression, is a proprietary machine learning algorithm for forecasting scalar (one-dimensional) time series I would choose D, Prophet. https://docs.aws.amazon.com/forecast/latest/dg/aws-forecast-recipe-prophet.html How Prophet Works Prophet is especially useful for datasets that: Contain an extended time period (months or years) of detailed historical observations (hourly, daily, or weekly) Have multiple strong seasonalities Include previously known important, but irregular, events Have missing data points or large outliers Have non-linear growth trends that are approaching a limit Prophet is an additive regression model with a piecewise linear or logistic growth curve trend. It includes a yearly seasonal component modeled using Fourier series and a weekly seasonal component modeled using dummy variables.
upvoted 2 times
aScientist
2 years, 9 months ago
Prophet wont be able to use the additional data that is available in the question
upvoted 1 times
...
f4bi4n
3 years, 2 months ago
Prophet doesn't accept historical-related time series, so it won't work here https://docs.aws.amazon.com/forecast/latest/dg/aws-forecast-choosing-recipes.html#comparing-algos
upvoted 6 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...