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.

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 Moderate Bias-Variance AI / ML

How do learning curves tell bias apart from variance?

Short take Full answer on next page

Simple meaning

If training and validation error are both high and close, you mostly have bias or an unsolvable task.

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

Read full answer Example · Mistake · Say this
78 Moderate Overfitting AI / ML

What is early stopping and why does it work?

Short take Full answer on next page

Simple meaning

Early stopping tracks a validation metric and freezes weights when that metric stops improving.

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

Read full answer Example · Mistake · Say this
79 Moderate Overfitting AI / ML

Why can adding more features increase overfitting?

Short take Full answer on next page

Simple meaning

Extra columns raise capacity and the chance of spurious correlations in a finite sample.

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

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