【北京大學】人工智能實踐:Tensorflow筆記 4-5

generateds.py         生成數據 import numpy as np import matplotlib.pyplot as plt seed = 2 def generateds(): rdm = np.random.RandomState(seed) X = rdm.randn(300,2) Y_ = [int(x0*x0+x1*x1<2)for
相關文章
相關標籤/搜索