The best video bcz it was time saving and especially it was for node js, please make a video for continuing this with a data like I don't know how to do these things but you guide well thanks again and please accept the request
Nice video here is one of my doubts that how manager.process knows what model am I using or it is always going to pick model.nlp file under the hood. Secondly whether I will get another file if I want to train it with like what is your name , who are you or it will be in the same file
Hey sam First of all this is amazing tutorial... But i need to learn more like If I pass "hello sam" then it give "Hey sam" or say "hello ray" then it will give "hey ray" and soo on So how to train nlp Can you send some idea or share some tutorial link
I want to create an ai chatbot which is trained by my database and gives personalised answers according to my profile data. Can you guide me which might be the best approach to solve this problem?
do you know if there's a way to train the model with data from epub or txt documents so that we can fine tune the chatbot output after the training is done ?
@@codingwithsam yes, I want to train it with random intents and data from an ebook so that I just have to adjust the the output that I want instead of writing everything myself.
@@codingwithsam to clarify my answer, I am looking for a code that will covert the epub file into text and then split everything in paragraphs with intent and put it in the model file.
I have large database which I trained using node nlp. But its not identifying the sub string in it. Like I have added this as a document "hockey family types summer winter team sports originated outdoor field sheet ice dry floor gymnasium sports vary specific rules numbers players apparel playing surface share broad characteristics opposing teams stick propel bal" and when I try to find "winter team" its giving intent as None. So does this package dont work correctly when we train with thousand of data to search?
It could be that “winter team” is too short of a string to decisively match with the document which has so many words. Rather you should maybe make phrases out of that one document and put them as multiple documents for the same intent, and that can produce better results
Hi sir, good afternoon, it was a syntax error. Thank you for your reply. If you provide AI MODEL private classes please help me. I am interested in getting them. Because I need them. Thank you Regards Binny Karnatak
@@codingwithsam thanks for the offer I already fixed it, I was thinking yesterday that you build model.nlp but when i explored it by myself it auto generated , btw thanks for using this library, I implemented now my static chatbot what I need is to connect the logic to database
this is very informative and helpful thanks ! i was using nlp library the other day but got 6 severe vulnerabilities when installing the package , how do you deal with that ?
bro, you nailed it. thanks for explaination
Hey man you are a truely understands all of us with your communications. keep rock!!!
You rock! Thanks for giving feedback!
Excellent Video. Quick and Easy to Understand. Great job.
Thanks! Very useful video
Superb
Thank you😊
Great knowledge... 😊
The best video bcz it was time saving and especially it was for node js, please make a video for continuing this with a data like I don't know how to do these things but you guide well thanks again and please accept the request
really helpful
Thank you very much!
Hello. Amazing video!
Do you know how to save context of the conversation?
From now thank you very much!
You mean saving the conversation between the Bot and the user?
THANK YOU VERY MUCH!!
Nice video here is one of my doubts that how manager.process knows what model am I using or it is always going to pick model.nlp file under the hood. Secondly whether I will get another file if I want to train it with like what is your name , who are you or it will be in the same file
Hey sam
First of all this is amazing tutorial...
But i need to learn more like
If I pass "hello sam" then it give
"Hey sam" or say "hello ray" then it will give "hey ray" and soo on
So how to train nlp
Can you send some idea or share some tutorial link
Is there a largely made model for npl? Thanks for this tuturial 🥰
Am not aware of any pre built models for node nlp specifically, but you can check out HuggingFace, it has a lot of large models
I want to make a chat bot so that i want all queries and answers, how to do is there any library for it
You essentially want to be able to view all queries and answers?
Do we need to train model each time, or we can use some trained model ?
I want to create an ai chatbot which is trained by my database and gives personalised answers according to my profile data. Can you guide me which might be the best approach to solve this problem?
mem read and mem write with funcs
Any luck
do you know if there's a way to train the model with data from epub or txt documents so that we can fine tune the chatbot output after the training is done ?
Do you mean in the sense that you just feed some paragraphs in for training?
@@codingwithsam yes, I want to train it with random intents and data from an ebook so that I just have to adjust the the output that I want instead of writing everything myself.
@@codingwithsam to clarify my answer, I am looking for a code that will covert the epub file into text and then split everything in paragraphs with intent and put it in the model file.
I have large database which I trained using node nlp. But its not identifying the sub string in it. Like I have added this as a document "hockey family types summer winter team sports originated outdoor field sheet ice dry floor gymnasium sports vary specific rules numbers players apparel playing surface share broad characteristics opposing teams stick propel bal"
and when I try to find "winter team" its giving intent as None.
So does this package dont work correctly when we train with thousand of data to search?
It could be that “winter team” is too short of a string to decisively match with the document which has so many words.
Rather you should maybe make phrases out of that one document and put them as multiple documents for the same intent, and that can produce better results
i am facing an error during the data training process. please assist me in resolving it. thank you
Hi! I would be happy to help, what error are you experiencing
Hi sir, good afternoon, it was a syntax error. Thank you for your reply. If you provide AI MODEL private classes please help me. I am interested in getting them. Because I need them.
Thank you
Regards
Binny Karnatak
how to handle dynamic data of model.nlp?
Am not exactly sure what you mean, but if you explain more maybe I can help.
@@codingwithsam thanks for the offer I already fixed it, I was thinking yesterday that you build model.nlp but when i explored it by myself it auto generated , btw thanks for using this library, I implemented now my static chatbot what I need is to connect the logic to database
this is very informative and helpful thanks !
i was using nlp library the other day but got 6 severe vulnerabilities when installing the package , how do you deal with that ?
Usually I use “npm audit fix”, hopefully that works for you too
@@codingwithsam i tried it , while it did lower the number of vulnerabilities but didn't get rid of them in the end .
Thanks for the reply tho !
👍