diff options
author | navanchauhan <navanchauhan@gmail.com> | 2022-05-22 12:03:28 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2022-05-22 12:03:28 -0600 |
commit | d382b50c111f2f2867a4af0176285d0cea7b591a (patch) | |
tree | afbf871b800e367d2639fef1802381e2676e29ef /docs/posts/index.html | |
parent | 885747d29973e3a1b04a68bc40a3e72ca0b711e7 (diff) |
added new post movie recommender
Diffstat (limited to 'docs/posts/index.html')
-rw-r--r-- | docs/posts/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/posts/index.html b/docs/posts/index.html index bb704f8..d1e3bf4 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -48,6 +48,23 @@ <ul> + <li><a href="/posts/2022-05-21-Similar-Movies-Recommender.html">Building a Simple Similar Movies Recommender System</a></li> + <ul> + <li>Building a Content Based Similar Movies Recommender System</li> + <li>Published On: 2022-05-21 17:56</li> + <li>Tags: + + Python, + + Transformers, + + Movies, + + Recommender-System, + + </ul> + + <li><a href="/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html">Making a Crude ML Powered Chatbot in Swift using CoreML</a></li> <ul> <li>Writing a simple Machine-Learning powered Chatbot (or, daresay virtual personal assistant ) in Swift using CoreML.</li> |