SlideShare a Scribd company logo
NLP的進展
及
生成式AI在NLP領域
Taipei Medical University
https://datasciencedojo.com/blog/natural-l
anguage-processing-applications/
Slide Code
Taipei Medical University
張庭維
● 臺灣大學資工所AI碩一 張庭維
● 專長:自然語言處理、 3D列印
● 經歷
○ 臺北醫學大學醫學系 103級
○ 北醫附醫一般醫學科住院醫師
○ 經濟部3D列印積層製造工程師
○ TMU 3D printing teaching assistant
○ Medical Dialog Analysis Competition (17/368)
Outline
1. Introduction of NLP
2. Generative AI in NLP
a. Basic introduction
b. Applications
3. LLM agent
a. Introduction of Multimodality
b. VLM challenge
4. Prompt engineering
5. Hands-on Lab:
a. gemini pro
b. Lab: gemini pro vision
c. Lab: challenge
Introduction of NLP
https://techvidvan.com/tutorials/nlp-techniques-in-data-science/
https://www.xenonstack.com/blog/natural-language-processing
Tokenization
https://geoffrey-geofe.medium.com/tokenization-vs-embedding-understanding-the-differ
ences-and-their-importance-in-nlp-b62718b5964a
Tokenization: OpenAI tokenizer
https://platform.openai.com/tokenizer
Embedding
https://geoffrey-geofe.medium.com/tokenization-vs-embedding-understanding-the-differ
ences-and-their-importance-in-nlp-b62718b5964a
Embedding
https://medium.com/ml-note/word-embedding-3ca60663999d
Generative AI in NLP
What is Generative AI
李宏毅INTRODUCTION TO GENERATIVE AI 2024 SPRING
https://speech.ee.ntu.edu.tw/~hylee/genai/2024-spring.php
What is not Generative AI
李宏毅INTRODUCTION TO GENERATIVE AI 2024 SPRING
https://speech.ee.ntu.edu.tw/~hylee/genai/2024-spring.php
ChatGPT basics: InstructGPT
https://openai.com/index/instruction-following/
ChatGPT basics
https://openai.com/index/instruction-following/
ChatGPT basics
https://www.youtube.com/watch?v=wG8-IUtqu-s
ChatGPT basics
https://www.youtube.com/watch?v=wG8-IUtqu-s
ChatGPT basics
https://www.youtube.com/watch?v=wG8-IUtqu-s
ChatGPT basics
https://openai.com/index/instruction-following/
ChatGPT basics
https://www.youtube.com/watch?v=wG8-IUtqu-s
ChatGPT basics
https://openai.com/index/instruction-following/
ChatGPT basics
https://www.youtube.com/watch?v=wG8-IUtqu-s
ChatGPT basics
https://openai.com/index/instruction-following/
LLM applications
https://arxiv.org/abs/2304.03442 https://www.youtube.com/watch?v=G44Lkj7XDsA
LLM applications
https://github.com/OpenGenerativeAI/llm-colosseum
https://github.com/OpenGenerativeAI/llm-colosseum
LLM agent
From LLM to
LLM agent
https://twitter.com/sundyme/status/1664847838793306113/photo/1
AI agent
● An agent is an entity that
perceives and acts.
● Arational agent selects actions
that maximize its (expected)
utility.
● Characteristics of the percepts,
environment, and action space
dictate techniques for selecting
rational actions
Types of AI agents
● Simple Reflex Agents
● Model-based reflex Agents
● Goal-based Agents
● Utility-based Agents
● Learning Agents
https://www.javatpoint.com/types-of-ai-agents
https://jimmystore.medium.com/%E4%BA%BA%E5%B7%A5%E6%99%BA%E6%85%A7%E7%AD%86%E8%A8%9
8-%E4%BA%8C-agent-2f6908b899c6
arXiv:2309.07864
arXiv:2309.07864
Multimodality
RAG
https://www.youtube.com/watch?v=Sq1QZB5baNw
Multimodality and challenge
https://towardsdatascience.com/clip-the-most-influential-ai-model-from-openai-and-how-to-use-it-f8ee408958b1
https://www.pinecone.io/learn/series/image-search/clip/
Text-Image pairs
Issue of VLM
● To be specific, the captions in the LAION dataset, used to train
vision language models, come from alt HTML tags (Alttext) and
often describes only a narrow aspect of the image, neglecting
significant visual details.
● For example, an image of a person can have as Alttext the name
of the person and the name of the photographer, but not a
description of their appearance, their clothes, their position, or
the background.
arXiv:2310.16656
Prompt engineering
ChatGPT都不知
道在說什麼
Create by Edge
Write clear and specific instructions
https://learn.deeplearning.ai/courses/chatgpt-prompt-eng/lesson/1/introduction
李宏毅INTRODUCTION TO GENERATIVE AI 2024 SPRING
https://speech.ee.ntu.edu.tw/~hylee/genai/2024-spring.php
Few shot prompting(提供範例)
Few shot prompting(提供範例)
Chain of Thought
arXiv:2201.11903
0-shot Chain of Thought
arXiv:2201.11903
arXiv:2205.11916v4
Take a deep breath arXiv:2309.03409
Emotional Blackmail arXiv:2307.11760
Other research
https://www.promptingguide.ai/
Hands-on lab
Google Gemini Pro API
https://ai.google.dev/
Colab Labs
https://colab.research.google.com/drive/1SKbnyY
aCEGgxNwoX8J_HPQiafT2x7PLf?usp=sharing
名稱
:GOOGLE_API_KEY
值:
剛剛的API Key
Challenge
你們加一起都
贏不過我
請以「AI在醫療領域上的前景」為題,撰寫一篇約五百字的繁
體中文文章,並結合生活經驗或見聞,書寫你的感思與體悟
1.可以自行書寫或用任何生成模型
2.請勿修改Judge內容
3.僅計算最後分數
4.可互相討論
自由分享
Useful resource
● ChatGPT: https://chatgpt.com/
● Claude: https://claude.ai/chats
● Gemini: https://gemini.google.com/
● Google AI studio: https://aistudio.google.com/
● 李宏毅課程: https://www.youtube.com/@HungyiLeeNTU
● Deeplearning.ai short course:
https://www.deeplearning.ai/short-courses/
● Prompt engineering:
https://www.promptingguide.ai/
宣傳

More Related Content

Similar to TMU_GDSC_20240509.pdfTMU_GDSC_20240509.pdf

ANIn Hyderabad Nov2023|Generative AI for software engineering - Lakshman Peet...
ANIn Hyderabad Nov2023|Generative AI for software engineering - Lakshman Peet...ANIn Hyderabad Nov2023|Generative AI for software engineering - Lakshman Peet...
ANIn Hyderabad Nov2023|Generative AI for software engineering - Lakshman Peet...
AgileNetwork
 
Powering Next-Gen Learning with VR and xAPI - DevLearn 2018
Powering Next-Gen Learning with VR and xAPI - DevLearn 2018Powering Next-Gen Learning with VR and xAPI - DevLearn 2018
Powering Next-Gen Learning with VR and xAPI - DevLearn 2018
Margaret Roth
 
DevLearn 2018 - Designing AR Experiences for Performance Support
DevLearn 2018 -  Designing AR Experiences for Performance SupportDevLearn 2018 -  Designing AR Experiences for Performance Support
DevLearn 2018 - Designing AR Experiences for Performance Support
Chad Udell
 
Creating Virtual Reality Training Using Interactive 360 Videos and Images wit...
Creating Virtual Reality Training Using Interactive 360 Videos and Images wit...Creating Virtual Reality Training Using Interactive 360 Videos and Images wit...
Creating Virtual Reality Training Using Interactive 360 Videos and Images wit...
Margaret Roth
 
Work with Developers for Fun and Progress - AppSec California
Work with Developers for Fun and Progress - AppSec CaliforniaWork with Developers for Fun and Progress - AppSec California
Work with Developers for Fun and Progress - AppSec California
leifdreizler
 
Artificial-Intelligence-and-Machine-Learning-by-IIT-Jammu.pdf
Artificial-Intelligence-and-Machine-Learning-by-IIT-Jammu.pdfArtificial-Intelligence-and-Machine-Learning-by-IIT-Jammu.pdf
Artificial-Intelligence-and-Machine-Learning-by-IIT-Jammu.pdf
Bhuvnesh Sharma
 
Rapid prototyping 2.0
Rapid prototyping 2.0Rapid prototyping 2.0
Rapid prototyping 2.0
Devbridge Group
 
Software test automation_overview
Software test automation_overviewSoftware test automation_overview
Software test automation_overview
Rohan Bhattarai
 
Deep Dive into Software Estimation - Texavi Tech Bootcamp on How to be a good...
Deep Dive into Software Estimation - Texavi Tech Bootcamp on How to be a good...Deep Dive into Software Estimation - Texavi Tech Bootcamp on How to be a good...
Deep Dive into Software Estimation - Texavi Tech Bootcamp on How to be a good...
Texavi Innovative Solutions
 
Videos about static code analysis
Videos about static code analysisVideos about static code analysis
Videos about static code analysis
PVS-Studio
 
CYBERBULLYING DETECTION USING MACHINE LEARNING-1 (1).pdf
CYBERBULLYING DETECTION USING              MACHINE LEARNING-1 (1).pdfCYBERBULLYING DETECTION USING              MACHINE LEARNING-1 (1).pdf
CYBERBULLYING DETECTION USING MACHINE LEARNING-1 (1).pdf
KumbidiGaming
 
A great PG program in Machine Learning that will help you land in your dream job
A great PG program in Machine Learning that will help you land in your dream jobA great PG program in Machine Learning that will help you land in your dream job
A great PG program in Machine Learning that will help you land in your dream job
MamathaSharma4
 
Python and BIG Data analytics | Python Fundamentals | Python Architecture
Python and BIG Data analytics | Python Fundamentals | Python ArchitecturePython and BIG Data analytics | Python Fundamentals | Python Architecture
Python and BIG Data analytics | Python Fundamentals | Python Architecture
Skillspeed
 
Technical debt in machine learning - Data Natives Berlin 2018
Technical debt in machine learning - Data Natives Berlin 2018Technical debt in machine learning - Data Natives Berlin 2018
Technical debt in machine learning - Data Natives Berlin 2018
Jaroslaw Szymczak
 
通往測試最高殿堂的旅程 - GTAC 2016
通往測試最高殿堂的旅程 - GTAC 2016通往測試最高殿堂的旅程 - GTAC 2016
通往測試最高殿堂的旅程 - GTAC 2016
Chloe Chen
 
00 Fundamentals of csharp course introduction
00 Fundamentals of csharp course introduction00 Fundamentals of csharp course introduction
00 Fundamentals of csharp course introduction
maznabili
 
Profiling PHP - PHPAmersfoort Meetup 2015-03-10
Profiling PHP - PHPAmersfoort Meetup 2015-03-10Profiling PHP - PHPAmersfoort Meetup 2015-03-10
Profiling PHP - PHPAmersfoort Meetup 2015-03-10
Dennis de Greef
 
Weak Supervision.pdf
Weak Supervision.pdfWeak Supervision.pdf
Weak Supervision.pdf
StephenLeo7
 
Instructional Objectives for this activity Learn how .docx
Instructional Objectives for this activity Learn how .docxInstructional Objectives for this activity Learn how .docx
Instructional Objectives for this activity Learn how .docx
dirkrplav
 
Emerging engineering issues for building large scale AI systems By Srinivas P...
Emerging engineering issues for building large scale AI systems By Srinivas P...Emerging engineering issues for building large scale AI systems By Srinivas P...
Emerging engineering issues for building large scale AI systems By Srinivas P...
Analytics India Magazine
 

Similar to TMU_GDSC_20240509.pdfTMU_GDSC_20240509.pdf (20)

ANIn Hyderabad Nov2023|Generative AI for software engineering - Lakshman Peet...
ANIn Hyderabad Nov2023|Generative AI for software engineering - Lakshman Peet...ANIn Hyderabad Nov2023|Generative AI for software engineering - Lakshman Peet...
ANIn Hyderabad Nov2023|Generative AI for software engineering - Lakshman Peet...
 
Powering Next-Gen Learning with VR and xAPI - DevLearn 2018
Powering Next-Gen Learning with VR and xAPI - DevLearn 2018Powering Next-Gen Learning with VR and xAPI - DevLearn 2018
Powering Next-Gen Learning with VR and xAPI - DevLearn 2018
 
DevLearn 2018 - Designing AR Experiences for Performance Support
DevLearn 2018 -  Designing AR Experiences for Performance SupportDevLearn 2018 -  Designing AR Experiences for Performance Support
DevLearn 2018 - Designing AR Experiences for Performance Support
 
Creating Virtual Reality Training Using Interactive 360 Videos and Images wit...
Creating Virtual Reality Training Using Interactive 360 Videos and Images wit...Creating Virtual Reality Training Using Interactive 360 Videos and Images wit...
Creating Virtual Reality Training Using Interactive 360 Videos and Images wit...
 
Work with Developers for Fun and Progress - AppSec California
Work with Developers for Fun and Progress - AppSec CaliforniaWork with Developers for Fun and Progress - AppSec California
Work with Developers for Fun and Progress - AppSec California
 
Artificial-Intelligence-and-Machine-Learning-by-IIT-Jammu.pdf
Artificial-Intelligence-and-Machine-Learning-by-IIT-Jammu.pdfArtificial-Intelligence-and-Machine-Learning-by-IIT-Jammu.pdf
Artificial-Intelligence-and-Machine-Learning-by-IIT-Jammu.pdf
 
Rapid prototyping 2.0
Rapid prototyping 2.0Rapid prototyping 2.0
Rapid prototyping 2.0
 
Software test automation_overview
Software test automation_overviewSoftware test automation_overview
Software test automation_overview
 
Deep Dive into Software Estimation - Texavi Tech Bootcamp on How to be a good...
Deep Dive into Software Estimation - Texavi Tech Bootcamp on How to be a good...Deep Dive into Software Estimation - Texavi Tech Bootcamp on How to be a good...
Deep Dive into Software Estimation - Texavi Tech Bootcamp on How to be a good...
 
Videos about static code analysis
Videos about static code analysisVideos about static code analysis
Videos about static code analysis
 
CYBERBULLYING DETECTION USING MACHINE LEARNING-1 (1).pdf
CYBERBULLYING DETECTION USING              MACHINE LEARNING-1 (1).pdfCYBERBULLYING DETECTION USING              MACHINE LEARNING-1 (1).pdf
CYBERBULLYING DETECTION USING MACHINE LEARNING-1 (1).pdf
 
A great PG program in Machine Learning that will help you land in your dream job
A great PG program in Machine Learning that will help you land in your dream jobA great PG program in Machine Learning that will help you land in your dream job
A great PG program in Machine Learning that will help you land in your dream job
 
Python and BIG Data analytics | Python Fundamentals | Python Architecture
Python and BIG Data analytics | Python Fundamentals | Python ArchitecturePython and BIG Data analytics | Python Fundamentals | Python Architecture
Python and BIG Data analytics | Python Fundamentals | Python Architecture
 
Technical debt in machine learning - Data Natives Berlin 2018
Technical debt in machine learning - Data Natives Berlin 2018Technical debt in machine learning - Data Natives Berlin 2018
Technical debt in machine learning - Data Natives Berlin 2018
 
通往測試最高殿堂的旅程 - GTAC 2016
通往測試最高殿堂的旅程 - GTAC 2016通往測試最高殿堂的旅程 - GTAC 2016
通往測試最高殿堂的旅程 - GTAC 2016
 
00 Fundamentals of csharp course introduction
00 Fundamentals of csharp course introduction00 Fundamentals of csharp course introduction
00 Fundamentals of csharp course introduction
 
Profiling PHP - PHPAmersfoort Meetup 2015-03-10
Profiling PHP - PHPAmersfoort Meetup 2015-03-10Profiling PHP - PHPAmersfoort Meetup 2015-03-10
Profiling PHP - PHPAmersfoort Meetup 2015-03-10
 
Weak Supervision.pdf
Weak Supervision.pdfWeak Supervision.pdf
Weak Supervision.pdf
 
Instructional Objectives for this activity Learn how .docx
Instructional Objectives for this activity Learn how .docxInstructional Objectives for this activity Learn how .docx
Instructional Objectives for this activity Learn how .docx
 
Emerging engineering issues for building large scale AI systems By Srinivas P...
Emerging engineering issues for building large scale AI systems By Srinivas P...Emerging engineering issues for building large scale AI systems By Srinivas P...
Emerging engineering issues for building large scale AI systems By Srinivas P...
 

More from ssuserded2d4

0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf
0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf
0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf
ssuserded2d4
 
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
ssuserded2d4
 
17校GDSC聯合交流會____________________________________________
17校GDSC聯合交流會____________________________________________17校GDSC聯合交流會____________________________________________
17校GDSC聯合交流會____________________________________________
ssuserded2d4
 
2023-12-07加速你的研究量能:以ChatGPT為例.pdf
2023-12-07加速你的研究量能:以ChatGPT為例.pdf2023-12-07加速你的研究量能:以ChatGPT為例.pdf
2023-12-07加速你的研究量能:以ChatGPT為例.pdf
ssuserded2d4
 
1130用dialogflow建立聊天機器人.pdf
1130用dialogflow建立聊天機器人.pdf1130用dialogflow建立聊天機器人.pdf
1130用dialogflow建立聊天機器人.pdf
ssuserded2d4
 
北區13校GDSC聯合流會.pdf
北區13校GDSC聯合流會.pdf北區13校GDSC聯合流會.pdf
北區13校GDSC聯合流會.pdf
ssuserded2d4
 
北區GDSC20231112.pdf
北區GDSC20231112.pdf北區GDSC20231112.pdf
北區GDSC20231112.pdf
ssuserded2d4
 
2023-10-05專案開發.pdf
2023-10-05專案開發.pdf2023-10-05專案開發.pdf
2023-10-05專案開發.pdf
ssuserded2d4
 

More from ssuserded2d4 (8)

0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf
0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf
0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf0516網路爬蟲.pdf
 
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
 
17校GDSC聯合交流會____________________________________________
17校GDSC聯合交流會____________________________________________17校GDSC聯合交流會____________________________________________
17校GDSC聯合交流會____________________________________________
 
2023-12-07加速你的研究量能:以ChatGPT為例.pdf
2023-12-07加速你的研究量能:以ChatGPT為例.pdf2023-12-07加速你的研究量能:以ChatGPT為例.pdf
2023-12-07加速你的研究量能:以ChatGPT為例.pdf
 
1130用dialogflow建立聊天機器人.pdf
1130用dialogflow建立聊天機器人.pdf1130用dialogflow建立聊天機器人.pdf
1130用dialogflow建立聊天機器人.pdf
 
北區13校GDSC聯合流會.pdf
北區13校GDSC聯合流會.pdf北區13校GDSC聯合流會.pdf
北區13校GDSC聯合流會.pdf
 
北區GDSC20231112.pdf
北區GDSC20231112.pdf北區GDSC20231112.pdf
北區GDSC20231112.pdf
 
2023-10-05專案開發.pdf
2023-10-05專案開發.pdf2023-10-05專案開發.pdf
2023-10-05專案開發.pdf
 

Recently uploaded

Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 

Recently uploaded (20)

Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 

TMU_GDSC_20240509.pdfTMU_GDSC_20240509.pdf