After watching several videos and reading various articles, this one made me understood. Thanks!
@srishtijaiswal70792 жыл бұрын
Can you reply today, I want to know is it item- item colloberative filtering ?
@mathlearn5476 Жыл бұрын
Thank you so much Mr.Krish ji, every time when I stuck, your content and explanation will help me lot. The way of your explanation is simply awesome.
@zagustan5 жыл бұрын
Hi Sir, This is an amazing video, can you explain more on the way to evaluate the model? thank you
@Tronyyy4 жыл бұрын
Khafabi Dza Gustan +1
@shivalikapatel72224 жыл бұрын
how to get recommendations for a particular movie title, instead of a random pick?
@kumarsaksham56513 жыл бұрын
Same question how to get recommendations for a particular movie title, instead of a random pick?
@srishtijaiswal70792 жыл бұрын
Can you reply today, I want to know is it item- item colloberative filtering ?
@srishtijaiswal70792 жыл бұрын
Same question
@shyam152875 жыл бұрын
Love u ji great work ,all the best , continue ur hard work
@elizavetapudim96773 жыл бұрын
Thank you for this tutorial! It also would be cool to hear about more advanced methods, like matrix factorization, autoencoders for recommendation systems, and so on.
@srishtijaiswal70792 жыл бұрын
Can you reply today, I want to know is it item- item colloberative filtering ?
@elizavetapudim96772 жыл бұрын
@@srishtijaiswal7079 yes, they can be applied for item-item cf, as model-based approach
@lprayaga1 Жыл бұрын
Awesome videos excellent introduction to the concepts
@talentzunlimited1398 Жыл бұрын
Awesome Video ! But many of the questions are still unanswered, it would help everyone.
@priyankgupta39314 жыл бұрын
Sir, how can we evaluate our model in this case? Please reply as I am stuck in the middle of my project.
@sarabhian22703 жыл бұрын
did you get answer on how to evaluate model , I got up to recommending movie but not able to create csv file predicting top 5 movies, can you help?
@dhirendrajha96675 жыл бұрын
Please make one video on deep learning techniques through recommendation System. thank you
@shaadakhtar59862 жыл бұрын
What does distance mean in this one? Is it: for a particular user distance of all movies from the movie at 110th Index. And are you trying to make collaborative or content based
@srishtijaiswal70792 жыл бұрын
Sir, Can you reply today, I want to know is it item- item colloberative filtering ?
@fangyiyu27445 жыл бұрын
Thanks a lot for the tutorial, it's easy to understand and implement, for the recommendation movies at last, what should we do if we want to recommend by the descending order of cosine similarity?
@srishtijaiswal70792 жыл бұрын
Can you reply today, I want to know is it item- item colloberative filtering ?
@nehajha62734 жыл бұрын
Hi Sir, How can we measure the accuracy of this model @krishNaik
@krishnakumarsaw4917 Жыл бұрын
How to calculate the accuracy of this algorithm ?
@animeshkoley64783 жыл бұрын
What technique is best for collaborative filtering - cosine similarity or correlation?
@mohdkashif72953 жыл бұрын
can anyone explain how is this collaborative filtering, where did we make use of similar user property used in collaborative filtering, i am getting confused, to me it appear just like content based filtering but in case of correlation we are using cosine similarity.
@PawanSingh-tz4gy2 жыл бұрын
Sir, i have seen lots of videos all are similar kind. If you can help with recommendation system where we can use customer features like customer demog(age, education, city etc) and also product features as well.
@arindammondal93644 жыл бұрын
Hi, Thanks for the easy code with a heavy concept. The last output in your code,distances are ascending order. When I increase the neighbors number the more closer distance to 1 is coming. My query is if the distance is closer to 0 is more similar or closer to 1 is more similar(as you told cosine distance more towards 1 is more closer)?
@garvitgupta134 жыл бұрын
What is the difference between KNeighbourClassifier and NearestNeighbour ?
@questforprogramming4 жыл бұрын
KNC is for supervised ML and NN is for unsupervised.
@thomsondcruz2 жыл бұрын
Hi Krish, How do you suggest handling large datasets through a pandas matrix. For real life data, we get the "Unstacked DataFrame is too big, causing int32 overflow" error
@DS_AIML4 жыл бұрын
@Krish,For retail customers,How can we recommend top 3 products to EACH user based on their previous purchase history using KNN or any other better algorithm?
@sarabhian22703 жыл бұрын
did you get the solution for top 3 product recommendation ? if yes then pls guide me by supplying solution
@ridakhan7934 Жыл бұрын
If we want to generate recommendations by selecting only one movie rather than random pick. how we can do that? anyone?
@sarabhian22703 жыл бұрын
how to convert this prediction into csv file , I want to predict top 5 movies based on users previous movie, pls help me
@vibhatripathi30854 жыл бұрын
How can you make movie rating prediction system using user-user collaborative filtering and KNN, given rating data (has movieID, UserID, User's rating for the movie) file (.txt) and movie list (.txt) file (has Movie ID, Movie Tiltle, and Year of Release). I think movie list file is just for reference i.e. to find the movie for prediction.
@brown_bread4 жыл бұрын
randomly picked 110, is it userId? In the video you are saying, it is a movieId. But after executing pivot table there is no movieId in the table. Am i missing something?
@nuthalapatirohit71113 жыл бұрын
No, its an movie id from the movies data set. in pivot table it shows tops 5 movies. if you search the 110th index manually u can get movie tilte.
@srijaramarthy52324 жыл бұрын
Is it user based collaborative system or item based collaborative system?
@sitaramchikkala4 жыл бұрын
its user-user collaborative filtering
@kamran_desu4 жыл бұрын
This is item based CF. The rows in this data set are items (movies) that are being used to find their k nearest neighbours. It's similar to finding which items are most correlated. If you transpose the matrix with users as rows, then it will be user based CF.
@IT_FoodLover4 жыл бұрын
Sir how I am measure it works properly or not
@prajwalkhajure35705 жыл бұрын
Sir Please make one video on restaurant recommendation System
@mubasheerkhan8223 жыл бұрын
wouldn't filling the rating values 0 affect the result in a negative way? because rating 0 is just downgrading the average rating of a particular movie
@yashkhorania37263 жыл бұрын
We are only finding similarity between different movies based on information from different users . We are not rating individual movies, so putting zeroes doesn't downgrade the movie itself. For example: In the video , the 1st recommended movie for Crimson Tide (1995) is shown as Clear and Present Danger(1994), what it means is that the user ratings pattern for both these movies is similar and therefore it got recommended, it doesn't mean either movie is good or bad , just that users rated them similarly. At least that's what I understood.
@diamondsandpearls20254 жыл бұрын
Really great video!
@Abhimanyukuma_12343 жыл бұрын
Sir np.random.choice ke alawa others option movie" title" se function bata do
@austineferdinand85368 ай бұрын
thanks ,kindly show us the popularity threshold that you concluded to be fifty
@nandalala79154 жыл бұрын
Why can't we use mahanobolis distance instead of euclidean and Manhattan distance. Mahanobolis is a great Indian scientist
@questforprogramming4 жыл бұрын
It is not about Indian or foreign person or metric, it is about the performance of the model you build. Metrics are choosen based on cross validation
@elmerjr.gapuzan96532 жыл бұрын
is it possible to include an evaluation metrics?
@srishtijaiswal70792 жыл бұрын
Can you reply today, I want to know is it item- item colloberative filtering ?
@somalasrestha12833 жыл бұрын
sir how to fix "ValueError: Unstacked DataFrame is too big, causing int32 overflow"
@subhadipghosh81943 жыл бұрын
Hii @Somala Srestha You can convert the dtype of int32 to uint8, and then try executing that cell
@somalasrestha12833 жыл бұрын
@@subhadipghosh8194 thank you !
@SanjeevKumar-if3hk4 жыл бұрын
How would i get the recommend for a particular movie #krish_naik
@beizhou24885 жыл бұрын
Thank you for providing us these informative and valuable courses for us. I have a question regarding this tutorial. The movie features you were using are actually the ratings given by the users, which should not be considered as the features from my perspective. The movie features should be the attributes of movies, I think. Could you please interpreting this for me to clarify my question? Thank you very much.
@joeljoseph26 Жыл бұрын
If its content based filtering then yes, we only use movie features but mostly we use the hybrid model. i.e. (user ratings [collaborative] + movie features [content-based])
@selvaganapathy2654 жыл бұрын
rating_popular_movie= rating_with_totalRatingCount.query('totalRatingCount >= @popularity_threshold') Why '@' is used here?
@bandermaster812 жыл бұрын
a variable outside the df
@srishtijaiswal70792 жыл бұрын
Can you reply today, I want to know is it item- item colloberative filtering ?
@DooDooDarling Жыл бұрын
I'm getting an error at this line. 'ValueError: Expression (totalRatingCount) >= (__pd_eval_local_popularity_threshold) has forbidden control characters. '. Does anyone have a solution? I have not been able to get one online.
@louerleseigneur45323 жыл бұрын
Thanks Krish
@RajasthaniLadka5 жыл бұрын
whats the motive of csr_matrix(movie_features_df.values)??
@shubhambaghel2195 жыл бұрын
A matrix is sparse if many of its coefficients are zero. The interest in sparsity arises because its exploitation can lead to enormous computational savings and because many large matrix problems that occur in practice are sparse.
@ashishshrestha22753 жыл бұрын
is this user-user or item-based recommendation?
@nuthalapatirohit71113 жыл бұрын
its check similarity between two movies, so its an item based recommendation.
@ilyesbejia65662 жыл бұрын
is it javascriipt ?
@ayushichoudhary69893 жыл бұрын
How to dump this values in pickle file please can anyone help it?
@nuthalapatirohit71113 жыл бұрын
training model part convert into pickle file. and import the file where ever you want so that no need to execute whole part
@rohitsharma-kr9gk5 жыл бұрын
Sir can you make series video on fitness based recommendation system. and can you tell me how to collect data set of different people and recommend them food and exercise according to that data set. plz reply sir....
@_ekcup_chai4 жыл бұрын
What is the data type for title?
@shindepratibha314 жыл бұрын
string: str
@hamzanaeem48383 жыл бұрын
I like the whole series of yours , but this is not good , BAD !!!
@ajaysaikiranpenumareddy98093 жыл бұрын
how to get recommendations for a particular movie title, instead of a random pick?