The ML Mindset Flashcards
1
Q
Why is ML different from traditional programming?
A
In traditional programming, you have set parameters and you understand how everything should behave. With ML, the non-coding work can be very complicated, but you’ll usually write far less code.
2
Q
What is the scientific method?
A
- Set the research goal.
- Make a hypothesis.
- Collect the data.
- Test your hypothesis.
- Analyze your results.
- Reach a conclusion.
- Refine hypothesis and repeat.