Jun Hyuk Kim's Blog
[2023/06/08] Daily Review 본문
TODO
- Finish one coding problem
- Review and fix resume
- Get more insight on the topic
- Finish personal project if I have time
- Try going outside
Q&A
Q: Why is Content-base using by mixing while others are not?
A: content-based filtering only considers the item and not the users preference. Using other models to include the users preferences makes the results more diverse and likely to be correct.
Q: What is spline interpolation?
A: Interpolation is used to predict the graph when only a certain number of data is given. 1st order spline interpolation is when we just connect the dots using a straight line, while 2nd order spline interpolation is when we just connect the dots using a 2nd order polynomial.
'Coding Journal > Diary' 카테고리의 다른 글
| [2023/06/10] Daily Review (0) | 2023.06.10 |
|---|---|
| [2023/06/09] Daily Review (0) | 2023.06.09 |
| [2023/06/07] Daily Review (0) | 2023.06.07 |
| [2023/06/06] Daily Review (0) | 2023.06.06 |
| [2023/06/05] Daily Review (0) | 2023.06.05 |