Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

mat502 homework

Views: 486
1
2
Use tensorflow.keras (like the boston housing example)
3
to fit a regression curve to the data in:
4
c
5
6
Learn about loading an .npz file with numpy (google it!)
7
8
You will get three numpy arrays: x_train, y_train and x_test.
9
Train a neural net and use it to predict the y's for x_test.
10
Best (smallest) 'mae' wins.... a better grade+++.
11
12