word_embedding.ipynb (python keras)
spam_classification_word_embedding.ipynb
tensorflow doc , spam_classification_word_embedding.ipynb
transformer_classification_hugging_face.ipynb
- what is it ? It allows models to focus on the most relevant parts of an input sequence when making predictions. Important article -> Neural Machine Translation by Jointly Learning to Align and Translate
- 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
i=Important article about multilingual language model for sentiment analysis