Learn Before
Non-Learning Components in a Robotics Pipeline
Question: Name one component in a robot system pipeline that can be implemented without machine learning.
Sample answer: A conventional route-planning algorithm such as A* or Dijkstra can be used for the final path-planning stage without learning from data.
Key points:
- Classical route-planning or path-planning algorithm.
- Used in the final planning stage.
- Does not require training on data.
Rubric: The answer should identify a non-learned planning component, such as a classical path-planning algorithm, as an example of a pipeline stage that does not involve learning.
0
1
Tags
D2L
Dive into Deep Learning @ D2L
Machine Learning
Deep Learning
Supervised Learning
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
A Multi-Stage Speech Recognition System
When a Driving Pipeline Lacks the Right Information
Handcrafted Stages Can Cap Overall System Quality
Domain-Designed Features Can Lower the Amount of Training Data Needed
Choosing Steps and Connections in a Pipeline
Choose Pipeline Stages You Can Train
Learned and Non-Learned Pipeline Components
If a hospital intake system has highly accurate symptom and risk classifiers, its end-to-end patient routing must also be highly accurate.
A multi-stage system works only if you can _____ enough labeled examples for each component.
Three Ideas in a Machine Learning Pipeline
How to Rework a Multi-Stage Machine Learning Pipeline
When a Multi-Stage Pipeline Hides Missing Information
Case Study: Diagnosing a Parcel-Delivery Drone Pipeline
Non-Learning Components in a Robotics Pipeline
When Does a Multi-Stage System Make Sense?
Pipelines Can Include Branching Steps