alright so learned the most used and imp terms in ai space (from @gkcs_)
threadreaderapp.com·4h
Flag this post

alright so learned the most used and imp terms in ai space (from @gkcs_) some of the most heard and common ones are:

  • llm: predicts next token from input (yes divides our input into tokens)

  • quantization: playing with neural network weights basically **

  • transformers: also indicates next output token from input but consider it as a core part of llm, it has attention block linked with ffnn and has multiple blocks of these (ex: consider it as a engine for a car)

  • fine tuning: teaching our llm specific to our use cases **

  • vector db: basically grouping the words who has similar meaning in a n-dimensional space (ex: group of all fruit names, group of company names, etc)

  • rag: retrieval augmented generation, providing the specific docs/context to llm specific to the user query …

Similar Posts

Loading similar posts...