-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Added more machine learning quiz questions and explanations #7214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added multiple questions and explanations related to machine learning concepts, including overfitting, gradient descent, dimensionality reduction, evaluation metrics, reinforcement learning, confusion matrix, and neural network challenges.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left comment
necessary changes made Co-authored-by: Evgenii Bazhanov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left some comments
|
|
||
| Techniques like PCA aim to compress data by keeping maximum variance with fewer features. | ||
|
|
||
| --- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| --- |
here as well
|
|
||
| Accuracy is only meaningful for classification, not regression. | ||
|
|
||
| --- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| --- |
|
|
||
| The reward function provides feedback based on actions taken, guiding the agent’s learning. | ||
|
|
||
| --- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| --- |
|
|
||
| It summarizes true/false positives and negatives, helping analyze accuracy, precision, and recall. | ||
|
|
||
| --- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| --- |
removed ---
|
Just made the necessary changes. Kindly have a look.
Regards
…On Fri, 31 Oct 2025 at 22:21, Evgenii Bazhanov ***@***.***> wrote:
***@***.**** requested changes on this pull request.
left some comments
------------------------------
In machine-learning/machine-learning-quiz.md
<#7214 (comment)>
:
> +
+---
+
+#### Q131. What is the main goal of dimensionality reduction?
+
+a) Reduce the number of input features while retaining important information
+b) Increase model complexity
+c) Improve bias at the cost of variance
+d) Remove all correlations between features
+
+**Explanation:**
+The correct answer is a) Reduce the number of input features while retaining important information
+
+Techniques like PCA aim to compress data by keeping maximum variance with fewer features.
+
+---
⬇️ Suggested change
----
here as well
------------------------------
In machine-learning/machine-learning-quiz.md
<#7214 (comment)>
:
> +
+---
+
+#### Q132. Which of these metrics is **not** suitable for evaluating a regression model?
+
+a) Accuracy
+b) RMSE
+c) MAE
+d) R²
+
+**Explanation:**
+The correct answer is a) Accuracy.
+
+Accuracy is only meaningful for classification, not regression.
+
+---
⬇️ Suggested change
----
------------------------------
In machine-learning/machine-learning-quiz.md
<#7214 (comment)>
:
> +
+---
+
+#### Q133. You are developing a reinforcement learning model. What is the main component that guides the learning process?
+
+a) Loss function
+b) Reward function
+c) Activation function
+d) Clustering function
+
+**Explanation:**
+The correct answer is b) Reward function.
+
+The reward function provides feedback based on actions taken, guiding the agent’s learning.
+
+---
⬇️ Suggested change
----
------------------------------
In machine-learning/machine-learning-quiz.md
<#7214 (comment)>
:
> +
+---
+
+#### Q134. What is a confusion matrix used for?
+
+a) Evaluating classification model performance
+b) Measuring model bias
+c) Checking data imbalance
+d) Computing correlation
+
+**Explanation:**
+The correct answer is a) Evaluating classification model performance
+
+It summarizes true/false positives and negatives, helping analyze accuracy, precision, and recall.
+
+---
⬇️ Suggested change
----
—
Reply to this email directly, view it on GitHub
<#7214 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDR3OKJWKXWCHJBKC2FGS3T32OHR7AVCNFSM6AAAAACKYRLZY6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTIMBVGIYDMMJSGM>
.
You are receiving this because you authored the thread.Message ID:
<Ebazhanov/linkedin-skill-assessments-quizzes/pull/7214/review/3405206123@
github.com>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for your contribution! ❤️
Added multiple questions and explanations related to machine learning concepts, including overfitting, gradient descent, dimensionality reduction, evaluation metrics, reinforcement learning, confusion matrix, and neural network challenges.
PR Checklist
This PR is ready for review and meets the requirements set out
in Suggestion how to contribute
DOD
Changes / Instructions
Add instructions to me, please type here, thanks