Basically, I'm wondering if there are any small and simple problems that are:
- complex enough to be unsolvable with a standard neural network without any hidden layer (ie. input -> output)
- simple enough to be solvable with a standard neural network consisting on exactly one hidden node in exactly one hidden layer (ie. input -> one hidden node -> output)
Can such problems even exist at all? If not, why?