AI / ML track

AI and machine learning interview questions

Panel-ready AI & Data Analytics questions for freshers and experienced developers. Practice at Coding Cadre in Faridabad, or Online from Delhi NCR.

223 Qs
62 Easy Neural Nets AI / ML

What is a neural network in simple terms?

Short take Full answer on next page

Simple meaning

A neural net stacks layers of weighted sums and nonlinear activations.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
63 Easy Neural Nets AI / ML

Why do neural nets need activation functions?

Short take Full answer on next page

Simple meaning

Without nonlinear activations, stacked layers collapse into one linear map.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
64 Easy Neural Nets AI / ML

What is a loss function in a neural network?

Short take Full answer on next page

Simple meaning

The loss scores how wrong the predictions are, such as cross-entropy for classification.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
65 Easy Regularization AI / ML

What is regularization?

Short take Full answer on next page

Simple meaning

Regularization penalizes complexity so the model prefers simpler weights or smaller trees.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
66 Easy Regularization AI / ML

How do L1 and L2 regularization differ?

Short take Full answer on next page

Simple meaning

L2, also called ridge, shrinks weights toward zero but rarely makes them exact zeros.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
67 Easy Regularization AI / ML

What is dropout?

Short take Full answer on next page

Simple meaning

Dropout randomly turns off units during training so the net cannot rely on any single path.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
68 Easy Cross-Validation AI / ML

What is cross-validation?

Short take Full answer on next page

Simple meaning

Cross-validation estimates generalization by training and scoring on several splits of the same data.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
69 Easy Cross-Validation AI / ML

How does k-fold cross-validation work?

Short take Full answer on next page

Simple meaning

You cut the data into k folds, train on k minus one, and score the held-out fold.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
74 Easy Data AI / ML

What is a confusion matrix?

Short take Full answer on next page

Simple meaning

It counts true positives, false positives, true negatives, and false negatives.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
76 Easy ML AI / ML

What does a confusion matrix show?

Short take Full answer on next page

Simple meaning

Counts of true/false positives and negatives.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
77 Easy Stats AI / ML

What is overfitting in one sentence?

Short take Full answer on next page

Simple meaning

The model memorizes training quirks and fails on new data.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
Prev Page 4 of 4
Chat with us