You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@
54
54
<ul>
55
55
<li><a href="#프론트엔드">프론트엔드(flutter)</a></li>
56
56
<li><a href="#백엔드">백엔드(flask)</a></li>
57
-
<li><a href="#추천알고리즘">추천알고리즘(NNE)</a></li>
57
+
<li><a href="#추천알고리즘">AI(추천알고리즘)</a></li>
58
58
</ul>
59
59
</li>
60
60
<li><a href="#사용법">사용법</a></li>
@@ -113,7 +113,7 @@ Python의 웹 프레임워크 중 하나인 Flask를 이용하여 어플리케
113
113
### - 추천알고리즘
114
114
115
115
collaborative filtering 중 하나인 matrix factorization을 이용하여 추천시스템을 개발하였습니다. 신규사용자에겐 도서 이용 기록등이 없으므로 전체 책 중 무작위로 추천리스트가 제공되고, 사용자가 좋아하는 도서에 좋아요를 누르면 매일 밤 21시 추천점수가 업데이트되어 맞춤형 도서를 추천받을 수 있습니다.<br/>
116
-
자세한 내용은 AI의 [Readme](https://github.com/osamhack2021/AI_APP_handylib_devlib/tree/main/recommendation)를 참고해주세요.
116
+
자세한 내용은 AI의 [Readme](https://github.com/osamhack2021/AI_APP_handylib_devlib/tree/main/AI)를 참고해주세요.
0 commit comments