摘要:
转载:https://blog.csdn.net/hahajinbu/article/details/77982721 from keras.models import Sequential,Modelfrom keras.layers import Denseimport numpy as np 阅读全文
posted @ 2018-09-20 22:11 wzd321 阅读(13218) 评论(1) 推荐(2)
|
|
|
|
摘要:
转载:https://blog.csdn.net/hahajinbu/article/details/77982721 from keras.models import Sequential,Modelfrom keras.layers import Denseimport numpy as np 阅读全文
posted @ 2018-09-20 22:11 wzd321 阅读(13218) 评论(1) 推荐(2)
摘要:
import numpy as np import matplotlib.pyplot as plt from sklearn.datasets import load_boston from sklearn.ensemble import GradientBoostingRegressor from sklearn.model_selection import cross_val_score... 阅读全文
posted @ 2018-09-20 10:55 wzd321 阅读(2578) 评论(0) 推荐(0) |
|