일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- BAEKJOON
- Deep learning
- pytorch
- 알고리즘
- 홍콩과기대김성훈교수
- AI
- 자연어처리
- Natural Language Processing with PyTorch
- Python
- 백준
- classifier
- MSE
- 강의정리
- 정렬
- 머신러닝 기초
- DP
- Hypothesis
- DynamicProgramming
- rnn
- tensorflow
- loss
- 강의자료
- 파이토치
- 딥러닝
- 파이썬
- 머신러닝
- Softmax
- machine learning
- 스택
- Cross entropy
- Today
- Total
목록classification (3)
개발자의시작
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bgITmZ/btro7gFMKIC/RvHd8I4qTMEFmgBsPvixI0/img.png)
이 글은 모두를위한딥러닝 시즌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을 위해 필요한 패키지들을 ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bFdq5r/btroHbcdV1J/bmiRKX9gIyzF7VZGx2pVU0/img.png)
글은 모두를위한딥러닝 시즌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을 ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/zAFuV/btrmDRtoyRV/eRW7U8lDf5vhkokiL1Ctg1/img.png)
이 글은 모두를위한딥러닝 시즌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..