일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- #프로젝트
- tokenizing
- convexhull
- findContours
- opencv SURF
- #opencv
- #실생활 영어
- TensorFlow
- keras
- 딥러닝
- 영어명언
- object detection
- Convolution Neural Network
- #영어
- #영어 명언
- #Android
- #1일1영어
- python __init__
- text2img
- word embedding
- 이미지 생성
- tensorflow update
- 영어
- python list
- c언어
- #English
- python 알고리즘
- #일상영어
- #실생활영어
- 완전탐색
Archives
- Today
- Total
목록자연어 처리 (1)
When will you grow up?
자연어 처리(natural language processing)
자연어 처리(natural language processing) NLP라고 불리며, 컴퓨터가 자연어의 의미를 분석하여 처리할 수 있도록 하는 과정이다. 크게 자연어 전처리, 학습, 활용 분야로 나뉠수 있다. 자연어 전처리 (natural language preprocessing) - 자연어 tokenizing : 형태소 분석, 단어 or 문장으로 나누기 등 - 단어 Indexing : dictionary 만들기 등 - 단어 representation : One hot encoding, Word Embedding, Word2Vec 등 학습 (Training) - ANN (Artificial Neural Network) - DNN (Deep Neural Network) - RNN (Recurrent Neur..
02. Study/Deep Learning
2019. 8. 5. 21:36