### Describe the issue linked to the documentation Are you sure the [time complexity](https://scikit-learn.org/stable/modules/neural_networks_supervised.html#complexity) is right? Exponential complexity with respect to the number of layers rather than polynomial?  ### Suggest a potential alternative/fix I notice a different answer from [here](https://ai.stackexchange.com/questions/5728/what-is-the-time-complexity-for-training-a-neural-network-using-back-propagation/20281?newreg=92fccd4d6b51442db4e6d1dcc1dcfccf), and I think it right.