Hands On Large Language Model

A

aditya gupta

Guest
  1. What is Language AI?
  2. What is a Large Language Model?
  3. What are common applications of LLMs?
  4. How can we use them ourselves?

🧠What is Language AI?

Artificial Intelligence (AI) is a computer system designed to perform tasks that usually require human intelligence.

Examples include:

  1. 🎀 Speech recognition (e.g., Siri, Alexa)
  2. 🌍 Language translation (e.g., Google Translate)
  3. πŸ‘€ Visual perception (e.g., object detection in images)

πŸ‘‰ Single Sentence: Intelligent Machine == AI == Intelligent Computer Program

Language AI = Natural Language Processing (NLP)

Example of Language AI


Ref: Oreilly

Language is a tricky concept for computers. Text is unstructured data and loses meaning when represented in 0s and 1s.

Language as Pack of Words

The first step in processing text is to split a sentence into words or subwords (tokenization).

Some common tokenization methods:

  • Splitting on whitespace
  • Creating individual words

Credit: Oreilly

However, these methods have disadvantages. For example, some languages don’t use whitespace, making simple tokenization difficult. i.e Mandarin

Will update soon....

Continue reading...
 


Join 𝕋𝕄𝕋 on Telegram
Channel PREVIEW:
Back
Top