일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- loss
- 머신러닝
- tensorflow
- 파이썬
- 딥러닝
- pytorch
- 머신러닝 기초
- 정렬
- 강의정리
- 백준
- DP
- AI
- MSE
- Softmax
- 파이토치
- Natural Language Processing with PyTorch
- Cross entropy
- BAEKJOON
- 홍콩과기대김성훈교수
- 강의자료
- Hypothesis
- 알고리즘
- 자연어처리
- 스택
- machine learning
- DynamicProgramming
- classifier
- Python
- Deep learning
- rnn
- Today
- Total
목록classifier (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 이번 chapter에서 살펴볼 주제는 다음과 같다. Perceptron AND, OR XOR Code: XOR Perceptron(퍼셉트론)은 인공신경망의 한 종류이다. 인공신경망은 동물의..
이 글은 모두를위한딥러닝 시즌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에서는 다음의 주제를 다룬다. What is MNIST? Code: MNIST Classifier MNIST는 손으로 쓰인 데이터 셋이다. 그림과 같이 0에서부터 9까지 숫..
이 글은 Natural Language Processing with Pytorch 강의자료를 번역 및 정리해놓은 글입니다. 강의 자료 및 코드 링크 : https://github.com/dlsucomet/MLResources/blob/master/books/%5BNLP%5D%20Natural%20Language%20Processing%20with%20PyTorch%20(2019).pdf dlsucomet/MLResources Repository for Machine Learning resources, frameworks, and projects. Managed by the DLSU Machine Learning Group. - dlsucomet/MLResources github.com A Perceptr..