AI Terminology Course
AI Terminology
/
Beginner

Beginner Questions

Definition

Introductory interview questions ensuring a candidate understands the high-level differences between standard software, Machine Learning, and Generative AI.

Explain Like I'm New

Proving you aren't just using buzzwords. You need to know the difference between a database and a neural network.

Real World Example

Being asked: 'Explain Machine Learning to me like I am 5 years old.'

Common Use Cases

  • •Junior AI Engineer interviews

Interview Questions

basic

  • What is the difference between AI and Machine Learning?

intermediate

  • Explain what 'Training Data' is and why it's so important.

Flash Cards

Question

AI vs ML?

Click to reveal answer
Answer

AI is the broad concept of machines acting smartly. ML is the specific technique of feeding machines data so they can learn the rules themselves, rather than a human hard-coding the rules.

Question

What is Training Data?

Click to reveal answer
Answer

It's the textbooks the AI studies. If the textbooks are biased or factually incorrect, the resulting AI will be biased and incorrect (Garbage in, garbage out).