일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- web 용어
- 머신러닝
- 데이터전문기관
- KNeighborsClassifier
- CES 2O21 참가
- classification
- inorder
- tensorflow
- postorder
- broscoding
- pycharm
- java역사
- web
- 자료구조
- CES 2O21 참여
- vscode
- discrete_scatter
- mglearn
- C언어
- web 사진
- html
- 재귀함수
- Keras
- 웹 용어
- web 개발
- bccard
- paragraph
- 결합전문기관
- 대이터
- cudnn
- Today
- Total
목록[IT]/python (23)
bro's coding
보호되어 있는 글입니다.
# 구 twitter_tag.phrases('겨울이 가고 어느덧 봄이 오는지 어제는 봄비가 많이 내렸습니다') # ['겨울', '어제', '봄비'] from konlpy.tag import Twitter, Okt # 분석 twitter_tag.morphs('홍길동은 조선시대 사람이죠?') # ['홍길동', '은', '조선시대', '사람', '이', '죠', '?'] # 명사 twitter_tag.nouns('겨울이 가고 어느덧 봄이 오는지 어제는 봄비가 많이 내렸습니다') # ['겨울', '봄', '어제', '봄비'] # type twitter_tag.pos('겨울이 가고 어느덧 봄이 오는지 어제는 봄비가 많이 내렸습니다') '''[('겨울', 'Noun'), ('이', 'Josa'), ('가고', '..
https://konlpy.org/ko/latest/install/ 설치하기 — KoNLPy 0.5.2 documentation 우분투 Supported: Xenial(16.04.3 LTS), Bionic(18.04.3 LTS), Disco(19.04), Eoan(19.10) Install dependencies # Install Java 1.8 or up $ sudo apt-get install g++ openjdk-8-jdk python3-dev python3-pip curl Install KoNLPy $ python3 -m pip install --upgrade pip $ p konlpy.org # test code from konlpy.tag import Kkma Kkma_pos = Kkma() ..
imdb_tarin.data[6] b"This movie has a special way of telling the story, at first i found it rather odd as it jumped through time and I had no idea whats happening. Anyway the story line was although simple, but still very real and touching. You met someone the first time, you fell in love completely, but broke up at last and promoted a deadly agony. Who hasn't go through this? but we will never ..
(((data-data[0])**2).sum(axis=1))**0.5 array([0. , 0.53851648, 0.50990195, 0.64807407, 0.14142136, 0.6164414 , 0.51961524, 0.17320508, 0.92195445, 0.46904158, 0.37416574, 0.37416574, 0.59160798, 0.99498744, 0.88317609, 1.1045361 , 0.54772256, 0.1 , 0.74161985, 0.33166248, 0.43588989, 0.3 , 0.64807407, 0.46904158, 0.59160798, 0.54772256, 0.31622777, 0.14142136, 0.14142136, 0.53851648, 0.53851648,..
NUMPY MATPLOTLIB PANDAS 수치데이터 분석 정방형 데이터 고차원 데이터 머신러닝 작업 시각화 다양한 그래프 문자/숫자 데이터 2차원 표형태 데이터 데이터베이스 작업 통게 분석 import numpy as np import matplotlib.pyplot as plt import pandas as pd