본문 바로가기

ml

(3)
How to avoid machine learning pitfalls: a guide for academic researchers - 머신러닝을 하면서 함정에 빠지지 않는 방법에 대하여 https://arxiv.org/abs/2108.02497?fbclid=IwAR0OQcuP7WXvg2QQ1qgUYzCoqC7STeM0xalTLPkxTVE4P4F5RKdTFtbFMy4 How to avoid machine learning pitfalls: a guide for academic researchers This document gives a concise outline of some of the common mistakes that occur when using machine learning techniques, and what can be done to avoid them. It is intended primarily as a guide for research students, and focu..
Pytorch 머신러닝 튜토리얼 강의 10 (Basic CNN) 2018/07/02 - [Programming Project/Pytorch Tutorials] - Pytorch 머신러닝 튜토리얼 강의 1 (Overview)2018/07/02 - [Programming Project/Pytorch Tutorials] - Pytorch 머신러닝 튜토리얼 강의 2 (Linear Model)2018/07/02 - [Programming Project/Pytorch Tutorials] - Pytorch 머신러닝 튜토리얼 강의 2 (Linear Model)2018/07/03 - [Programming Project/Pytorch Tutorials] - Pytorch 머신러닝 튜토리얼 강의 3 (Gradient Descent)2018/07/03 - [Programming Proj..
Pytorch 머신러닝 튜토리얼 강의 3 (Gradient Descent) 2018/07/02 - [Programming Project/Pytorch Tutorials] - Pytorch 머신러닝 튜토리얼 강의 1 (Overview)2018/07/02 - [Programming Project/Pytorch Tutorials] - Pytorch 머신러닝 튜토리얼 강의 2 (Linear Model) 이번 글에서는 Gradient Descent에 대해서 알아 볼 것입니다. 지난 글에서는 loss 함수란 무엇인지, 그리고 MSE Loss에 대해 공부해보았습니다. 이 Loss 함수를 통해서 우리는 어떤 w와 b가 가장 수학적으로 잘 학습된 loss인지 알 수 있게 됩니다. 바로 최소로 만드는 파라미터의 값을 찾아서 말이죠. 수학적으로는 arg min 이라고 표시할 수 있습니다. (본 식..