Skip to content
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

New question to c++ #1464

Merged
merged 3 commits into from
Apr 17, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Adding a new question to machine learning
  • Loading branch information
swordwielder committed Apr 15, 2021
commit bbf55f24d6d419eb8beb1a52f90430c953f46c6f
7 changes: 7 additions & 0 deletions machine-learning/machine-learning-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,3 +604,10 @@ Note: there are centres of clusters (C0, C1, C2).
- [ ] when you don't do any data scrubbing
- [x] when the learning happens continuously
- [ ] when you run your computation in one big instance at the beginning

#### Q77. What is Q-learning reinforcement learning?

- [ ] supervised machine learning with rewards
- [ ] a type of unsupervised learning that relies heavily on a well-established model
- [ ] a type of reinforcement learning where accuracy degrades over time
- [x] a type of reinforcement learning that focuses on rewards