Podcast
Questions and Answers
What are the problems with traditional programming paradigm?
What are the problems with traditional programming paradigm?
Complexity - too many rules, very hard to cover all aspects of the problem. Static - cannot adapt to new input, need to keep writing new rules, very hard to maintain.
What is the machine learning framework?
What is the machine learning framework?
Instead of handcrafting rules, machine learning learns a model from training samples (data).
What are the steps in the machine learning framework?
What are the steps in the machine learning framework?
Deploy, Collect data, Study the problem, Training algorithm, ML Model, Evaluate Solution, Analyze errors.
What is machine learning?
What is machine learning?
Signup and view all the answers
What is the purpose of training samples in machine learning?
What is the purpose of training samples in machine learning?
Signup and view all the answers