摘要: # -*- coding: utf-8 -*-"""Created on Sun Nov 5 15:28:50 2017 @author: Administrator""" import tensorflow as tfimport numpy as np def add_layer(inputs, 阅读全文
posted @ 2017-11-05 16:58 阿欠儿 阅读(814) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*-"""Created on Sun Nov 5 09:29:36 2017 @author: Admin""" import tensorflow as tf def add_layer(inputs ,in_size, out_size, activa 阅读全文
posted @ 2017-11-05 12:13 阿欠儿 阅读(460) 评论(0) 推荐(0) 编辑