原创 【機器學習】Tensorflow學習筆記

構建網絡模型 基本的MLP網絡結構 基本的感知機模型,沒有加入b 模型: Y=W∗X import tensorflow as tf import numpy as np import input_data # 初始化權重 w de