A retail bank uses self-training to classify loan applicants as high or low risk, but it finds that updating the model after each new labeled data point is computationally intensive. Which approach can the bank use to reduce this burden?
A tech company uses a small set of labeled network data to detect anomalous activities while most of the dataset remains unlabeled. They aim to detect anomalies in real time but are unsure if their data labeling will scale. Which learning method would best balance accuracy and scalability?
A tech firm is developing a model to predict credit risk and wants to reduce testing bias while still evaluating performance. Which approach should it use?
An analyst finds that with a learning rate of 0.005, it took only five iterations for the gradient descent algorithm to converge when optimizing b1, If they increase the learning rate to 0.1, what is the most likely outcome?