Text Classification Using BERT,Easiest way Guaranteed! NLP | Deep Learning

preview_player
Показать описание
Video explains about the implementation of BERT by taking example of Sentiment Analysis using SIMPLE TRANSFORMER Library. This is the one of the easiest way you can use to implement BERT. Following links are provided for the reference:

✅Recommended Gaming Laptops For Machine Learning and Deep Learning :

✅ Best Work From Home utilities to Purchase for Data Scientist :

✅ Recommended Books to Read on Machine Learning And Deep Learning:

Follow me on:
Рекомендации по теме
Комментарии
Автор

Hi thank you for the video, I currently following your steps at training the model and I can see yours running quickly however mine taking ages to complete 1%. Is there any reason behind this? or u can suggest something?

dovsfbi
Автор

Great work karndeep. i saw both your videos in krish's channel, and you are such an inspiration.. i really learnt a lot from you

shaikbalajibabu
Автор

Hi
when i try to run preds, model_ouputs = model.predict(x_test.values)
I am getting the following error can you please help on this .
ValueError: text input must of type `str` (single example), `List[str]` (batch or single pretokenized example) or `List[List[str]]` (batch of pretokenized examples).

santhoshmurthy
Автор

May I know why you didn't tokenize and embed the text data before training the model??

samuelpaul
Автор

Is it possible to fine tune data in this simple transformer library ??

dv