Amazing video sir. You are helping alot of students and aspiring early professional data scientists like us. Please keep up the good work and keep posting content. Just a small suggestion, can you solve live problems on kaggle? We would like to learn the thought process while solving. If so it would be very helpful
cant we train neural network for distinguishing between similar items, we could create a random dataset for model to learn non similarities or we use conditional modelling
Hi Sir, intresting problem statement and excellent code walk-through. Sir, Could you please share your suggestion on using Zero shot learning or contrastive learning for similarity detection module. Your suggestion and inputs will be very helpful for us Sir
Can we use it in some kind of recommendation system's ?
This was just a multimodal similarity match for search
Amazing video sir. You are helping alot of students and aspiring early professional data scientists like us. Please keep up the good work and keep posting content. Just a small suggestion, can you solve live problems on kaggle? We would like to learn the thought process while solving. If so it would be very helpful
Thank you. Kaggle is tough and needs a lot of time. So I try to look at Kaggle for datasets and ideas. Then try out something offline
Sir how can one contact you?
Connect with me on linkedin
@@RitheshSreenivasan sure sir
cant we train neural network for distinguishing between similar items, we could create a random dataset for model to learn non similarities or we use conditional modelling
You can train neural networks called Siamese network to distinguish similar items
Thanks for the informative video, sir. I believe we can use gensim cosine similarity functions here? if I am wrong kindly correct me
Yes can be used
amazing video really like your content
Thank You!
Nice project sir .
Can we use cosine similarity for our task , I mean it can also find the top 5 nearest neighbour from the training data?
I have used cosine similarity only. That’s why I have to normalise the embedding vector
thanks for such video its pretty informative however i am not able to open your git can you help in that
thanks
GitHub should be accessible to anyone
@@RitheshSreenivasan I know sir can you check that I am talking about that particular file (multi modal one)
I am able to view the repository without logging in to GitHub so not sure what’s the issue
Hi Sir, intresting problem statement and excellent code walk-through. Sir, Could you please share your suggestion on using Zero shot learning or contrastive learning for similarity detection module. Your suggestion and inputs will be very helpful for us Sir
Contrastive learning can be used for similarity detection.
@@RitheshSreenivasan thank you sir