PyTorch 설치 및 colab 사용 방법

이번 글에서는 PyTorch를 사용할 때, 윈도우에서 설치하는 방법과 colab에서 설치하는 방법에 대하여 알아보겠습니다. 가장 최신의...

4 minute read

Debug=False 일 때, 발생할 수 있는 오류

서버를 public으로 사용할 때 project/settings.py에서 반드시 Debug=False로 바꾸어 주어야 합니다. Debug 모드일 때에는 프로젝트의 url...

1 minute read

Support Vector Machine (Andrew Ng)

출처 : Andrew Ng 강의 이 글에서는 SVM(Support Vector Machine)에 대하여 알아보겠습니다. Optimization objective SVM은...

6 minute read

머신러닝에서의 Bias와 Variance

출처 : Machine Learning (Andrew Ng) 출처 : https://opentutorials.org/module/3653/22071 Bias와 Variance의 정의 이번 글에서는 머신...

9 minute read

Evaluating a Learning Algorithm (Andrew Ng)

출처 : Andrew Ng 강의 이번 글에서는 학습 알고리즘을 평가하는 방법에 대하여 간략하게 알아보도록 하겠습니다....

3 minute read

PCA(Principal Component Analysis) (Andrew Ng)

출처 : Andrew Ng 강의 Dimensionality Reduction 이번 글에서는 PCA(Principal Component Analysis)에 대하여 알아보도록 하겠습니다....

8 minute read

19.4월 리온 잉글리쉬 공부 내용

19년 4월 Leon 잉글리쉬를 하면서 조안나 선생님과 수업한 내용 중 유용했던 표현 들을 정리한 글...

4 minute read

Clustering with K-Means Algorithm (Andrew Ng)

출처 : Andrew Ng 머신러닝 이번 글에서는 K-means 알고리즘을 이용한 Clustering 방법론에 대하여 알아보도록 하겠습니다....

6 minute read