Skip to content

Commit

Permalink
Update Iris_Network.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoVaira committed Jun 7, 2017
1 parent ab97cea commit fd6dca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iris_Network.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
loss = tf.reduce_mean(-tf.reduce_sum(y_target * tf.log(final_output), axis=0))

# Optimizer
optimizer = tf.train.GradientDescentOptimizer(learning_rate=0.01).minimize(loss)
optimizer = tf.train.GradientDescentOptimizer(learning_rate=0.001).minimize(loss)

# Initialize variables
init = tf.global_variables_initializer()
Expand Down

0 comments on commit fd6dca4

Please sign in to comment.