일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Cross entropy
- classifier
- 머신러닝
- MSE
- 머신러닝 기초
- 홍콩과기대김성훈교수
- Softmax
- 파이토치
- Hypothesis
- 스택
- AI
- 알고리즘
- 백준
- loss
- 정렬
- 딥러닝
- BAEKJOON
- 파이썬
- Natural Language Processing with PyTorch
- 강의정리
- Python
- rnn
- DynamicProgramming
- pytorch
- 자연어처리
- tensorflow
- 강의자료
- machine learning
- Deep learning
- DP
- Today
- Total
목록classification (3)
개발자의시작

이 글은 모두를위한딥러닝 시즌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 Softmax Classification 도 Logistic Regression의 연장선 상에 있는 것으로 볼 수 있다. Softmax Classification을 위해 필요한 패키지들을 ..

글은 모두를위한딥러닝 시즌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 Logistic regression은 binary classification 문제 예를 들어 데이터가 X가 주어졌다고 가정할 때 이 데이터는 m개의 샘플로 이루어지고 d의 dimension을 ..

이 글은 모두를위한딥러닝 시즌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 ( http://hunkim.github.io/ml/ 참고) 모두를 위한 머신러닝/딥러닝 강의 hunkim.github.io Logistic Regression - Clasification..