WorksheetsLSTM_Module_6
Total questions: 20
Worksheet time: 10mins
What is the purpose of regression in machine learning?
To classify images into categories
To predict a continuous value based on input variables
To detect objects in an image
None of the above
Which of the following is the key assumption in linear regression?
The relationship between variables is non-linear
The dependent variable is categorical
There is a linear relationship between the dependent and independent variables
The data is not normally distributed
Which of the following is true about ARIMA (AutoRegressive Integrated Moving Average)?
ARIMA is used for classifying objects in an image
ARIMA requires stationary time series data
ARIMA is only used for supervised learning tasks
ARIMA is used to predict continuous variables but not time series data
What does the VAR (Vector Autoregressive) model help with in time series analysis?
Predicting a single time series variable
Capturing the relationships between multiple time series variables
Performing classification tasks
None of the above
Which of the following is a characteristic of LSTM (Long Short-Term Memory) networks?
They are used for object detection
They are designed to handle sequential data and learn long-term dependencies
They are used for clustering tasks
None of the above
What type of data is ARIMA most suitable for?
Unstructured data like images or text
Categorical data
Time series data that shows trends or patterns over time
None of the above
Which of the following is used to evaluate the performance of linear regression?
Confusion matrix
RMSE
Precision and recall
F1 score
In LSTM networks, what are the three key components that control the flow of information?
Forget gate, input gate, and output gate
Recurrent gate, input gate, and hidden gate
Activation gate, input gate, and output gate
Non input gate, and output gate and hidden gate
Which model is used for long-term forecasting of sequential data with long-term dependencies?
Linear regression
ARIMA
LSTM
VAR
Which of the following manufacturing applications would benefit most from using a regression model?
Predicting the quality of a product based on machine parameters
Identifying faulty parts on an assembly line
Classifying types of products based on images
Detecting workers not wearing safety gear
In a manufacturing process, which scenario is best suited for a regression model?
Predicting the total production cost based on raw material usage and labor hours
Detecting the presence of defects in products
Identifying the category of products in a warehouse
Counting the number of items in a batch
In an LSTM network, what is the primary function of the forget gate?
It decides which information should be remembered
It regulates the learning rate during training
It decides which information from the input should be discarded
It helps in the backpropagation of errors
What is the main advantage of using LSTM networks for time-series forecasting?
They can process data in parallel for faster computation
They can learn long-term dependencies in sequential data
They perform better with unsupervised learning tasks
They do not require any prior data preprocessing
In an LSTM network, which of the following gates controls the flow of new information into the memory cell?
Forget gate
Input gate
Activation gate
Hidden gate
What type of data is LSTM most suitable for?
Image classification tasks
Sequential or time-series data such as stock prices or weather patterns
Static data where the order does not matter
Non-time-dependent features
What is the purpose of tuning hyperparameters in machine learning models?
To improve the model's training time
To find the best configuration for model performance
To ensure the model runs faster on hardware
To reduce the amount of data needed for training
What does the term "epochs" refer to in machine learning?
The amount of data used for validation
The number of features in the dataset
The number of iterations in a single forward pass
The number of times the entire dataset is passed through the model during training
What does RMSE (Root Mean Squared Error) measure in a machine learning model?
The average error between predicted and actual values
The square of the error between predicted and actual values
The square root of the average squared differences between predicted and actual values
The sum of the absolute errors between predicted and actual values
What is the primary goal of multi-ahead time forecasting in machine learning?
To predict only the next data point in a time series
To predict multiple future data points for a given time horizon
To classify data into different categories
To generate synthetic data points for model training
In the context of manufacturing, which of the following best describes the primary use cases for CNN, YOLO, and LSTM?
CNN is used for detecting machine faults based on vibration data, YOLO is used for real-time detection of defective products, and LSTM is used for forecasting equipment maintenance schedules based on historical data
CNN is used for identifying product defects in images, YOLO is used for detecting workers wearing safety gear, and LSTM is used for predicting production demand based on past trends
CNN is used for classifying different product types on an assembly line, YOLO is used for tracking inventory, and LSTM is used for monitoring machine temperature in real-time
CNN is used for real-time monitoring of production lines, YOLO is used for predicting the total cost of production, and LSTM is used for detecting raw material shortages
