- #1
- 7,377
- 11,342
- TL;DR Summary
- What kind of rules of thumb are there to decide choice of pipeline?
Hi,
So say I have some data to process. I am trying, say, Linear/Multilinear Regression. I know how to do this within Python Pandas. I can learn how with Tensorflow (TF). Would TF produce the same output given the "right" choice of Activation Functions *? Or would it output a model that is somehow "More General"?
* I assume this is the only/main variable affecting this choice and not other variables such as choice of metrics, sessions, etc.
So say I have some data to process. I am trying, say, Linear/Multilinear Regression. I know how to do this within Python Pandas. I can learn how with Tensorflow (TF). Would TF produce the same output given the "right" choice of Activation Functions *? Or would it output a model that is somehow "More General"?
* I assume this is the only/main variable affecting this choice and not other variables such as choice of metrics, sessions, etc.