Die meistgefragten Interviewfragen und Antworten sowie Online-Tests
Lernplattform fur Interviewvorbereitung, Online-Tests, Tutorials und Live-Ubungen

Baue deine Fahigkeiten mit fokussierten Lernpfaden, Probetests und interviewreifem Inhalt aus.

WithoutBook vereint themenbezogene Interviewfragen, Online-Ubungstests, Tutorials und Vergleichsleitfaden in einem responsiven Lernbereich.

Interview vorbereiten

Probeprufungen

Als Startseite festlegen

Diese Seite als Lesezeichen speichern

E-Mail-Adresse abonnieren

Machine Learning Interviewfragen und Antworten

Test your skills through the online practice test: Machine Learning Quiz Online Practice Test

Frage 11. Explain the difference between batch gradient descent and stochastic gradient descent.

Batch gradient descent updates the model parameters using the entire dataset, while stochastic gradient descent updates the parameters using one randomly selected data point at a time. Mini-batch gradient descent is a compromise, using a small subset of the data for each update.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Frage 12. What is the purpose of regularization in machine learning?

Regularization is used to prevent overfitting in machine learning models by adding a penalty term to the cost function. It discourages the model from fitting the training data too closely and encourages generalization to new, unseen data.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Frage 13. Explain the K-nearest neighbors (KNN) algorithm.

KNN is a simple, instance-based learning algorithm used for classification and regression. It classifies a new data point based on the majority class of its k-nearest neighbors in the feature space.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Frage 14. What is the difference between L1 and L2 regularization?

L1 regularization adds the absolute values of the coefficients to the cost function, encouraging sparsity, while L2 regularization adds the squared values, penalizing large coefficients. L1 tends to produce sparse models, while L2 prevents extreme values in the coefficients.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Frage 15. What is the ROC curve, and what does it represent?

The Receiver Operating Characteristic (ROC) curve is a graphical representation of a binary classification model's performance across different thresholds. It plots the true positive rate against the false positive rate, helping to assess the trade-off between sensitivity and specificity.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Am hilfreichsten laut Nutzern:

Copyright © 2026, WithoutBook.