Hello. I am a newbie here. I tried to follow the tutorial on Keras/regression for what they call a multivariable regression model (回帰:燃費を予測する | TensorFlow Core)
I am used to y = b0+b1x1+ … bkxk models where coefficients bi are estimated.
Is this something different? How can I get the coefficients for the model?
I see only how to get the loss function.