Skip to content

sarasafaee/nlp_basics

Repository files navigation

Stemming, lemmatization and tokenization:

nlp_basic.ipynb

Word embedding :

word_embedding.ipynb (python keras)

Text spam classification using TFIDF :

spam_classification.ipynb

Text spam classification using word embedding and LSTM :

spam_classification_word_embedding.ipynb

Saving and loading Keras models :

tensorflow doc , spam_classification_word_embedding.ipynb

Transformer sentiment analysis Hugging face :

transformer_classification_hugging_face.ipynb

Attention mechanism :

Transformers :

  • what are they ? Transformers are a deep learning architecture in NLP that uses the attention mechanism to analyze relationships between words in a sentence, enabling them to excel at various tasks. Important article -> Attention Is All You Need

Sentiment analysis :

i=Important article about multilingual language model for sentiment analysis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors