A. अनुमान और वास्तविक परिणाम में अंतर/Difference between prediction and actual result
Step 1
Concept
A model gives a prediction.
Step 2
Why this answer is correct
Loss value shows how different the prediction is from the actual result.
Step 3
Exam Tip
Reducing loss is a goal in training. चरण 1: प्रतिरूप अनुमान देता है। चरण 2: हानि मान बताता है कि अनुमान वास्तविक परिणाम से कितना अलग है। चरण 3: प्रशिक्षण में हानि कम करना लक्ष्य होता है।
A. प्रतिरूप सही समाधान के पास स्थिर नहीं हो पाता/The model may not settle near the correct solution
Step 1
Concept
Learning rate shows how large each update is.
Step 2
Why this answer is correct
If it is too high the model may overshoot the correct place.
Step 3
Exam Tip
Therefore choosing a suitable rate is important. चरण 1: अधिगम दर बताती है कि सुधार कितना बड़ा होगा। चरण 2: बहुत बड़ी दर से प्रतिरूप सही स्थान को पार कर सकता है। चरण 3: इसलिए उचित दर चुनना जरूरी है।
A. प्रशिक्षण बहुत धीमा हो सकता है/Training can become very slow
Step 1
Concept
A small learning rate updates in small steps.
Step 2
Why this answer is correct
It can take more time to reach the correct place.
Step 3
Exam Tip
So a balanced rate is important. चरण 1: छोटी अधिगम दर से सुधार छोटे कदमों में होता है। चरण 2: इससे सही स्थान तक पहुंचने में अधिक समय लग सकता है। चरण 3: इसलिए संतुलित दर महत्वपूर्ण है।