강의

멘토링

커뮤니티

Inflearn Community Q&A

ohsh09250583's profile image
ohsh09250583

asked

Deep Learning for Everyone - Basic Machine Learning and Deep Learning Course

Implementing simple linear regression with Tensorflow (new)

train 의미

Written on

·

362

0

full code with placeholder 에서 

cost_val, W_val, b_val, train = sess.run([cost, W, b, _], feed_dict={x:[1,2,3,4,5], y: [2.13.14.15.16.1]})
여기서 train이 의미하는게 무엇인지 모르겠습니다. train이 꼭 있어야 하는 이유가 무엇인가요
강화학습딥러닝

Answer

This question is waiting for answers
Be the first to answer!
ohsh09250583's profile image
ohsh09250583

asked

Ask a question