나이브 베이즈는 왜 나이브한가
Naive Bayes 나이브 베이즈는 무엇인가? 위키피디아 첫 줄을 보자. In machine learning, naïve Bayes classifiers...
2019, Sep 19 — 5 minute readNaive Bayes 나이브 베이즈는 무엇인가? 위키피디아 첫 줄을 보자. In machine learning, naïve Bayes classifiers...
2019, Sep 19 — 5 minute readImage Embedding with Triplet Loss Embedding 딥러닝 논문이나 포스팅을 보다보면 Embedding이라는 표현이 많이 나온다. 이미지나...
2019, Aug 19 — 8 minute readIntro It’s hard to find image classifiers that do not employ Image Augmentation techniques. We...
2019, Jul 05 — 8 minute readcelluloid 같은 팀에 똑똑한 동료로부터 오늘 신박한 파이썬 라이브러리를 하나 소개받았다. celluloid라는 녀석인데, matplotlib 플롯을...
2019, Jun 20 — 5 minute read강화학습의 대명사로 알려진 AlphaGo. DeepMind가 개발한 바둑 AI는 2016년 3월 이세돌 9단에게 역사적 승리를 거둔...
2019, Feb 18 — 20 minute read이번 포스팅에서 소개할 딥러닝 알고리즘은 Recurrent Neural Network (RNN)이다. Recurrent의 사전적 정의는 “반복적인”(repeatedly)이다. RNN은 반복적인...
2019, Feb 16 — 46 minute readProject 2. Continuous Control In this project, I trained a robot agent that reaches a...
2019, Feb 02 — 20 minute readPolicy-Based Learning 이전 포스팅에서 Q-Learning을 사용해 Cliff Walking과 Lunar Lander 문제를 풀어봤다. 문제가 간단한 Cliff...
2018, Dec 30 — 5 minute read