Appropriate problems for deep learning #66
Replies: 3 comments
-
Tensorflow works the best on non-tabulated datasets like In practice, people usually use "Machine Learning" (not Deep Learning) for regression problems. Check Daniel's ML Course for learning ML using Scikit Learn which work best for regression problems. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hey Richard,
You're right, we don't necessarily have to use TF for linear regression problems. That example is mainly to show that TF has a wide range of capabilities, from linear regression right up to building state of the art deep learning models. It's really a production-ready numerical computing library. Almost anything you can think of numerically can be done with TensorFlow.
Thank you so much for the kind words! I really appreciate it. |
Beta Was this translation helpful? Give feedback.
-
Daniel,
I am at ~5hr23min of part 1. Earlier I believe you mentioned that problems for which there were existing solutions might not be good candidates for a TensorFlow solution. I do understand that I am slowly learning the nuts and bolts of TF as we work through the linear regression model, but since linear regression is a solution for which there are thousands of applications, would this really be a problem you would solve with TF?
BTW, I echo other comments I have read - fabulous course and great instructor. I am 70+, looking for something interesting to learn after Python (last serious programming was ~40 yrs ago n FORTRAN and assembly language, so this is a brave new world for me:)
Beta Was this translation helpful? Give feedback.
All reactions