Different deep learning networks can be used in classifications. What about prediction problem? which deep learning network can be used? and what is its architecture?
You are probably referring to the use of deep learning neural networks for regression analysis. Both classification and regression are prediction problems. In classification you predict the label whereas in regression you predict a value. Following tutorials will clarify everything for you hopefully:
I agree with Utkarsh Singh 's comment. The only difference is the cost function at the end. There are build-in cost functions for regression in most deep learning framework (e.g., Torch).