Supervised learning vs classification learning

I understand none structured learning uses different learning vs learning in Deep learning algorithms. My question is can you use classification and deep learning together to help result in deep learning

Hi, @Chris_Bullock !

I don’t think I understand your question very well. What do you mean exactly with “can you use classification and deep learning together to help result in deep learning”?

Deep learning can work in several different scenarios, including classification tasks. It constitutes a valid solution on its own and it can achieve a good performance.

what I mean is supervised vs unsupervised learning. They are different in nature so can you use unsupervised learning as a feeder into that supervised learning?

You can input any kind of features you want, say, the output of an unsupervised model. However, those additional features will be the same during the training, as the optimizer will only train the deep learning (supervised) model.