ML basics - Linear Models for Regression
์ ํ ๊ธฐ์ ํจ์ ๋ชจ๋ธ ๊ฐ์ฅ ๋จ์ํ ํํ์ ์ ํ๋ชจ๋ธ
์ ํ ๊ธฐ์ ํจ์ ๋ชจ๋ธ ๊ฐ์ฅ ๋จ์ํ ํํ์ ์ ํ๋ชจ๋ธ
Underprediction \(t_{i}\): target label(i-th sample) \(y_{i}\): modelโs prediction
This assignment basically comes from cs231n. https://cs231n.github.io/assignments2021/assignment1/#q1-k-nearest-neighbor-classifier
๊ฐ์ฐ์์ ๋ถํฌ (Gaussian Distribution)
Reference https://masunii.github.io/blog_custom/top_button/
๋ฐ๋์ถ์ (Density Estimation) \(N\)๊ฐ์ ๊ด์ฐฐ๋ฐ์ดํฐ(observations) \(\mathbf{x}_1,\ldots\mathbf{x}_N\)๊ฐ ์ฃผ์ด์ก์ ๋ ๋ถํฌํจ์ \(p(\mathbf{x})\)๋ฅผ ์ฐพ๋ ๊ฒ
Live Session with ๊ฐ์ฐฝ์ฑ ๋ฐ์ฌ๋
Appendix Reference https://vivek-singh.medium.com/an-introduction-to-gradient-descent-54775b55ba4f https://jermwatt.github.io/machine_learning_refined/not...
์ ์ ํ๋์๋ฅผ ์์์ผ ํ๋๊ฐ?
ํ์ด์๋: ๋ฐ์ฐ์ดํ์ธํธ: ๋ง๋ ์คํธ๋ ์ธ(ํ์์), ๋ง๋ ์ค์คํฌ์ธ (์ด๋์) ๊ฒ๋ดํธ๋ ์ธ
Deep Learning Modelโs Outcome is the Probability of the Variable X
Dataset ย Restaurant Location Cuisines AverageCost MinimumOrder Rating Votes Reviews De...
Code Snippet
Things to consider as an Interviewee
Deep Learning Modelโs Outcome is the Probability of the Variable X
Minimal-Mistakes Style Sheet Structure Got a hint from: https://github.com/mmistakes/minimal-mistakes/issues/1583 ![](/images/image.jpg){: .align-right .wid...
Deep Learning Modelโs Outcome is the Probability of the Variable X
1. Add chart.js and jquery (layouts.html) This is currently located at head, but later Iโve to move those scripts down to the end of the body tag. <!-- ...
Deploy Django Wep app - Pyhonanywhere
Django VScode Extension While I work with django-html files, everytime I had to type curly brackets and percentage sign. I found most popular django html ext...