NLP & Explainable AI (XAI) — Quick Reference Notes
Posted: | Categories: tech | Tags: GenAI, LLMs
AI generated - These are quick reference notes meant to help reconstruct the concepts later rather than serve as a deep dive. NLP Techniques — Quick Reference Technique Concept One-liner Bag of Words (BoW) Sparse text representation Represents text using word occurrence/counts while largely ignoring word order and context. Naive Bayes Probabilistic classifier Uses Bayes’ theorem with a strong feature-independence assumption; historically common for text classification. VADER Lexicon-based sentiment analysis Uses a predefined sentiment lexicon and rules to estimate positive, negative, neutral, and compound sentiment. Read more...