일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 영어명언
- tensorflow update
- 완전탐색
- #프로젝트
- #English
- #영어 명언
- word embedding
- object detection
- TensorFlow
- c언어
- convexhull
- keras
- 딥러닝
- findContours
- #1일1영어
- #일상영어
- #실생활영어
- #Android
- 영어
- python __init__
- #실생활 영어
- Convolution Neural Network
- tokenizing
- text2img
- #opencv
- #영어
- opencv SURF
- python list
- python 알고리즘
- 이미지 생성
Archives
- Today
- Total
목록wordcloud (1)
When will you grow up?
워드 클라우드(word cloud)
워드 클라우드 (wordcloud) - 특정 데이터나 텍스트에 자주 등장하는 핵심단어 시각화 text : https://ko.wikipedia.org/wiki/%EC%9E%90%EC%97%B0%EC%96%B4_%EC%B2%98%EB%A6%AC wordcloud 모듈 설치 1 pip install wordcloud ex1 word cloud basic) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 import matplotlib.pyplot as plt %matplotlib inline from wordcloud import WordCloud, STOPWORDS t..
02. Study/Deep Learning
2019. 8. 6. 23:17