In an effort to understand why certain loan applications were denied, a bank deploys LIME (local interpretable model-agnostic explanations). What is the primary advantage of using LIME?
During training, an RNN model used for forecasting exhibits extremely high gradients at certain steps, causing instability in learning. Which of the following best describes this problem?
An insurance company is using a neural network for classifying claims as "Fraudulent" or "Non-Fraudulent." They decide to use ReLU (Rectified Linear Unit) as the activation function for the hidden layers. What is the primary purpose of using an activation function like ReLU in this neural network?
While using Naïve Bayes for text classification, a bank wants to classify customer feedback as “Good” or “Bad.” How does the model handle the probability of classifying feedback with words it hasn’t encountered?