""" Please note, this code is only for python 3+. If you are using python 2+, please modify the code accordingly. """ import tensorflow as tf from sklearn.datasets import load_digits from sklearn.model_selection import train_
""" Please note, this code is only for python 3+. If you are using python 2+, please modify the code accordingly. """ #tensorboard --logdir="./" import tensorflow as tf import numpy as np import matplotlib.pyplot as
import tensorflow as tf import numpy as np # ##Save to file # W = tf.Variable([[4,5,6],[7,8,9]],dtype=tf.float32,name="weight") # b = tf.Variable([[2,5,8]],dtype=tf.float32,name="biases") # # init = tf.initialize_all_variables() # # sa