摘要: 1,获取数据 imdb = keras.datasets.imdb(train_data, train_labels), (test_data, test_labels) = imdb.load_data(num_words=10000) 2,查看处理变形数据 2.1,查看 print(train_ 阅读全文
posted @ 2019-03-11 20:48 Augustone 阅读(1479) 评论(0) 推荐(0)
摘要: 1,数据集下载 2,一系列数据检查 这一条特别 3,Create feature columns and input functions,特征列和输入函数 3.1,one-hot-encoding, normalization, and bucketization 3.2,数字型和分类型 fc = 阅读全文
posted @ 2019-03-11 20:43 Augustone 阅读(798) 评论(0) 推荐(0)
摘要: 1,机器学习的基本步骤 Import and parse the data sets. Select the type of model. Train the model. Evaluate the model's effectiveness. Use the trained model to ma 阅读全文
posted @ 2019-03-11 16:22 Augustone 阅读(1176) 评论(0) 推荐(0)