2

Do we have the concept of "gradually increasing the difficulty of training" in machine learning?

What is the term used to describe this strategy?

Thanks.

Johnny Tam
  • 173
  • 3
  • what does "difficult of training" means? Not clear but this sounded like boosting https://stats.stackexchange.com/questions/18891/bagging-boosting-and-stacking-in-machine-learning . – msuzen Sep 04 '21 at 05:37
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Sep 04 '21 at 05:37

1 Answers1

2

Curriculum learning (possibly coined here) is a commonly used term for gradually increasing the difficulty in some learning problem. It's often used in reinforcement learning applications.

shimao
  • 22,706
  • 2
  • 42
  • 81