Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Quora - What distinguishes reinforcement learning from deep learning?

    • My favorite answer:

      • Deep learning is an approach to implementing function approximation.

        Reinforcement Learning is a learning problem in which the goal is to learn from interaction how to act in an environment to maximize a reward signal. There are many different algorithms to solve RL, many which involve function approximation, which when coupled with the above is what leads to deep reinforcement learning.

Websites

Books

...