Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- LeetCode
- Linear Model
- Linear Regression
- deque
- GPT
- ChatGPT
- 파이썬
- gradient descent
- 코테
- 기계학습
- prompt engineering
- Programmers
- machinelearning
- 프로그래머스
- Django
- transformer
- 머신러닝
- 알고리즘
- dl
- BFS
- rnn
- Deeplearning
- Python
- 프롬프트
- NLP
- 코딩테스트
- 부스트캠프
- attention
- 일기
- LLM
Archives
- Today
- Total
목록ML (1)
크크루쿠쿠
Transformer: Attention is all you need
Transformer Sequential Model What makes sequential moedling a hard problem to handle? 이러한 다른 sequence 를 다루기 힘들어짐. Transformer Transformer is the first sequence transduction model based entirely on attention. -> recurrent한 구조X, attention 이라는 구조 활용 기계어 번역 뿐만 아니라 이미지 분류에도 활용될정도로 많은 활용가치가 있음. model 자체는 하나의 model이다. -> 몇개의 단어가 들어가든 한번에 처리함. - Encoder The Self-Attention in both encoder and decoder is ..
DeepLearning/부스트캠프 AI Tech
2021. 8. 12. 12:06