Hello, I am relatively new in Machine Learning and I recently stumbled upon Deep Learning which (if I am right) Machine Learning Using Massive Neural Networks with several hidden layers. Can it be used for regression of real continuous functions?
Lex Fridman of MIT has a series of lectures available on YouTube covering deep learning CNNs and self driving cars. Here is one of them: https://www.youtube.com/watch?v=1L0TKZQcUtA
Yes, you can do regression with Deep Learning. I have a paper on counting records in handwritten documents using a Convolutional Neural Network with Euclidean Loss.
Conference Paper Record Counting in Historical Handwritten Documents with Con...