Tensorflow学习笔记:使用Softmax进行多类别分类

  #coding:utf-8 ''' 使用Softmax进行多类别分类 ''' import numpy as np import tensorflow as tf import matplotlib.pyplot as plt x1_label0 = np.random.normal(1, 1, (100, 1)) x2_label0 = np.random.normal(1, 1, (1
相关文章
相关标签/搜索