-
[Machine Learning] K-means algorithmprograming/etc 2019. 6. 1. 16:42
안녕하세요, Einere입니다.
(ADblock을 꺼주시면 감사하겠습니다.)
오늘은 기계학습에서 사용되는 군집화(clustering)의 한 방법은 k-평균(k-means) 알고리즘에 대해 소개해볼까 합니다.
참고
https://www.altoros.com/blog/using-k-means-clustering-in-tensorflow/
Using k-means Clustering with TensorFlow
In data science, cluster analysis (or clustering) is an unsupervised-learning method that can help to understand the nature of data by grouping information with similar characteristics. The clusters o
www.altoros.com
3. 텐서플로우 클러스터링 – First Contact with TensorFlow
이 글은 스페인 카탈루냐 공과대학의 Jordi Torres 교수가 텐서플로우를 소개하는 책 ‘First Contack with TensorFlow’을 번역한 것입니다. 이 글은 원 도서의 라이센스(CC BY-NC-SA 3.0)와 동일한 라이센스를 따릅니다. 파이썬 3 notebook으로 작성한 이 섹션의 코드는 여기에서 보실 수…
tensorflow.blog
'programing > etc' 카테고리의 다른 글
[Git] branch 배우기 웹 앱 (0) 2019.07.11 [Android] 안드로이드 SDK와 버전 (0) 2019.06.29 [WebStorm] tab, indent설정이 제대로 적용되지 않는 경우 (0) 2019.05.19 [WebStorm] Prettier를 사용하여 vue파일 reformat하기 (0) 2019.05.13 [부스트 코스] 리뷰어 특강 - 웹 UI개발 2 (0) 2019.05.10 댓글