Skip to content

Latest commit

 

History

History

04-Linear-Regression

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Linear Regression

Linear regression for Boston housing price prediction.

Let's implement a linear regressor with tf.keras.layers.Layer

HowTO

python main.py