일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 정보처리기사 수제비
- nlp논문리뷰
- 정보처리기사 책 추천
- Few Shot Dialogue State Tracking using Meta-learning
- 2020정보처리기사필기
- How Much Knowledge Can You Pack Into the Parameters of a Language Model?
- Zero-shot transfer learning with synthesized data for multi-domain dialogue state tracking
- few shot dst
- 데이터 합성
- fasttext text classification 한글
- 검색엔진
- 파이썬을 파이썬답게
- Leveraging Slot Descriptions for Zero-Shot Cross-Domain Dialogue State Tracking
- MySQL
- DST zeroshot learning
- 자연어처리 논문 리뷰
- 다이나믹 프로그래밍
- classification text
- Python
- til
- 백준
- DST fewshot learning
- 모두의딥러닝
- 딥러닝기초
- 정보처리기사전공자합격후기
- From Machine Reading Comprehension to Dialogue State Tracking: Bridging the Gap
- 프로그래머스
- SUMBT:Slot-Utterance Matching for Universal and Scalable Belief Tracking
- dialogue state tracking
- 정보처리기사전공자
Archives
- Today
- Total
목록SQL SELECT (1)
🌲자라나는청년
My SQL 공부1(SLEECT, FROM, WHERE)
MYSQL 명령어 공부 많이 쓰이는 명령어 SELECT - extracts data from a database UPDATE - updates data in a database DELETE - deletes data from a database INSERT INTO - inserts new data into a database CREATE DATABASE - creates a new database ALTER DATABASE - modifies a database CREATE TABLE - creates a new table ALTER TABLE - modifies a table DROP TABLE - deletes a table CREATE INDEX - creates an index (search k..
DataBase
2019. 5. 2. 12:09