Home / Questions / What is zero-shot learning in GitHub Copilot?
Explanatory Question

What is zero-shot learning in GitHub Copilot?

👁 29 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Zero-shot learning occurs when Copilot generates code based solely on a written description, without any specific examples.
Example: Writing a comment like “Convert Celsius to Fahrenheit” and Copilot generates the full function.