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
181 High PCA AI / ML

What is whitening in PCA and when can it hurt?

Short take

Simple meaning

Whitening scales components to unit variance, and sometimes decorrelates them fully, so downstream distance models treat axes equally.

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

Read full answer Example · Mistake · Say this
183 High Feature Engineering AI / ML

What is the hashing trick for features?

Short take

Simple meaning

Feature hashing maps tokens or categories into a fixed-width vector with a hash function, optionally with signed hashes to reduce collisions.

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

Read full answer Example · Mistake · Say this
184 High Feature Engineering AI / ML

How can time-based features leak the future?

Short take

Simple meaning

Using a statistic that includes later periods, a target from tomorrow, or a rolling mean that is not shifted, all leak.

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

Read full answer Example · Mistake · Say this
186 High Imbalanced Data AI / ML

When should you reframe imbalance as anomaly detection?

Short take

Simple meaning

If the rare class is extremely scarce and poorly represented, a one-class or density model on the majority may beat a two-class learner.

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

Read full answer Example · Mistake · Say this
197 High Regularization AI / ML

What is label smoothing in classification nets?

Short take

Simple meaning

Label smoothing replaces the hard 1.0 target with a slightly lower value and spreads the leftover mass over other classes.

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

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