250x250
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
- 성실히
- selenium
- 딥러닝
- 기초통계
- 부트캠프
- 빅데이터
- 코딩테스트
- yolo
- 노마드코더
- JavaScript
- python
- 자료구조
- MYSQL
- 주간보고
- 재미져
- Codestates
- SQL
- pandas
- leetcode
- 코드스테이츠
- 매일매일
- 독서
- 열심히
- 2021
- Ai
- 리뷰
- 파이썬
- 꾸준히
- bootcamp
- 선형회귀
Archives
- Today
- Total
코딩일기
Sequence Model References(feat. Coursera Andrew Ng) 본문
728x90
반응형
Week 1:
- Minimal character-level language model with a Vanilla Recurrent Neural Network, in Python/numpy (GitHub: karpathy)
- The Unreasonable Effectiveness of Recurrent Neural Networks (Andrej Karpathy blog, 2015)
- deepjazz (GitHub: jisungk)
- Learning Jazz Grammars (Gillick, Tang & Keller, 2010)
- A Grammatical Approach to Automatic Improvisation (Keller & Morrison, 2007)
- Surprising Harmonies (Pachet, 1999)
Week 2:
- Man is to Computer Programmer as Woman is to Homemaker? Debiasing Word Embeddings (Bolukbasi, Chang, Zou, Saligrama & Kalai, 2016)
- GloVe: Global Vectors for Word Representation (Pennington, Socher & Manning, 2014)
- Woebot.
Week 4:
- Natural Language Processing Specialization (by DeepLearning.AI)
- Attention Is All You Need (Vaswani, Shazeer, Parmar, Uszkoreit, Jones, Gomez, Kaiser & Polosukhin, 2017)
728x90
반응형
'Code > 딥러닝(NL)' 카테고리의 다른 글
Categorical_crossentropy? Sparse_categorical_crossentropy? (0) | 2021.10.21 |
---|---|
[numpy] np.newaxis는 무엇이고 언제 사용하는가? (0) | 2021.10.04 |
[quiz] Hyperparameter tuning, Batch Normalization, Programming Frameworks (0) | 2021.08.24 |
Logistic Regression Loss Function 미분하기 (0) | 2021.08.22 |
YOLO4 (0) | 2021.06.03 |