You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ch4,04_svm_kernels.py,line71: prediction = tf.sign(prediction_output - tf.reduce_mean(prediction_output))
I can't find that line in any book/posts.
Instead, my book said when you predict, you should calculate the bias first.
Who can explain that line? Thank you very much!
The text was updated successfully, but these errors were encountered:
Ch4,04_svm_kernels.py,line71:
prediction = tf.sign(prediction_output - tf.reduce_mean(prediction_output))
I can't find that line in any book/posts.
Instead, my book said when you predict, you should calculate the bias first.
Who can explain that line? Thank you very much!
The text was updated successfully, but these errors were encountered: