Question Bank
1085 approved questions from the community
What is a batch in the context of neural network training?
What is an epoch in neural network training?
What is a cost function in neural networks?
What is supervised learning?
Underfitting occurs when a model is too complex and memorizes the training data.
What is regularization in machine learning?
Which of the following are benefits of using Git? (Select all that apply)
Which are recommended Git beginner practices? (Select all that apply)
What are the main components of Git's storage model? (Select all that apply)
What is the primary purpose of a commit message?
What command shows the commit history in Git?
What is the first step in the Git workflow for tracking changes?
What is 'origin' in Git?
Git analyzes selected files and identifies exact line-by-line modifications when you run `git add`.
You should review and understand `git status` output before proceeding with staging or committing.
Staging files before committing is completely optional in Git.
What does SML stand for in the context of Git's staging area?
What does MDS stand for in the context of Git's staging area?
What does the `git clone` command do?
Git tracks changes to files rather than storing complete copies of files at each version.