北京大學曹健——Tensorflow筆記 04 神經網絡優化

    # -*- coding: utf-8 -*- """ Spyder Editor This is a temporary script file. """ # 預測多或預測少的影響一樣,即預測多與預測少給的權重相同 # 0 導入模塊,生成數據集 import tensorflow as tf import numpy as np BATCH_SIZE = 8 # 一次喂入神經網絡
相關文章
相關標籤/搜索