I hereby claim:
- I am FFY00 on github.
- I am ffy00 (https://keybase.io/ffy00) on keybase.
- I have a public key whose fingerprint is 424E B977 78FE 8158 3155 4A39 3D1B 7EE0 FD6E 8E5A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
# Tensorflow #1 Example | |
# Tensorflow example of Gradient Descent | |
# on a linear equation (y = mx + b) with | |
# a Plot showing the values learning curve | |
# | |
# https://github.com/FFY00/DeepLearning-Studies | |
import tensorflow as tf | |
import matplotlib.pyplot as plt | |
from mpl_toolkits.mplot3d import Axes3D |
# Tensorflow #1 Example | |
# Tensorflow example of Gradient Descent | |
# on a linear equation (y = mx + b) | |
# | |
# https://github.com/FFY00/DeepLearning-Studies | |
import tensorflow as tf | |
m = tf.Variable([.3], dtype=tf.float32) |