More actions
No edit summary |
imported>computer6561 No edit summary |
||
| Line 8: | Line 8: | ||
* TensorFlow API | * TensorFlow API | ||
** https://www.tensorflow.org/versions/master/api_docs/python/math_ops.html#reduce_sum | ** https://www.tensorflow.org/versions/master/api_docs/python/math_ops.html#reduce_sum | ||
* 가장 중요한 것은 graph의 shape | |||
== 후기 == | == 후기 == | ||
Revision as of 11:20, 7 May 2016
[[pagelist(^(머신러닝스터디/2016))]]
내용
- Logistic Regression(Binary Regression)
- Softmax
- exponential을 쓴다.
- 항상 양의 값을 가지며 단조 증가한다는 특징을 가짐.
- 가장 중요한 것은 graph의 shape
후기
다음 시간에는
- Logistic Regression Live Coding?