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: इसलिए संतुलित दर महत्वपूर्ण है।
The difference between prediction and actual result can be called loss.
Step 3
Exam Tip
Training tries to reduce this difference. चरण 1: प्रतिरूप अनुमान देता है। चरण 2: अनुमान और वास्तविक परिणाम के अंतर को हानि कहा जा सकता है। चरण 3: प्रशिक्षण में इस अंतर को कम करने की कोशिश होती है।
A. अनुमान और वास्तविक उत्तर का अंतर मापना/To measure difference between prediction and actual answer
Step 1
Concept
A model prediction is not always correct.
Step 2
Why this answer is correct
A loss function tells how different the prediction is from the actual answer.
Step 3
Exam Tip
Reducing it is a goal during training. चरण 1: प्रतिरूप का अनुमान हमेशा सही नहीं होता। चरण 2: हानि फलन बताता है कि अनुमान वास्तविक उत्तर से कितना अलग है। चरण 3: प्रशिक्षण में इसे कम करना लक्ष्य होता है।
A. क्योंकि यह प्रशिक्षण की गति और स्थिरता को प्रभावित करती है/Because it affects training speed and stability
Step 1
Concept
Learning rate tells the size of update steps.
Step 2
Why this answer is correct
A very high or very low rate can affect training.
Step 3
Exam Tip
A balanced rate helps better learning. चरण 1: अधिगम दर सुधार के कदम का आकार बताती है। चरण 2: बहुत बड़ी या बहुत छोटी दर प्रशिक्षण को प्रभावित कर सकती है। चरण 3: संतुलित दर बेहतर सीखने में मदद करती है।