Questions et réponses d'entretien les plus demandées et tests en ligne
Plateforme d'apprentissage pour la preparation aux entretiens, les tests en ligne, les tutoriels et la pratique en direct

Developpez vos competences grace a des parcours cibles, des tests blancs et un contenu pret pour l'entretien.

WithoutBook rassemble des questions d'entretien par sujet, des tests pratiques en ligne, des tutoriels et des guides de comparaison dans un espace d'apprentissage reactif.

Preparation a l'entretien

Tests blancs

Definir comme page d'accueil

Ajouter cette page aux favoris

S'abonner avec une adresse e-mail

Machine Learning Questions et reponses d'entretien

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

Question 6. Differentiate between bagging and boosting.

Bagging (Bootstrap Aggregating) and boosting are ensemble learning techniques. Bagging builds multiple models independently and combines them, while boosting builds models sequentially, giving more weight to misclassified instances.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 7. What is the purpose of the activation function in a neural network?

The activation function introduces non-linearity to a neural network, allowing it to learn complex patterns. Common activation functions include sigmoid, tanh, and ReLU.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 8. Explain the term 'precision' in the context of classification.

Precision is the ratio of correctly predicted positive observations to the total predicted positives. It is a measure of the accuracy of positive predictions made by a classification model.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 9. What is the curse of dimensionality?

The curse of dimensionality refers to the challenges and issues that arise when working with high-dimensional data. As the number of features increases, the data becomes sparse, and the computational requirements for training models grow exponentially.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 10. How does a decision tree work?

A decision tree is a tree-like model where each node represents a decision based on a feature, and each branch represents an outcome of that decision. It is used for both classification and regression tasks.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Les plus utiles selon les utilisateurs :

Copyright © 2026, WithoutBook.