It is not G love model : it is Glove (glo ve) model ( related to GLObal VEctor)
@shrutiiyyer27832 жыл бұрын
Please keep going in the NLP section! your videos are great!
@NormalizedNerd2 жыл бұрын
Thanks! Will do!
@ecofriend36011 ай бұрын
Very nicely explained👌
@RS-vu5um2 жыл бұрын
Can you please do a video on BERT using Keras for Sentiment Analysis?
@codepathsala3 жыл бұрын
Explained very nicely. Please tell how can we make the pipeline for prediction. Do we need yo apply pretrained word2vec in this case as well ?
@dianafebrihatin75184 жыл бұрын
Hi, I'm so new to this topic and programming itself. On 14:43 by the compilation you used 'adam' as optimiser. What does this adma optimiser do? I have zero clues on it and apparently you didn't explain :(
@NormalizedNerd4 жыл бұрын
Basically, an optimizer is an algorithm that solves the optimization problem (minimizing the loss/cost function). I guess you are familiar with Gradient Descent, the most common optimization algorithm. Adam is just an advanced algorithm to solve the optimization problem.
@dianafebrihatin75184 жыл бұрын
@@NormalizedNerd thank you!!! I didn't expect you'd answer to my question so quickly. Another question would be, would you consider to also explain about any of LSA, FastText, ELMo, and Bert in the near future?
@NormalizedNerd4 жыл бұрын
Yeah some of them are in my bucket list!
@Gogeta09913 жыл бұрын
Thanks for the video! I am trying to take word vectors from Spacy and update them by training on new data from a specific domain. My goal is to change the vectors affiliated with the new domain and to not change the other vectors much. Is it possible with this approach? Thanks!
@mdsharifuddinkhan70643 жыл бұрын
Is it under the transfer learning, machine learning or deep learning?
@NormalizedNerd3 жыл бұрын
Both GloVe and Word2Vec are trained using neural networks hence they come under deep learning. Here, we are using the pre-trained versions of the models hence transfer learning.
@abxy21974 жыл бұрын
Can I use CNN and logistic regression? If yes, please let me know how!
@NormalizedNerd4 жыл бұрын
Yes. We can apply CNN on text data. Maybe I'll make a video about it in future.
@rohitjain93314 жыл бұрын
The video was awesome!!! But I have one doubt, why we initialized embedding matrix dimension with 'len(word_index)+1' instead of just 'len(word_index)' ??
@NormalizedNerd4 жыл бұрын
Great point. The extra one row is for the words that are not present in the vocabulary. This row will contain only 0's.
@adityadarak19354 жыл бұрын
i am getting error 'word_index' not defined. can you explain
@mahery_ranaivoson4 жыл бұрын
Awesome content bro. Keep it up 👆
@NormalizedNerd4 жыл бұрын
Thank you bro
@md.tarekhasan22063 жыл бұрын
Can't download pre-trained word vectors. :(
@NormalizedNerd3 жыл бұрын
Try these links: nlp.stanford.edu/projects/glove/ github.com/mmihaltz/word2vec-GoogleNews-vectors Also I believe using gensim api you can download these very easily.
@abxy21974 жыл бұрын
My model is not giving accuracy above 40%. What should I do? Can you tell me how to predict from the model?
@NormalizedNerd4 жыл бұрын
You can watch this video(towards the end) to know how to predict a single(new) example. kzbin.info/www/bejne/pn7NhWt9fr1jmdE Btw what model and dataset are you using? Accuracy shouldn't be that low.
@abxy21974 жыл бұрын
@@NormalizedNerd I tried LSTM, CNN, and also LSTM+CNN on dataset "text_emotion.csv" from data world data.world/crowdflower/sentiment-analysis-in-text But my model won't give accuracy above 40 :( Pls help
@preetamsoni51412 жыл бұрын
g-love
@NormalizedNerd2 жыл бұрын
haha...I should have pronounced it like Glo-ve but I like G-love more XD