Create a neural network that essential does linear regression. "dense layer with linear activation" was one way I've heard this approach described. I also know there was a Kaggle competition where someone used a neural network to predict housing prices (which is generally just linear regression).
Goal is to just validate that some neural network could work so I can proceed in this direction. Score doesn't need to be good.
Create a neural network that essential does linear regression. "dense layer with linear activation" was one way I've heard this approach described. I also know there was a Kaggle competition where someone used a neural network to predict housing prices (which is generally just linear regression).
Goal is to just validate that some neural network could work so I can proceed in this direction. Score doesn't need to be good.