NLP DUMPS
BERT TRANSFORMERS:
Intuition:
Implementation:
https://skimai.com/fine-tuning-bert-for-sentiment-analysis/
https://mccormickml.com/2021/06/29/combining-categorical-numerical-features-with-bert/
https://www.youtube.com/watch?v=GSt00_-0ncQ&ab_channel=PythonEngineer
ULMFIT :
Intuition:
https://blog.datascienceheroes.com/spam-detection-using-fastai-ulmfit-part-1-language-model/
https://towardsdatascience.com/understanding-language-modelling-nlp-part-1-ulmfit-b557a63a672b
https://medium.com/@j.13mehul/simplified-details-of-ulmfit-452c49294fb8
Implementation:
https://colab.research.google.com/drive/1fuJg9TyfsgLCzlWQ4_Etu3LJzC9Xrl8B
LR SCHEDULES:
https://www.youtube.com/watch?v=81NJgoR5RfY&t=18s&ab_channel=PythonEngineer
FAISS:
Intuition:
https://towardsdatascience.com/understanding-faiss-619bb6db2d1a
https://medium.com/dotstar/understanding-faiss-part-2-79d90b1e5388
K means vs Faiss:
https://towardsdatascience.com/20x-times-faster-k-means-clustering-with-faiss-5e1681fa2654
ANN:
N-GRAMS:
https://www.youtube.com/watch?v=Z-v8dKvZW0k&ab_channel=MinsukHeo%ED%97%88%EB%AF%BC%EC%84%9D
FLASK:
https://youtu.be/hAEJajltHxc
Comments
Post a Comment