Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- tensorflow
- 텐서플로
- codingthematrix
- NumPy
- 하이브
- 알고리즘
- GRU
- C언어
- RNN
- 딥러닝
- graph
- C
- 코딩더매트릭스
- collections
- Sort
- hadoop2
- hive
- LSTM
- Java
- 파이썬
- 주식분석
- 선형대수
- yarn
- 그래프이론
- scrapy
- recursion
- 하둡2
- effective python
- python
- HelloWorld
Archives
- Today
- Total
목록l1 (1)
EXCELSIOR
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/nYqJd/btsdRjE6tOK/QS3ozrmZ9b1ITAYjKEjn50/img.png)
Loss functions for Regression 1. Loss functions for regression Mean Absolute Error (MAE) Mean Absolute Percentage Error (MAPE) Mean Squared Error (MSE) Root Mean Squared Error (RMSE) Huber Loss Log-Cosh Loss 2. Mean Absolute Error (MAE, L1 Loss) MAE는 가장 단순한 형태의 loss function이라고 할 수 있음 각각의 실제값($y_i$)과 예측값($\hat{y}_i$) 간의 차이의 절대값을 구한 후 평균을 구한것을 MAE라 함 수식은 다음과 같음 $$ \text{MAE} = \frac{1}{n} \sum_{i..
DeepLearning/개념
2023. 5. 3. 21:20