1978
0
[TF.1]使用 TensorFlow 的基本步骤
本文参考《Google机器学习速成课程》使用TF的基本步骤 点击下载源码设置import math
from IPython import display
from matplotlib import cm
from matplotlib import gridspec
from matplotlib import pyplot as plt
import numpy as np
impor...
- 阅读全文 -