Last active
April 19, 2020 16:28
-
-
Save kaustumbh7/4a5e992a4f80303cae76d02e63bd6c7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""trial URL Configuration | |
The `urlpatterns` list routes URLs to views. For more information please see: | |
https://docs.djangoproject.com/en/2.2/topics/http/urls/ | |
Examples: | |
Function views | |
1. Add an import: from my_app import views | |
2. Add a URL to urlpatterns: path('', views.home, name='home') | |
Class-based views | |
1. Add an import: from other_app.views import Home | |
2. Add a URL to urlpatterns: path('', Home.as_view(), name='home') | |
Including another URLconf | |
1. Import the include() function: from django.urls import include, path | |
2. Add a URL to urlpatterns: path('blog/', include('blog.urls')) | |
""" | |
from django.contrib import admin | |
from django.urls import path | |
from rest_framework.urlpatterns import format_suffix_patterns | |
from webapp import views | |
urlpatterns = [ | |
path('admin/', admin.site.urls), | |
# Adding a new URL | |
path('model/', views.call_model.as_view()) | |
] |
Hello @HassanAbbas7357,
Sorry for the late reply.
I would be happy to help. What problem are you facing?
Building a similar movie recommender system which only recommend similar
movies based on thier description (only based on movie_Description )
Dataset 45k movies dataset which only contains 2 columns title , description
Requirements:
1 : Model may take resources + time + alot of memory (only during training)
2 : Model should not take Large amount of Ram + Time to recommend similar
movies ( after training )
NOTE: To fulfill the above requirements which algorithm should i choose to
train my model ?
1 : word2vec or FastText , Doc2vec
2 : K-Means clustering algorithm
3 : Classification Algorithm
…On Sun, Apr 19, 2020, 9:25 PM Kaustumbh Jaiswal ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
Hello Hassan,
Sorry for the late reply.
I would be happy to help. What problem are you facing?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://gist.github.com/4a5e992a4f80303cae76d02e63bd6c7b#gistcomment-3260621>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL2GTS5JB5BNLYPJ6Q4KK6LRNMQYVANCNFSM4KOKOE7A>
.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Brother can u please help me can we talk ? i need help brother i want to discuss about my FYP please bro