โชผ Made with ๐ by Polyglot.
- Book Drop: ๐๐ ๐๐ด๐ฒ๐ป๐๐ ๐๐ป ๐๐ฐ๐๐ถ๐ผ๐ป (LinkedIn)
- ๐๐ผ๐ผ๐ธ ๐๐ฟ๐ผ๐ฝ: ๐๐ฒ๐ป๐ฒ๐ฟ๐ฎ๐๐ถ๐๐ฒ ๐๐ ๐๐ถ๐๐ต ๐๐ฎ๐ป๐ด๐๐ต๐ฎ๐ถ๐ป (LinkedIn)
- AI: The broad field of building machines that can simulate human intelligence.
- ML: Subfield of AI focused on data-driven algorithms that learn patterns.
- DL: is a subset of ML (focused on neural networks, especially deep ones).
- NLP: is an application domain of ML/DL โ not a subset in a strict "category" sense, but itโs built on ML/DL methods.
- LLMs: A type of NLP model that uses deep learning to generate human-like text (e.g. GPT, Claude).
- RAG: A technique used with LLMs that combines retrieval (like search engines or vector databases) with generation to improve accuracy and relevance.