My guide is about tensorflow installation by anacoda on windows 10 64bit. On windows 10 64bit ,you need: 1.Install Anacoda 2.Create environment by cmd: conda create -n tensorflow 3.Active this environment: activate tensorflow 4.Install tensorflow: pip install tensorflow 5.Processing as this image After installing process finished, you check as command : python import tensorflow as tf a = tf.constant(5, name="input_a") b = tf.constant(3, name="input_b") c = tf.multiply(a,b,name="mul_c") d = tf.add(a,b,name="add_d") e = tf.add(c,d,name="add_e") writer = tf.summary.FileWriter('./my_graph', sess.graph) Try it more to show graph: 1.activate tensorflow 2.tensorboard --logdir="my_graph" Then close your writer and session writer.close() sess.close() If it ok, so you can start your project.
Link to us: https://www.youtube.com/channel/UC9ORHZV9SS-AVsqWigDMWmQ I create this blog to provide League of Legends game philosophy, share your feeling, enjoy your life, get audience for my youtube Explorer Mr Channel. More in this action, we join to explorer many things on over the world. Let's go to share your knowlegdes and improve your abilities. The funny games inspire us. But we will change this blog's purpose for a new target( media, social, study or entertainment)