Skip to content

Commit

Permalink
Adding a new question to machine learning (Ebazhanov#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
swordwielder authored Apr 15, 2021
1 parent 0f25411 commit eac83f5
Showing 1 changed file with 7 additions and 0 deletions.
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

0 comments on commit eac83f5

Please sign in to comment.