More actions
imported>rabierre No edit summary |
(Repair batch-0005 pages from live compare) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 3: | Line 3: | ||
== 내용 == | == 내용 == | ||
* tensorflow로 k-means algorithm 구현하기 | * tensorflow로 k-means algorithm 구현하기 | ||
** 각자 kmeans를 tensorflow(또는 python)으로 짜보는 시간 | |||
** 스터디룸에 모니터가 없었다 | |||
=== 코드 === | === 코드 === | ||
==== sklearn ==== | ==== sklearn ==== | ||
| Line 8: | Line 10: | ||
* [https://www.tensorflow.org/versions/r0.10/api_docs/python/math_ops.html#unsorted_segment_sum unsorted_segment_sum] | * [https://www.tensorflow.org/versions/r0.10/api_docs/python/math_ops.html#unsorted_segment_sum unsorted_segment_sum] | ||
== 다음 시간에는 == | == 다음 시간에는 == | ||
Latest revision as of 00:44, 27 March 2026
내용
- tensorflow로 k-means algorithm 구현하기
- 각자 kmeans를 tensorflow(또는 python)으로 짜보는 시간
- 스터디룸에 모니터가 없었다