기초수식은 이랬나 저랬나 하지 말고 그냥 암기..
cross entropy
API 도 암기
tf.Variable(tf.random_uniform([1], -1.0, 1.0))
tf.placeholder(tf.float32, name = "X")
tf.reduce_mean(-tf.reduce_sum(Y * tf.log(hat_y), axis = 1)) # 행으로 더 하는 reduce_sum 그리고 그들의 평균을 내는 reduce_mean
도구도 암기
pycharm remote 할때는
1. run 설정, 환경변수는 그냥 python 에 저장해두고 쓸 것..
2. deployment 설정
3. deployment 설정 할때 temp 가 생기긴하는데 그래도 그냥 폴더 설정 할 것
이 아까운 주말에 ㅠㅠ