일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 dst
- DST fewshot learning
- MySQL
- Python
- 백준
- fasttext text classification 한글
- 파이썬을 파이썬답게
- How Much Knowledge Can You Pack Into the Parameters of a Language Model?
- 2020정보처리기사필기
- Few Shot Dialogue State Tracking using Meta-learning
- dialogue state tracking
- Leveraging Slot Descriptions for Zero-Shot Cross-Domain Dialogue State Tracking
- nlp논문리뷰
- 검색엔진
- 모두의딥러닝
- 딥러닝기초
- classification text
- From Machine Reading Comprehension to Dialogue State Tracking: Bridging the Gap
- 정보처리기사 수제비
- 프로그래머스
- SUMBT:Slot-Utterance Matching for Universal and Scalable Belief Tracking
- Zero-shot transfer learning with synthesized data for multi-domain dialogue state tracking
- DST zeroshot learning
- 정보처리기사전공자합격후기
- 다이나믹 프로그래밍
- til
- 자연어처리 논문 리뷰
- 정보처리기사 책 추천
- 데이터 합성
- 정보처리기사전공자
Archives
- Today
- Total
목록대회,공모전 (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