1

I ask this because I'm currently learning about Neural Networks as a subset of the machine learning algorithms

Just trying to get some intuition on what sort of problems out there are categorized as "sequential" while others "non-sequential"

Thanks :)

Chuck Testa
  • 5,937
  • 3
  • 16
  • 11

1 Answers1

2

A great example of a non-intuitive sequential decision problem (with a nice and neat solution), is the Pandora search problem:

Paper Link:

http://dspace.mit.edu/bitstream/handle/1721.1/31303/MIT-EL-78-008-05532979.pdf?sequence=1

You can read only the Example paragraph on the 5th and 6th pages to get the main idea.

Uri Goren
  • 13,386
  • 6
  • 58
  • 110