Make PRs
Q. (Mostly) whenever we see kernel visualizations online (or some other reference) we are actually seeing:
- What kernels extract
- [] Feature Maps
- [] How kernels Look
Q. In traditional computer programming, you input commands. What do you input with machine learning?
- patterns
- programs
- rules
- data
- regression
- clustering
- classification
- dimensionality reduction
Q. You are working on a project that involves clustering together images of different dogs. You take image and identify it as your centroid image. What type machine learning algorithm are you using?
- centroid reinforcement
- K-nearest neighbor
- binary classification
- K-means clustering
Q. Your company wants you to build an internal email text prediction model to speed up the time that employees spend writing emails. What should you do?
- Include training email data from all employees.
- Include training email data from new employees.
- Include training email data from seasoned employees.
- Include training email data from employees who write the majority of internal emails.