SlideShare a Scribd company logo
1 of 15
Download to read offline
Building LLM
Applications
A 50-hour roadmap
A comprehensive roadmap to building large language model
applications in ~50 hours
Types of generative AI models
Text-based models
Image-based models
Foundation models & LLMs
Encoder decoder
Attention mechanism
Transformers model and BERT model
Intro to Image Generation
Image captioning models
Diffusion models
Generative AI applications
ChatGPT & Bard
DALL-E & Midjourney
Quick overview of generative AI, LLMs, and foundation models. Learn more about how
transformers and attention mechanism works behind the text and image-based models:
Introduction to Generative AI
Roadmap to become an LLM applications developer
Data Science for Everyone
https://datasciencedojo.com
Large language models and foundation models
Vector databases, embeddings, and LLM cache
Prompts and prompt engineering
Context window and token limits
Embeddings and vector databases
Build custom LLM applications by:
Training a new model from scratch
Fine-tuning foundation LLMs
In-context learning
Canonical architecture for an end-to-end LLM application
Understand the common use cases of large language models and the fundamental building
blocks of such applications. Learners will be introduced to the following topics at a very high
level without going into the technical details:
Emerging Architectures
Roadmap to become an LLM applications developer
Data Science for Everyone
https://datasciencedojo.com
Review of classical techniques
Review of binary/one-hot, count-based, and TF-IDF techniques for vectorization
Capturing local context with n-grams and challenges
Semantic encoding techniques
Overview of Word2Vec and dense word embeddings
Application of Word2Vec in text analytics and NLP tasks
Hands-on exercise
Creating a TF-IDF and semantic embeddings on a document corpus
In this module, we will be reviewing how embeddings have evolved from the simplest one-hot
encoding approach to more recent semantic embedding approaches. The module will go over the
following topics:
Embeddings
Roadmap to become an LLM applications developer
Data Science for Everyone
https://datasciencedojo.com
Text embeddings
Word and sentence embeddings
Multilingual sentence embeddings
Text similarity measures
Dot product, cosine similarity, inner product
Hands-on exercise
Calculating similarity between sentences using cosine similarity and dot product
Attention mechanism and transformer models
Neural machine translation (NMT) and sequence-to-sequence models
Attention mechanism components
Self-attention and multi-head attention
Transformer networks: Tokenization, embedding, positional encoding, and transformers block
Hands-on exercise
Understanding attention mechanisms: Self-attention for contextual word analysis
Dive into the world of large language models, discovering the potent mix of text embeddings, attention mechanisms, and the
game-changing transformer model architecture. This module consists of:
Roadmap to become an LLM applications developer
Attention Mechanism and Transformers
Data Science for Everyone
https://datasciencedojo.com
Overview
The rationale for vector databases
Importance of vector databases in LLMs
Popular vector databases
Indexing techniques
Product quantization (PQ), Locality sensitive hashing (LSH), and Hierarchical
navigable small world (HNSW)
Retrieval techniques
Cosine similarity
Nearest neighbor search
Hands-on exercise
Creating a vector store using HNSW
Creating, storing, and retrieving embeddings using cosine similarity and nearest
neighbors
Learn about efficient vector storage and retrieval with vector databases, indexing techniques,
retrieval methods, and hands-on exercises:
Vector Databases
Roadmap to become an LLM applications developer
Data Science for Everyone
https://datasciencedojo.com
Understanding and implementing semantic search
Introduction and importance of semantic search
Distinguishing semantic search from the lexical search
Semantic search using text embeddings
Exploring advanced concepts and techniques in semantic search
Multilingual search
Limitations of embeddings and similarity in semantic search
Improving semantic search beyond embeddings and similarity
Hands-on exercise
Building a simple semantic search engine with multilingual capability
Understand how semantic search overcomes the fundamental limitation in lexical search i.e. lack
of semantics. Learn how to use embeddings and similarity in order to build a semantic search
model:
Semantic Search
Data Science for Everyone
https://datasciencedojo.com
Roadmap to become an LLM applications developer
Prompt design and engineering
Prompting by instruction
Prompting by example
Controlling the model output
When to stop
Being creative vs. predictable
Saving and sharing your prompts
Use case Ideation
Utilizing goal, task, and domain for perfect prompt
Example use cases
Summarizing (summarizing a technical report)
Inferring (sentiment classification, topic extraction)
Transforming text (translation, spelling, and grammar correction)
Expanding (automatically writing emails)
Unleash your creativity and efficiency with prompt engineering. Seamlessly prompt models, control
outputs, and generate captivating content across various domains and tasks. This module includes:
Prompt Engineering
Roadmap to become an LLM applications developer
Data Science for Everyone
https://datasciencedojo.com
Fine-tuning foundation LLMs
Rationale for fine-tuning
Limitations of fine-tuning
Parameter efficient fine-tuning
Hands-on exercise
Fine-tuning and deploying the OpenAI GPT model on Azure
Discover the ins and outs of fine-tuning foundation language models (LLMs) through theory
discussions, exploring rationale, limitations, and parameter efficient fine-tuning (PEFT):
Fine-Tuning Foundation Models
Roadmap to become an LLM applications developer
Data Science for Everyone
https://datasciencedojo.com
Why are Orchestration Frameworks (OF) needed?
Eliminate the need for foundation model retraining
Overcoming token limits
Connecters for data sources
Explore the necessity of orchestration frameworks, tackling issues like foundation model retraining,
token limits, data source connectivity, and boilerplate code. Discover popular frameworks, their
creators, and open-source availability:
Orchestration Frameworks
Roadmap to become an LLM applications developer
Data Science for Everyone
https://datasciencedojo.com
Introduction toLangChain
Schema, models, and prompts
Memory and chains
Loading, transforming, indexing, and retrieving data
Document loader
Text splitters
Retrievers
LangChain use cases
Summarization: Summarizing long documents
QnA using documents as context
Extraction: Getting structured data from unstructured text
Evaluation: Evaluating outputs generated from LLM models
Querying tabular data without using any extra code
Hands-on exercise
Using LangChain loader, splitter, and retrievals on a pdf document
Build LLM apps using LangChain. Learn about LangChain's key components such as models,
prompts, parsers, memory, chains, and QnA. Get hands-on evaluation experience:
LangChain
Roadmap to become an LLM applications developer
Data Science for Everyone
https://datasciencedojo.com
Agents and tools
Agent types
Conversational agents
OpenAI functions agents
ReAct agents
Plan and execute agents
Hands-on exercise: Create and execute some of the following agents
Excel agent
JSON agent
Python Pandas agent
Document comparison agent
Power BI agent
Use LLMs to make decisions about what to do next. Enable these decisions with tools. Weโ€™ll learn
what they are, how they work, and how to use them within the LangChain library to superpower our
LLMs. In this module, weโ€™ll talk about:
Autonomous Agents
Roadmap to become an LLM applications developer
Data Science for Everyone
https://datasciencedojo.com
Ethics, bias, fairness
Sources of bias in acquisition/annotation of training data, model building
Precautions against safeguarding the model from bias
Review some of the regulations/legislation
Principles of responsible AI
Fairness and eliminating bias
Reliability and safety
Privacy and data protection
Transparency and explainability
Accountability and governance
Inclusivity and accessibility
Review some of the tools available to assess the following in a large language model
application
Correctness and security
Bias, fairness, and explainability of the model
Bias can creep in at any stage of the lifecycle of a model. While large language models offer
tremendous business value, humans are involved in all stages of the lifecycle of an LLM from
acquisition of data to interpretation of insights. In this module, we will learn about the following:
Bias, Fairness and Explainablity
Roadmap to become an LLM applications developer
Data Science for Everyone
https://datasciencedojo.com
Virtual assistant: A dynamic customer service agent designed for the car manufacturing industry.
Content generation (Marketing co-pilot): Enhancing your marketing strategies with an intelligent
co-pilot.
Conversational agent (Legal and compliance assistant): Assisting with legal and compliance
matters through interactive conversations.
QnA (IRS tax bot): An intelligent bot designed to answer your questions about IRS tax-related
topics.
Content personalizer: Tailoring content specifically to your preferences and needs.
YouTube virtual assistant: Engage in interactive conversations with your favorite YouTube
channels and playlists.
Recommended Projects
Roadmap to become an LLM applications developer
Data Science for Everyone
https://datasciencedojo.com
Learn to Build
LLM Applications
New York
December 4-8, 2023
Roadmap to become an LLM applications developer
Data Science for Everyone
https://datasciencedojo.com
Join this 5-day | 40-hour bootcamp to get started with building
large language model applications on your enterprise data
Seattle
September 18-22, 2023
Washington, D.C.
October 16-20, 2023
Austin
November 6-10, 2023
Singapore
January, 2024

More Related Content

What's hot

ChatGPT, Foundation Models and Web3.pptx
ChatGPT, Foundation Models and Web3.pptxChatGPT, Foundation Models and Web3.pptx
ChatGPT, Foundation Models and Web3.pptxJesus Rodriguez
ย 
Leveraging Generative AI & Best practices
Leveraging Generative AI & Best practicesLeveraging Generative AI & Best practices
Leveraging Generative AI & Best practicesDianaGray10
ย 
And then there were ... Large Language Models
And then there were ... Large Language ModelsAnd then there were ... Large Language Models
And then there were ... Large Language ModelsLeon Dohmen
ย 
The Rise of the LLMsโ€Š-โ€ŠHow I Learned to Stop Worrying & Love theย GPT!
The Rise of the LLMsโ€Š-โ€ŠHow I Learned to Stop Worrying & Love theย GPT!The Rise of the LLMsโ€Š-โ€ŠHow I Learned to Stop Worrying & Love theย GPT!
The Rise of the LLMsโ€Š-โ€ŠHow I Learned to Stop Worrying & Love theย GPT!taozen
ย 
Unlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdfUnlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdfPremNaraindas1
ย 
Customizing LLMs
Customizing LLMsCustomizing LLMs
Customizing LLMsJim Steele
ย 
Exploring Opportunities in the Generative AI Value Chain.pdf
Exploring Opportunities in the Generative AI Value Chain.pdfExploring Opportunities in the Generative AI Value Chain.pdf
Exploring Opportunities in the Generative AI Value Chain.pdfDung Hoang
ย 
LanGCHAIN Framework
LanGCHAIN FrameworkLanGCHAIN Framework
LanGCHAIN FrameworkKeymate.AI
ย 
Generative Models and ChatGPT
Generative Models and ChatGPTGenerative Models and ChatGPT
Generative Models and ChatGPTLoic Merckel
ย 
Responsible Generative AI
Responsible Generative AIResponsible Generative AI
Responsible Generative AICMassociates
ย 
Generative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxGenerative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxColleen Farrelly
ย 
The Future of AI is Generative not Discriminative 5/26/2021
The Future of AI is Generative not Discriminative 5/26/2021The Future of AI is Generative not Discriminative 5/26/2021
The Future of AI is Generative not Discriminative 5/26/2021Steve Omohundro
ย 
Retrieval Augmented Generation in Practice: Scalable GenAI platforms with k8s...
Retrieval Augmented Generation in Practice: Scalable GenAI platforms with k8s...Retrieval Augmented Generation in Practice: Scalable GenAI platforms with k8s...
Retrieval Augmented Generation in Practice: Scalable GenAI platforms with k8s...Mihai Criveti
ย 
Generative AI: Past, Present, and Future โ€“ A Practitioner's Perspective
Generative AI: Past, Present, and Future โ€“ A Practitioner's PerspectiveGenerative AI: Past, Present, and Future โ€“ A Practitioner's Perspective
Generative AI: Past, Present, and Future โ€“ A Practitioner's PerspectiveHuahai Yang
ย 
๐†๐ž๐ง๐ž๐ซ๐š๐ญ๐ข๐ฏ๐ž ๐€๐ˆ: ๐‚๐ก๐š๐ง๐ ๐ข๐ง๐  ๐‡๐จ๐ฐ ๐๐ฎ๐ฌ๐ข๐ง๐ž๐ฌ๐ฌ ๐ˆ๐ง๐ง๐จ๐ฏ๐š๐ญ๐ž๐ฌ ๐š๐ง๐ ๐Ž๐ฉ๐ž๐ซ๐š๐ญ๐ž๐ฌ
๐†๐ž๐ง๐ž๐ซ๐š๐ญ๐ข๐ฏ๐ž ๐€๐ˆ: ๐‚๐ก๐š๐ง๐ ๐ข๐ง๐  ๐‡๐จ๐ฐ ๐๐ฎ๐ฌ๐ข๐ง๐ž๐ฌ๐ฌ ๐ˆ๐ง๐ง๐จ๐ฏ๐š๐ญ๐ž๐ฌ ๐š๐ง๐ ๐Ž๐ฉ๐ž๐ซ๐š๐ญ๐ž๐ฌ๐†๐ž๐ง๐ž๐ซ๐š๐ญ๐ข๐ฏ๐ž ๐€๐ˆ: ๐‚๐ก๐š๐ง๐ ๐ข๐ง๐  ๐‡๐จ๐ฐ ๐๐ฎ๐ฌ๐ข๐ง๐ž๐ฌ๐ฌ ๐ˆ๐ง๐ง๐จ๐ฏ๐š๐ญ๐ž๐ฌ ๐š๐ง๐ ๐Ž๐ฉ๐ž๐ซ๐š๐ญ๐ž๐ฌ
๐†๐ž๐ง๐ž๐ซ๐š๐ญ๐ข๐ฏ๐ž ๐€๐ˆ: ๐‚๐ก๐š๐ง๐ ๐ข๐ง๐  ๐‡๐จ๐ฐ ๐๐ฎ๐ฌ๐ข๐ง๐ž๐ฌ๐ฌ ๐ˆ๐ง๐ง๐จ๐ฏ๐š๐ญ๐ž๐ฌ ๐š๐ง๐ ๐Ž๐ฉ๐ž๐ซ๐š๐ญ๐ž๐ฌVINCI Digital - Industrial IoT (IIoT) Strategic Advisory
ย 
An Introduction to Generative AI - May 18, 2023
An Introduction  to Generative AI - May 18, 2023An Introduction  to Generative AI - May 18, 2023
An Introduction to Generative AI - May 18, 2023CoriFaklaris1
ย 
Journey of Generative AI
Journey of Generative AIJourney of Generative AI
Journey of Generative AIthomasjvarghese49
ย 
How do OpenAI GPT Models Work - Misconceptions and Tips for Developers
How do OpenAI GPT Models Work - Misconceptions and Tips for DevelopersHow do OpenAI GPT Models Work - Misconceptions and Tips for Developers
How do OpenAI GPT Models Work - Misconceptions and Tips for DevelopersIvo Andreev
ย 
Automate your Job and Business with ChatGPT #3 - Fundamentals of LLM/GPT
Automate your Job and Business with ChatGPT #3 - Fundamentals of LLM/GPTAutomate your Job and Business with ChatGPT #3 - Fundamentals of LLM/GPT
Automate your Job and Business with ChatGPT #3 - Fundamentals of LLM/GPTAnant Corporation
ย 

What's hot (20)

ChatGPT, Foundation Models and Web3.pptx
ChatGPT, Foundation Models and Web3.pptxChatGPT, Foundation Models and Web3.pptx
ChatGPT, Foundation Models and Web3.pptx
ย 
Leveraging Generative AI & Best practices
Leveraging Generative AI & Best practicesLeveraging Generative AI & Best practices
Leveraging Generative AI & Best practices
ย 
And then there were ... Large Language Models
And then there were ... Large Language ModelsAnd then there were ... Large Language Models
And then there were ... Large Language Models
ย 
The Rise of the LLMsโ€Š-โ€ŠHow I Learned to Stop Worrying & Love theย GPT!
The Rise of the LLMsโ€Š-โ€ŠHow I Learned to Stop Worrying & Love theย GPT!The Rise of the LLMsโ€Š-โ€ŠHow I Learned to Stop Worrying & Love theย GPT!
The Rise of the LLMsโ€Š-โ€ŠHow I Learned to Stop Worrying & Love theย GPT!
ย 
Unlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdfUnlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdf
ย 
Customizing LLMs
Customizing LLMsCustomizing LLMs
Customizing LLMs
ย 
Exploring Opportunities in the Generative AI Value Chain.pdf
Exploring Opportunities in the Generative AI Value Chain.pdfExploring Opportunities in the Generative AI Value Chain.pdf
Exploring Opportunities in the Generative AI Value Chain.pdf
ย 
LanGCHAIN Framework
LanGCHAIN FrameworkLanGCHAIN Framework
LanGCHAIN Framework
ย 
Generative Models and ChatGPT
Generative Models and ChatGPTGenerative Models and ChatGPT
Generative Models and ChatGPT
ย 
Responsible Generative AI
Responsible Generative AIResponsible Generative AI
Responsible Generative AI
ย 
Generative AI
Generative AIGenerative AI
Generative AI
ย 
Generative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxGenerative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptx
ย 
The Future of AI is Generative not Discriminative 5/26/2021
The Future of AI is Generative not Discriminative 5/26/2021The Future of AI is Generative not Discriminative 5/26/2021
The Future of AI is Generative not Discriminative 5/26/2021
ย 
Retrieval Augmented Generation in Practice: Scalable GenAI platforms with k8s...
Retrieval Augmented Generation in Practice: Scalable GenAI platforms with k8s...Retrieval Augmented Generation in Practice: Scalable GenAI platforms with k8s...
Retrieval Augmented Generation in Practice: Scalable GenAI platforms with k8s...
ย 
Generative AI: Past, Present, and Future โ€“ A Practitioner's Perspective
Generative AI: Past, Present, and Future โ€“ A Practitioner's PerspectiveGenerative AI: Past, Present, and Future โ€“ A Practitioner's Perspective
Generative AI: Past, Present, and Future โ€“ A Practitioner's Perspective
ย 
๐†๐ž๐ง๐ž๐ซ๐š๐ญ๐ข๐ฏ๐ž ๐€๐ˆ: ๐‚๐ก๐š๐ง๐ ๐ข๐ง๐  ๐‡๐จ๐ฐ ๐๐ฎ๐ฌ๐ข๐ง๐ž๐ฌ๐ฌ ๐ˆ๐ง๐ง๐จ๐ฏ๐š๐ญ๐ž๐ฌ ๐š๐ง๐ ๐Ž๐ฉ๐ž๐ซ๐š๐ญ๐ž๐ฌ
๐†๐ž๐ง๐ž๐ซ๐š๐ญ๐ข๐ฏ๐ž ๐€๐ˆ: ๐‚๐ก๐š๐ง๐ ๐ข๐ง๐  ๐‡๐จ๐ฐ ๐๐ฎ๐ฌ๐ข๐ง๐ž๐ฌ๐ฌ ๐ˆ๐ง๐ง๐จ๐ฏ๐š๐ญ๐ž๐ฌ ๐š๐ง๐ ๐Ž๐ฉ๐ž๐ซ๐š๐ญ๐ž๐ฌ๐†๐ž๐ง๐ž๐ซ๐š๐ญ๐ข๐ฏ๐ž ๐€๐ˆ: ๐‚๐ก๐š๐ง๐ ๐ข๐ง๐  ๐‡๐จ๐ฐ ๐๐ฎ๐ฌ๐ข๐ง๐ž๐ฌ๐ฌ ๐ˆ๐ง๐ง๐จ๐ฏ๐š๐ญ๐ž๐ฌ ๐š๐ง๐ ๐Ž๐ฉ๐ž๐ซ๐š๐ญ๐ž๐ฌ
๐†๐ž๐ง๐ž๐ซ๐š๐ญ๐ข๐ฏ๐ž ๐€๐ˆ: ๐‚๐ก๐š๐ง๐ ๐ข๐ง๐  ๐‡๐จ๐ฐ ๐๐ฎ๐ฌ๐ข๐ง๐ž๐ฌ๐ฌ ๐ˆ๐ง๐ง๐จ๐ฏ๐š๐ญ๐ž๐ฌ ๐š๐ง๐ ๐Ž๐ฉ๐ž๐ซ๐š๐ญ๐ž๐ฌ
ย 
An Introduction to Generative AI - May 18, 2023
An Introduction  to Generative AI - May 18, 2023An Introduction  to Generative AI - May 18, 2023
An Introduction to Generative AI - May 18, 2023
ย 
Journey of Generative AI
Journey of Generative AIJourney of Generative AI
Journey of Generative AI
ย 
How do OpenAI GPT Models Work - Misconceptions and Tips for Developers
How do OpenAI GPT Models Work - Misconceptions and Tips for DevelopersHow do OpenAI GPT Models Work - Misconceptions and Tips for Developers
How do OpenAI GPT Models Work - Misconceptions and Tips for Developers
ย 
Automate your Job and Business with ChatGPT #3 - Fundamentals of LLM/GPT
Automate your Job and Business with ChatGPT #3 - Fundamentals of LLM/GPTAutomate your Job and Business with ChatGPT #3 - Fundamentals of LLM/GPT
Automate your Job and Business with ChatGPT #3 - Fundamentals of LLM/GPT
ย 

Similar to Large Language Models Bootcamp

Build an LLM-powered application using LangChain.pdf
Build an LLM-powered application using LangChain.pdfBuild an LLM-powered application using LangChain.pdf
Build an LLM-powered application using LangChain.pdfStephenAmell4
ย 
Build an LLM-powered application using LangChain.pdf
Build an LLM-powered application using LangChain.pdfBuild an LLM-powered application using LangChain.pdf
Build an LLM-powered application using LangChain.pdfAnastasiaSteele10
ย 
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)siouxhotornot
ย 
ROS 2 AI Integration Working Group 1: ALMA, SustainML & ROS 2 use case
ROS 2 AI Integration Working Group 1: ALMA, SustainML & ROS 2 use case ROS 2 AI Integration Working Group 1: ALMA, SustainML & ROS 2 use case
ROS 2 AI Integration Working Group 1: ALMA, SustainML & ROS 2 use case eProsima
ย 
MOND Semantics Integration
MOND Semantics IntegrationMOND Semantics Integration
MOND Semantics IntegrationSales Emea
ย 
CASE tools and their effects on software quality
CASE tools and their effects on software qualityCASE tools and their effects on software quality
CASE tools and their effects on software qualityUtkarsh Agarwal
ย 
Newsletter Infographics (8).pdf
Newsletter Infographics (8).pdfNewsletter Infographics (8).pdf
Newsletter Infographics (8).pdfFiza987241
ย 
Final Jspring2009 Mda Slimmer Ontwikkelen Van Java Ee Applicaties
Final Jspring2009 Mda Slimmer Ontwikkelen Van Java Ee ApplicatiesFinal Jspring2009 Mda Slimmer Ontwikkelen Van Java Ee Applicaties
Final Jspring2009 Mda Slimmer Ontwikkelen Van Java Ee ApplicatiesMinistry of Foreign Affairs, Netherlands
ย 
Bootcamp_AIAppsUCSD.pptx
Bootcamp_AIAppsUCSD.pptxBootcamp_AIAppsUCSD.pptx
Bootcamp_AIAppsUCSD.pptxObject Automation
ย 
Bootcamp_AIApps.pdf
Bootcamp_AIApps.pdfBootcamp_AIApps.pdf
Bootcamp_AIApps.pdfObject Automation
ย 
Bootcamp_AIApps.pdf
Bootcamp_AIApps.pdfBootcamp_AIApps.pdf
Bootcamp_AIApps.pdfObject Automation
ย 
Integrating Machine Learning Capabilities into your team
Integrating Machine Learning Capabilities into your teamIntegrating Machine Learning Capabilities into your team
Integrating Machine Learning Capabilities into your teamCameron Vetter
ย 
[2015/2016] Software systems engineering PRINCIPLES
[2015/2016] Software systems engineering PRINCIPLES[2015/2016] Software systems engineering PRINCIPLES
[2015/2016] Software systems engineering PRINCIPLESIvano Malavolta
ย 
LLMs Bootcamp
LLMs BootcampLLMs Bootcamp
LLMs BootcampFiza987241
ย 
Smart modeling of smart software
Smart modeling of smart softwareSmart modeling of smart software
Smart modeling of smart softwareJordi Cabot
ย 
Full-Stack Development or Data Science, Which is the more advantageous Career...
Full-Stack Development or Data Science, Which is the more advantageous Career...Full-Stack Development or Data Science, Which is the more advantageous Career...
Full-Stack Development or Data Science, Which is the more advantageous Career...Uncodemy
ย 
Build an LLM-powered application using LangChain.pdf
Build an LLM-powered application using LangChain.pdfBuild an LLM-powered application using LangChain.pdf
Build an LLM-powered application using LangChain.pdfMatthewHaws4
ย 
Generative AI in CSharp with Semantic Kernel.pptx
Generative AI in CSharp with Semantic Kernel.pptxGenerative AI in CSharp with Semantic Kernel.pptx
Generative AI in CSharp with Semantic Kernel.pptxAlon Fliess
ย 

Similar to Large Language Models Bootcamp (20)

Introduction to MDE
Introduction to MDEIntroduction to MDE
Introduction to MDE
ย 
Build an LLM-powered application using LangChain.pdf
Build an LLM-powered application using LangChain.pdfBuild an LLM-powered application using LangChain.pdf
Build an LLM-powered application using LangChain.pdf
ย 
Build an LLM-powered application using LangChain.pdf
Build an LLM-powered application using LangChain.pdfBuild an LLM-powered application using LangChain.pdf
Build an LLM-powered application using LangChain.pdf
ย 
TechDayPakistan-Slides RAG with Cosmos DB.pptx
TechDayPakistan-Slides RAG with Cosmos DB.pptxTechDayPakistan-Slides RAG with Cosmos DB.pptx
TechDayPakistan-Slides RAG with Cosmos DB.pptx
ย 
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)
Sioux Hot-or-Not: Model Driven Software Development (Markus Voelter)
ย 
ROS 2 AI Integration Working Group 1: ALMA, SustainML & ROS 2 use case
ROS 2 AI Integration Working Group 1: ALMA, SustainML & ROS 2 use case ROS 2 AI Integration Working Group 1: ALMA, SustainML & ROS 2 use case
ROS 2 AI Integration Working Group 1: ALMA, SustainML & ROS 2 use case
ย 
MOND Semantics Integration
MOND Semantics IntegrationMOND Semantics Integration
MOND Semantics Integration
ย 
CASE tools and their effects on software quality
CASE tools and their effects on software qualityCASE tools and their effects on software quality
CASE tools and their effects on software quality
ย 
Newsletter Infographics (8).pdf
Newsletter Infographics (8).pdfNewsletter Infographics (8).pdf
Newsletter Infographics (8).pdf
ย 
Final Jspring2009 Mda Slimmer Ontwikkelen Van Java Ee Applicaties
Final Jspring2009 Mda Slimmer Ontwikkelen Van Java Ee ApplicatiesFinal Jspring2009 Mda Slimmer Ontwikkelen Van Java Ee Applicaties
Final Jspring2009 Mda Slimmer Ontwikkelen Van Java Ee Applicaties
ย 
Bootcamp_AIAppsUCSD.pptx
Bootcamp_AIAppsUCSD.pptxBootcamp_AIAppsUCSD.pptx
Bootcamp_AIAppsUCSD.pptx
ย 
Bootcamp_AIApps.pdf
Bootcamp_AIApps.pdfBootcamp_AIApps.pdf
Bootcamp_AIApps.pdf
ย 
Bootcamp_AIApps.pdf
Bootcamp_AIApps.pdfBootcamp_AIApps.pdf
Bootcamp_AIApps.pdf
ย 
Integrating Machine Learning Capabilities into your team
Integrating Machine Learning Capabilities into your teamIntegrating Machine Learning Capabilities into your team
Integrating Machine Learning Capabilities into your team
ย 
[2015/2016] Software systems engineering PRINCIPLES
[2015/2016] Software systems engineering PRINCIPLES[2015/2016] Software systems engineering PRINCIPLES
[2015/2016] Software systems engineering PRINCIPLES
ย 
LLMs Bootcamp
LLMs BootcampLLMs Bootcamp
LLMs Bootcamp
ย 
Smart modeling of smart software
Smart modeling of smart softwareSmart modeling of smart software
Smart modeling of smart software
ย 
Full-Stack Development or Data Science, Which is the more advantageous Career...
Full-Stack Development or Data Science, Which is the more advantageous Career...Full-Stack Development or Data Science, Which is the more advantageous Career...
Full-Stack Development or Data Science, Which is the more advantageous Career...
ย 
Build an LLM-powered application using LangChain.pdf
Build an LLM-powered application using LangChain.pdfBuild an LLM-powered application using LangChain.pdf
Build an LLM-powered application using LangChain.pdf
ย 
Generative AI in CSharp with Semantic Kernel.pptx
Generative AI in CSharp with Semantic Kernel.pptxGenerative AI in CSharp with Semantic Kernel.pptx
Generative AI in CSharp with Semantic Kernel.pptx
ย 

Recently uploaded

Introduction to Statistics Presentation.pptx
Introduction to Statistics Presentation.pptxIntroduction to Statistics Presentation.pptx
Introduction to Statistics Presentation.pptxAniqa Zai
ย 
๐Ÿ’ž Safe And Secure Call Girls Agra Call Girls Service Just Call ๐Ÿ‘๐Ÿ‘„6378878445 ๐Ÿ‘...
๐Ÿ’ž Safe And Secure Call Girls Agra Call Girls Service Just Call ๐Ÿ‘๐Ÿ‘„6378878445 ๐Ÿ‘...๐Ÿ’ž Safe And Secure Call Girls Agra Call Girls Service Just Call ๐Ÿ‘๐Ÿ‘„6378878445 ๐Ÿ‘...
๐Ÿ’ž Safe And Secure Call Girls Agra Call Girls Service Just Call ๐Ÿ‘๐Ÿ‘„6378878445 ๐Ÿ‘...vershagrag
ย 
Call Girls in G.T.B. Nagar (delhi) call me [๐Ÿ”9953056974๐Ÿ”] escort service 24X7
Call Girls in G.T.B. Nagar  (delhi) call me [๐Ÿ”9953056974๐Ÿ”] escort service 24X7Call Girls in G.T.B. Nagar  (delhi) call me [๐Ÿ”9953056974๐Ÿ”] escort service 24X7
Call Girls in G.T.B. Nagar (delhi) call me [๐Ÿ”9953056974๐Ÿ”] escort service 24X79953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...nirzagarg
ย 
Diamond Harbour \ Russian Call Girls Kolkata | Book 8005736733 Extreme Naught...
Diamond Harbour \ Russian Call Girls Kolkata | Book 8005736733 Extreme Naught...Diamond Harbour \ Russian Call Girls Kolkata | Book 8005736733 Extreme Naught...
Diamond Harbour \ Russian Call Girls Kolkata | Book 8005736733 Extreme Naught...HyderabadDolls
ย 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...nirzagarg
ย 
Top profile Call Girls In Nandurbar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Nandurbar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Nandurbar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Nandurbar [ 7014168258 ] Call Me For Genuine Models...gajnagarg
ย 
Vadodara ๐Ÿ’‹ Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara ๐Ÿ’‹ Call Girl 7737669865 Call Girls in Vadodara Escort service book nowVadodara ๐Ÿ’‹ Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara ๐Ÿ’‹ Call Girl 7737669865 Call Girls in Vadodara Escort service book nowgargpaaro
ย 
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...gajnagarg
ย 
Oral Sex Call Girls Kashmiri Gate Delhi Just Call ๐Ÿ‘‰๐Ÿ‘‰ ๐Ÿ“ž 8448380779 Top Class C...
Oral Sex Call Girls Kashmiri Gate Delhi Just Call ๐Ÿ‘‰๐Ÿ‘‰ ๐Ÿ“ž 8448380779 Top Class C...Oral Sex Call Girls Kashmiri Gate Delhi Just Call ๐Ÿ‘‰๐Ÿ‘‰ ๐Ÿ“ž 8448380779 Top Class C...
Oral Sex Call Girls Kashmiri Gate Delhi Just Call ๐Ÿ‘‰๐Ÿ‘‰ ๐Ÿ“ž 8448380779 Top Class C...Delhi Call girls
ย 
Ranking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRanking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRajesh Mondal
ย 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...gajnagarg
ย 
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...HyderabadDolls
ย 
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...nirzagarg
ย 
Predictive Precipitation: Advanced Rain Forecasting Techniques
Predictive Precipitation: Advanced Rain Forecasting TechniquesPredictive Precipitation: Advanced Rain Forecasting Techniques
Predictive Precipitation: Advanced Rain Forecasting TechniquesBoston Institute of Analytics
ย 
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...kumargunjan9515
ย 
Kalyani ? Call Girl in Kolkata | Service-oriented sexy call girls 8005736733 ...
Kalyani ? Call Girl in Kolkata | Service-oriented sexy call girls 8005736733 ...Kalyani ? Call Girl in Kolkata | Service-oriented sexy call girls 8005736733 ...
Kalyani ? Call Girl in Kolkata | Service-oriented sexy call girls 8005736733 ...HyderabadDolls
ย 
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...HyderabadDolls
ย 
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...nirzagarg
ย 

Recently uploaded (20)

Introduction to Statistics Presentation.pptx
Introduction to Statistics Presentation.pptxIntroduction to Statistics Presentation.pptx
Introduction to Statistics Presentation.pptx
ย 
๐Ÿ’ž Safe And Secure Call Girls Agra Call Girls Service Just Call ๐Ÿ‘๐Ÿ‘„6378878445 ๐Ÿ‘...
๐Ÿ’ž Safe And Secure Call Girls Agra Call Girls Service Just Call ๐Ÿ‘๐Ÿ‘„6378878445 ๐Ÿ‘...๐Ÿ’ž Safe And Secure Call Girls Agra Call Girls Service Just Call ๐Ÿ‘๐Ÿ‘„6378878445 ๐Ÿ‘...
๐Ÿ’ž Safe And Secure Call Girls Agra Call Girls Service Just Call ๐Ÿ‘๐Ÿ‘„6378878445 ๐Ÿ‘...
ย 
Call Girls in G.T.B. Nagar (delhi) call me [๐Ÿ”9953056974๐Ÿ”] escort service 24X7
Call Girls in G.T.B. Nagar  (delhi) call me [๐Ÿ”9953056974๐Ÿ”] escort service 24X7Call Girls in G.T.B. Nagar  (delhi) call me [๐Ÿ”9953056974๐Ÿ”] escort service 24X7
Call Girls in G.T.B. Nagar (delhi) call me [๐Ÿ”9953056974๐Ÿ”] escort service 24X7
ย 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
ย 
Diamond Harbour \ Russian Call Girls Kolkata | Book 8005736733 Extreme Naught...
Diamond Harbour \ Russian Call Girls Kolkata | Book 8005736733 Extreme Naught...Diamond Harbour \ Russian Call Girls Kolkata | Book 8005736733 Extreme Naught...
Diamond Harbour \ Russian Call Girls Kolkata | Book 8005736733 Extreme Naught...
ย 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
ย 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
ย 
Top profile Call Girls In Nandurbar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Nandurbar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Nandurbar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Nandurbar [ 7014168258 ] Call Me For Genuine Models...
ย 
Vadodara ๐Ÿ’‹ Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara ๐Ÿ’‹ Call Girl 7737669865 Call Girls in Vadodara Escort service book nowVadodara ๐Ÿ’‹ Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara ๐Ÿ’‹ Call Girl 7737669865 Call Girls in Vadodara Escort service book now
ย 
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
ย 
Oral Sex Call Girls Kashmiri Gate Delhi Just Call ๐Ÿ‘‰๐Ÿ‘‰ ๐Ÿ“ž 8448380779 Top Class C...
Oral Sex Call Girls Kashmiri Gate Delhi Just Call ๐Ÿ‘‰๐Ÿ‘‰ ๐Ÿ“ž 8448380779 Top Class C...Oral Sex Call Girls Kashmiri Gate Delhi Just Call ๐Ÿ‘‰๐Ÿ‘‰ ๐Ÿ“ž 8448380779 Top Class C...
Oral Sex Call Girls Kashmiri Gate Delhi Just Call ๐Ÿ‘‰๐Ÿ‘‰ ๐Ÿ“ž 8448380779 Top Class C...
ย 
Ranking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRanking and Scoring Exercises for Research
Ranking and Scoring Exercises for Research
ย 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
ย 
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
ย 
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
ย 
Predictive Precipitation: Advanced Rain Forecasting Techniques
Predictive Precipitation: Advanced Rain Forecasting TechniquesPredictive Precipitation: Advanced Rain Forecasting Techniques
Predictive Precipitation: Advanced Rain Forecasting Techniques
ย 
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
ย 
Kalyani ? Call Girl in Kolkata | Service-oriented sexy call girls 8005736733 ...
Kalyani ? Call Girl in Kolkata | Service-oriented sexy call girls 8005736733 ...Kalyani ? Call Girl in Kolkata | Service-oriented sexy call girls 8005736733 ...
Kalyani ? Call Girl in Kolkata | Service-oriented sexy call girls 8005736733 ...
ย 
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
ย 
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
ย 

Large Language Models Bootcamp

  • 1. Building LLM Applications A 50-hour roadmap A comprehensive roadmap to building large language model applications in ~50 hours
  • 2. Types of generative AI models Text-based models Image-based models Foundation models & LLMs Encoder decoder Attention mechanism Transformers model and BERT model Intro to Image Generation Image captioning models Diffusion models Generative AI applications ChatGPT & Bard DALL-E & Midjourney Quick overview of generative AI, LLMs, and foundation models. Learn more about how transformers and attention mechanism works behind the text and image-based models: Introduction to Generative AI Roadmap to become an LLM applications developer Data Science for Everyone https://datasciencedojo.com
  • 3. Large language models and foundation models Vector databases, embeddings, and LLM cache Prompts and prompt engineering Context window and token limits Embeddings and vector databases Build custom LLM applications by: Training a new model from scratch Fine-tuning foundation LLMs In-context learning Canonical architecture for an end-to-end LLM application Understand the common use cases of large language models and the fundamental building blocks of such applications. Learners will be introduced to the following topics at a very high level without going into the technical details: Emerging Architectures Roadmap to become an LLM applications developer Data Science for Everyone https://datasciencedojo.com
  • 4. Review of classical techniques Review of binary/one-hot, count-based, and TF-IDF techniques for vectorization Capturing local context with n-grams and challenges Semantic encoding techniques Overview of Word2Vec and dense word embeddings Application of Word2Vec in text analytics and NLP tasks Hands-on exercise Creating a TF-IDF and semantic embeddings on a document corpus In this module, we will be reviewing how embeddings have evolved from the simplest one-hot encoding approach to more recent semantic embedding approaches. The module will go over the following topics: Embeddings Roadmap to become an LLM applications developer Data Science for Everyone https://datasciencedojo.com
  • 5. Text embeddings Word and sentence embeddings Multilingual sentence embeddings Text similarity measures Dot product, cosine similarity, inner product Hands-on exercise Calculating similarity between sentences using cosine similarity and dot product Attention mechanism and transformer models Neural machine translation (NMT) and sequence-to-sequence models Attention mechanism components Self-attention and multi-head attention Transformer networks: Tokenization, embedding, positional encoding, and transformers block Hands-on exercise Understanding attention mechanisms: Self-attention for contextual word analysis Dive into the world of large language models, discovering the potent mix of text embeddings, attention mechanisms, and the game-changing transformer model architecture. This module consists of: Roadmap to become an LLM applications developer Attention Mechanism and Transformers Data Science for Everyone https://datasciencedojo.com
  • 6. Overview The rationale for vector databases Importance of vector databases in LLMs Popular vector databases Indexing techniques Product quantization (PQ), Locality sensitive hashing (LSH), and Hierarchical navigable small world (HNSW) Retrieval techniques Cosine similarity Nearest neighbor search Hands-on exercise Creating a vector store using HNSW Creating, storing, and retrieving embeddings using cosine similarity and nearest neighbors Learn about efficient vector storage and retrieval with vector databases, indexing techniques, retrieval methods, and hands-on exercises: Vector Databases Roadmap to become an LLM applications developer Data Science for Everyone https://datasciencedojo.com
  • 7. Understanding and implementing semantic search Introduction and importance of semantic search Distinguishing semantic search from the lexical search Semantic search using text embeddings Exploring advanced concepts and techniques in semantic search Multilingual search Limitations of embeddings and similarity in semantic search Improving semantic search beyond embeddings and similarity Hands-on exercise Building a simple semantic search engine with multilingual capability Understand how semantic search overcomes the fundamental limitation in lexical search i.e. lack of semantics. Learn how to use embeddings and similarity in order to build a semantic search model: Semantic Search Data Science for Everyone https://datasciencedojo.com Roadmap to become an LLM applications developer
  • 8. Prompt design and engineering Prompting by instruction Prompting by example Controlling the model output When to stop Being creative vs. predictable Saving and sharing your prompts Use case Ideation Utilizing goal, task, and domain for perfect prompt Example use cases Summarizing (summarizing a technical report) Inferring (sentiment classification, topic extraction) Transforming text (translation, spelling, and grammar correction) Expanding (automatically writing emails) Unleash your creativity and efficiency with prompt engineering. Seamlessly prompt models, control outputs, and generate captivating content across various domains and tasks. This module includes: Prompt Engineering Roadmap to become an LLM applications developer Data Science for Everyone https://datasciencedojo.com
  • 9. Fine-tuning foundation LLMs Rationale for fine-tuning Limitations of fine-tuning Parameter efficient fine-tuning Hands-on exercise Fine-tuning and deploying the OpenAI GPT model on Azure Discover the ins and outs of fine-tuning foundation language models (LLMs) through theory discussions, exploring rationale, limitations, and parameter efficient fine-tuning (PEFT): Fine-Tuning Foundation Models Roadmap to become an LLM applications developer Data Science for Everyone https://datasciencedojo.com
  • 10. Why are Orchestration Frameworks (OF) needed? Eliminate the need for foundation model retraining Overcoming token limits Connecters for data sources Explore the necessity of orchestration frameworks, tackling issues like foundation model retraining, token limits, data source connectivity, and boilerplate code. Discover popular frameworks, their creators, and open-source availability: Orchestration Frameworks Roadmap to become an LLM applications developer Data Science for Everyone https://datasciencedojo.com
  • 11. Introduction toLangChain Schema, models, and prompts Memory and chains Loading, transforming, indexing, and retrieving data Document loader Text splitters Retrievers LangChain use cases Summarization: Summarizing long documents QnA using documents as context Extraction: Getting structured data from unstructured text Evaluation: Evaluating outputs generated from LLM models Querying tabular data without using any extra code Hands-on exercise Using LangChain loader, splitter, and retrievals on a pdf document Build LLM apps using LangChain. Learn about LangChain's key components such as models, prompts, parsers, memory, chains, and QnA. Get hands-on evaluation experience: LangChain Roadmap to become an LLM applications developer Data Science for Everyone https://datasciencedojo.com
  • 12. Agents and tools Agent types Conversational agents OpenAI functions agents ReAct agents Plan and execute agents Hands-on exercise: Create and execute some of the following agents Excel agent JSON agent Python Pandas agent Document comparison agent Power BI agent Use LLMs to make decisions about what to do next. Enable these decisions with tools. Weโ€™ll learn what they are, how they work, and how to use them within the LangChain library to superpower our LLMs. In this module, weโ€™ll talk about: Autonomous Agents Roadmap to become an LLM applications developer Data Science for Everyone https://datasciencedojo.com
  • 13. Ethics, bias, fairness Sources of bias in acquisition/annotation of training data, model building Precautions against safeguarding the model from bias Review some of the regulations/legislation Principles of responsible AI Fairness and eliminating bias Reliability and safety Privacy and data protection Transparency and explainability Accountability and governance Inclusivity and accessibility Review some of the tools available to assess the following in a large language model application Correctness and security Bias, fairness, and explainability of the model Bias can creep in at any stage of the lifecycle of a model. While large language models offer tremendous business value, humans are involved in all stages of the lifecycle of an LLM from acquisition of data to interpretation of insights. In this module, we will learn about the following: Bias, Fairness and Explainablity Roadmap to become an LLM applications developer Data Science for Everyone https://datasciencedojo.com
  • 14. Virtual assistant: A dynamic customer service agent designed for the car manufacturing industry. Content generation (Marketing co-pilot): Enhancing your marketing strategies with an intelligent co-pilot. Conversational agent (Legal and compliance assistant): Assisting with legal and compliance matters through interactive conversations. QnA (IRS tax bot): An intelligent bot designed to answer your questions about IRS tax-related topics. Content personalizer: Tailoring content specifically to your preferences and needs. YouTube virtual assistant: Engage in interactive conversations with your favorite YouTube channels and playlists. Recommended Projects Roadmap to become an LLM applications developer Data Science for Everyone https://datasciencedojo.com
  • 15. Learn to Build LLM Applications New York December 4-8, 2023 Roadmap to become an LLM applications developer Data Science for Everyone https://datasciencedojo.com Join this 5-day | 40-hour bootcamp to get started with building large language model applications on your enterprise data Seattle September 18-22, 2023 Washington, D.C. October 16-20, 2023 Austin November 6-10, 2023 Singapore January, 2024