일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 파이토치
- 파이썬
- Deep learning
- 백준
- MSE
- 머신러닝
- Cross entropy
- Softmax
- 머신러닝 기초
- Python
- 알고리즘
- machine learning
- pytorch
- 스택
- Natural Language Processing with PyTorch
- loss
- 강의정리
- DP
- DynamicProgramming
- classifier
- 강의자료
- Hypothesis
- 자연어처리
- 정렬
- rnn
- tensorflow
- 홍콩과기대김성훈교수
- BAEKJOON
- AI
- 딥러닝
- Today
- Total
목록Deep Neural Net (2)
개발자의시작
이 글은 모두를위한딥러닝 시즌2 https://github.com/deeplearningzerotoall/PyTorch 을 정리한 글입니다. GitHub - deeplearningzerotoall/PyTorch: Deep Learning Zero to All - Pytorch Deep Learning Zero to All - Pytorch. Contribute to deeplearningzerotoall/PyTorch development by creating an account on GitHub. github.com 이 chapter에서 살펴볼 내용은 다음과 같다. - Review: XOR - Multi Layer Perceptron - Backpropagation - Code: XOR-nn - Cod..
글은 모두를위한딥러닝 시즌2 https://github.com/deeplearningzerotoall/PyTorch 을 정리한 글입니다. GitHub - deeplearningzerotoall/PyTorch: Deep Learning Zero to All - Pytorch Deep Learning Zero to All - Pytorch. Contribute to deeplearningzerotoall/PyTorch development by creating an account on GitHub. github.com 이번 시간에 다룰 주제는 다음과 같다. Reminder: Maximum Likelihood Estimation Reminder: Optimization via Gradient Descent R..