BlairCurrey / swe-salary-predictor

1 stars 0 forks source link

neural net mockup #3

Closed BlairCurrey closed 2 years ago

BlairCurrey commented 2 years ago

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.

BlairCurrey commented 2 years ago

https://github.com/BlairCurrey/swe-salary-estimator/commit/11f5fbc195ff14a020280d245de79e63895e63ac