일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 정보처리기사전공자
- 파이썬을 파이썬답게
- Few Shot Dialogue State Tracking using Meta-learning
- How Much Knowledge Can You Pack Into the Parameters of a Language Model?
- Leveraging Slot Descriptions for Zero-Shot Cross-Domain Dialogue State Tracking
- classification text
- DST fewshot learning
- 백준
- 다이나믹 프로그래밍
- 2020정보처리기사필기
- From Machine Reading Comprehension to Dialogue State Tracking: Bridging the Gap
- 자연어처리 논문 리뷰
- Python
- few shot dst
- DST zeroshot learning
- til
- fasttext text classification 한글
- SUMBT:Slot-Utterance Matching for Universal and Scalable Belief Tracking
- dialogue state tracking
- 검색엔진
- 프로그래머스
- 정보처리기사전공자합격후기
- Zero-shot transfer learning with synthesized data for multi-domain dialogue state tracking
- nlp논문리뷰
- MySQL
- 데이터 합성
- 딥러닝기초
- 정보처리기사 수제비
- 모두의딥러닝
- 정보처리기사 책 추천
Archives
- Today
- Total
목록fasttext text classification 한글 (1)
🌲자라나는청년
FastText Classification 적용해보기
Fast text 는 Facebook's AI Research (FAIR) lab 에서 만든wordembdding과,text classification을 위한 library 이다. 294개 언어에 대해서 pretrained model을 제공한다. 한국어도 포함된다(만세!) 이번에 MZ text classification 대회에 나가게 되면서, fast text classification을 사용해 보았고, 사용법과 후기를 남겨보려고 한다. 기존의 word to vector와의 차이점 기존의 word to vector는 단어 기반으로 학습을 진행한다. 그렇기 때문에 사전에 없는 단어에 대해서는 제대로 단어 벡터를 가져올 수 없었다. 하지만 fasttext는 단어 내부에서도 ngram으로 쪼개서 학습하기 때문..
대회,공모전
2021. 1. 8. 13:12