Recent posts

ML basics - Linear Models for Regression

15 minute read

์„ ํ˜• ๊ธฐ์ € ํ•จ์ˆ˜ ๋ชจ๋ธ ๊ฐ€์žฅ ๋‹จ์ˆœํ•œ ํ˜•ํƒœ์˜ ์„ ํ˜•๋ชจ๋ธ

Live Session 0622

less than 1 minute read

Underprediction \(t_{i}\): target label(i-th sample) \(y_{i}\): modelโ€™s prediction

Assignment - KNN

3 minute read

This assignment basically comes from cs231n. https://cs231n.github.io/assignments2021/assignment1/#q1-k-nearest-neighbor-classifier

ML basics - Probability Distributions 1

6 minute read

๋ฐ€๋„์ถ”์ •(Density Estimation) \(N\)๊ฐœ์˜ ๊ด€์ฐฐ๋ฐ์ดํ„ฐ(observations) \(\mathbf{x}_1,\ldots\mathbf{x}_N\)๊ฐ€ ์ฃผ์–ด์กŒ์„ ๋•Œ ๋ถ„ํฌํ•จ์ˆ˜ \(p(\mathbf{x})\)๋ฅผ ์ฐพ๋Š” ๊ฒƒ

Live Session 06/15

less than 1 minute read

Live Session with ๊ฐ•์ฐฝ์„ฑ ๋ฐ•์‚ฌ๋‹˜

ML basics - Linear Algebra

24 minute read

์™œ ์„ ํ˜•๋Œ€์ˆ˜๋ฅผ ์•Œ์•„์•ผ ํ•˜๋Š”๊ฐ€?

Ankle Supports

less than 1 minute read

ํ•˜์ด์—”๋“œ: ๋ฐ”์šฐ์–ดํŒŒ์ธํŠธ: ๋ง๋ ˆ์˜คํŠธ๋ ˆ์ธ(ํ‰์ƒ์‹œ), ๋ง๋ ˆ์˜ค์Šคํฌ์ธ (์šด๋™์‹œ) ๊ฒŒ๋‰ดํŠธ๋ ˆ์ธ

ML basics - MSE & MAE

4 minute read

Dataset ย  Restaurant Location Cuisines AverageCost MinimumOrder Rating Votes Reviews De...

Django Chart Visualization

4 minute read

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. <!-- ...

Django HTML Extension with Issue & Solution

less than 1 minute read

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...