venkatesan.. I will be uploading it in my repo in few weeks from now once I complete all of my TF related videos. My other videos code are here - github.com/srivatsan88/RUclipsLI
Sirji,can we apply preprocessing, tokenization,stemmization,stop words removal to the sentence manually give input to this pretrained model or we need to use any other pretrained model for my case?
Bibhu.. On transfer learning I have not tried it but I am sure it must be possible by passing an custom tokenizer and embedding as well. Let me try it later over the weekend and update
Sir, is it ok if we pass our data as it is ? I am just wondering should I preprocess my data and then pass it for the pretrained model. Kindly let me know if this is right?
In this case you can pass as it is as the pretrained model accepts sentence. But you might want to tokenize it in some cases or in some simple models remove stop words and all
Thanks for your knowledge sharing and innovative content as usual. Can you share this collab notebook for study purpose
venkatesan.. I will be uploading it in my repo in few weeks from now once I complete all of my TF related videos. My other videos code are here - github.com/srivatsan88/RUclipsLI
@@AIEngineeringLife Thanks
@@AIEngineeringLife Thanks for your kind response and knowledge sharing
@@AIEngineeringLife Thanks for your kind response and knowledge sharing
Sirji,can we apply preprocessing, tokenization,stemmization,stop words removal to the sentence manually give input to this pretrained model or we need to use any other pretrained model for my case?
Bibhu.. On transfer learning I have not tried it but I am sure it must be possible by passing an custom tokenizer and embedding as well. Let me try it later over the weekend and update
@@AIEngineeringLife sure thnks,will be waiting for your reply
@@AIEngineeringLife sure thnks,will be waiting for your reply
@@AIEngineeringLife sure thnks,will be waiting for your reply
Why you don't use keras rather than tf ?
Vinay.. I am still using tf.keras to add on to existing model.. You mean why not use pure keras?
I feel either was it must work
@@AIEngineeringLife I mean , pure keras as api for everything ! It might easier to grasph rather than core tf.
Sir, is it ok if we pass our data as it is ? I am just wondering should I preprocess my data and then pass it for the pretrained model. Kindly let me know if this is right?
In this case you can pass as it is as the pretrained model accepts sentence. But you might want to tokenize it in some cases or in some simple models remove stop words and all
How to make your dataset gold standard?
can i get notebook link?
Must be in this repo - github.com/srivatsan88/Natural-Language-Processing or in my RUclipsLI repo
Please share the code