Regular expressions & word tokenization

정규식표현에 대하여 알아보도록 하겠습니다. 실습 예제로 정규식 표현은 다음과 같이 사용합니다. import re re.findall(PATTERN, string)...

3 minute read

DRF ViewSet에서 사용할 코드 모음

이번 포스트는 ViewSet에서 코드 작성 시 종종 사용이 필요한 코드들을 편의상 모아놓은 포스트 입니다. VewSet...

3 minute read

Recommender System (Andrew Ng)

출처 : Andrew Ng 머신 러닝 이번 글에서는 Recommender System에 대하여 알아보도록 하겠습니다. 위와 같이...

5 minute read

머신러닝에서 사용되는 평가지표

출처 : 다크프로그래머 출처 : https://youtu.be/z5qA9qZMyw0 목차 Confusion Matrix (혼합 행렬) Accuracy Precision Recall Precision-Recall...

8 minute read