文件名称:dnn房价预测
文件大小:2KB
文件格式:RAR
更新时间:2022-02-19 14:53:20
tensorflow python dnn
# coding: utf-8 import tensorflow as tf from sklearn.datasets import load_boston import matplotlib.pyplot as plt from sklearn.preprocessing import scale from sklearn.model_selection import train_test_split
【文件预览】:
dnntest.py