随笔分类 - TensorFlow 和 Keras
摘要:1、准备环境,探索数据 import numpy as np from keras.models import Sequential from keras.layers import Dense import matplotlib.pyplot as plt # 创建数据集 rng = np.ran
阅读全文
摘要:说明:此操作是在 Anaconda Prompt 窗口完成的 CPU版 tensorflow 的安装。 1、用 conda 创建虚拟环境 tensorflow python=3.6 conda create -n tensorflow python=3.6 conda activate tensor
阅读全文