SlideShare a Scribd company logo
1 of 40
Download to read offline
Mauro Bennici
C.T.O. & Founder
GHOSTWRITER AI
https://ghostwriter.ai
@maurobennici
https://www.linkedin.com/in/maurobennici/
2
GHOSTWRITER AI
Customer conversation analytics
Actionable intelligence from your customers’
interactions
Specialties...
4
● Sentiment Analysis
● Semantic Search
● Entities extraction
● Pattern recognition
● Anomaly detection
● Events correlation
● Social Media Management
...and Technologies
● Natural Language Processing (NLP)
● Natural Language Understanding (NLU)
● Machine Learning
● Deep Learning
Scalable and cloud independent
The same expertise and technology fit
different industries, from marketing to
security, insurance, and retail.
Our CRM fields, notes,
chats, images, emails,
audio clips are full of
TEXT!
5
66
R&D Production Services Marketing & Sales
Value adding
activities
Inputs Product development Deployment Application Markets
Data
sources
● Customer
segmentation and
targeting
● Customer
behavioral analysis
● Semantic analysis
● Brand
management
● Call center
optimisation
● CX help desk
improvement
● Social media
management
Distribution
● Web
● Social
media
● Email
● Call center
● Others
(surveys,
promotional
events, and
sales reps)
● On-premises
● Cloud
Lead acquisition and brand
awareness
● PPC ads
● events
● inbound
● engagement activities
● nurturing funnel
Sales
● events
● inbound
● engagement activities
● nurturing funnel
● customer support
● Banking, Financial
Services, and Insurance
(BFSI)
● Retail and eCommerce
● Government and Defense
● Healthcare and Life
Sciences
● Manufacturing
● TELCO and IT
● Energy and Utilities
● Media and Entertainment
● Travel and Hospitality
● Automotive and
Transportation
● Others (Education and
Real Estate)
Supplychain
Modeling
Training
of models and
people
Scaling
● Integrations
● Customisations
VALUE-CHAIN
TEXT is difficult to analyze!
7
8
https://medium.com/@nitinpanwar98/convolutional-neural-networks-cnn-explanation-and-implementation-8c41be8b51a
https://becominghuman.ai/what-exactly-does-cnn-see-4d436d8e6e52
9
10
https://freecontent.manning.com/deep-learning-for-text/
11
https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/CatVibrissaeFullFace.JPG/1200px-CatVibrissaeFullFace.JPG
CAT
19320
NEKO
GATO
CHAT
GATTO
12
https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/CatVibrissaeFullFace.JPG/1200px-CatVibrissaeFullFace.JPG
https://www.caterpillar.com/en/brands/cat.html
CAT
19320
NEKOGATO CHATGATTO
???
13
https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/CatVibrissaeFullFace.JPG/1200px-CatVibrissaeFullFace.JPG
https://www.caterpillar.com/en/brands/cat.html
There is a cat inside the cat
???
14
● Language
● Tone
● Aspects
● Sentiments
● Entities
● Words
● Grammar
● Context
● etc.
We analyze what
and how people
wrote, as
15
● Context
● Location
● Age
● Job
● Studies
● Intention
● Sentiment
● Personality
● etc.
… to get
Respect privacy and local laws!
16
Ibis, redibis, nunquam per bella peribis.
Meaning "you will go, you will return, never in war will you perish".
Ibis, redibis nunquam, per bella peribis.
That is: "you will go, you will never return, in (the) war you will perish".
17
https://en.wikipedia.org/wiki/Ibis_redibis_nunquam_per_bella_peribis
Sibyl: the oracle was without comma. Now, you know why
18
https://imbowei.com/2018/10/27/From-transformer-architecture-to-transfer-learning/
A lot of procedures, models, frameworks!
Why ML.NET?
19
20
21
https://dotnet.microsoft.com/apps/machinelearning-ai/ml-dotnet#proven
https://arxiv.org/pdf/1905.05715.pdf
22https://marketplace.visualstudio.com/items?itemName=MLNET.07
23
Code Time
24
25
Code Time
26
https://onnx.ai/
27
Code Time
28
https://microsoft.github.io/onnxruntime/
29https://software.intel.com/content/www/us/en/develop/articles/intel-mkl-dnn-part-1-library-overview-and-installation.html
30
Code Time
https://cloudblogs.microsoft.com/opensource/2020/01/21/microsoft-onnx-open-source-optimizations-transformer-inference-gpu-cpu/
31
Case Studies
ghostwriter.ai | 32
SALES CALL OPTIMIZATION
Requirements
Separated (audio or text) conversation for agent/prospect
Training dataset of 1000 phone calls, 20’ each, call result
(ok/ko)
Time
3 months
Activity
AI models to identify key factors that drive to an higher
conversion rate.
‒ Script consistency
‒ Conversation’s rhythm, speak speed, interruptions
‒ Sentiment evaluation (stress, anxiety, happiness, etc.)
‒ Behavioral prediction
‒ Best practices identification
‒ Self-Learning (AI-driven algorithms learn from data
patterns)
Customer Sentiment Avg. speak speed
What we did
Conversation Analysis
We transformed the two audio channel phone calls in text (speech-to-text conversion).
Then, we analyzed the conversations in their elements. We divided the call in three parts: opening, core,
closing.
For each of them, we measured rhythm (how long, how fast, who speak, language, vocabulary, agent to
prospect language cohesion, etc), speak speed, interruptions, who drive the conversation, sentiment
(positive/negative), emotions (stress, excitement, anxiety, interest, irritation, etc).
Case Studies
Script Analysis
We analyzed the script, its semantic aspects. Also, we analyzed how the agents use the script, adherence,
changes along the conversation, and conversion of the leads.
Key Elements Relevance
We designed a behavioral prediction, that means, according to all the data collected during a call, the
probability of a lead conversion success.
From that, a diagram that shown the key elements relevance, even broken down by products and other
parameters.
The conversation outcome is in the data, and you can identify and improve key elements that drive
this success.
ghostwriter.ai | 33
SALES CALL OPTIMIZATION
By Factor Relevance
Case Studies
+35%
from script
improvement
ghostwriter.ai | 34
SALES CALL OPTIMIZATION
Explorer
Calls Script Rhythm Speed Sentiment Score
Call1
Call2
Call3
What the Customer Got
Case Studies
Full Report
The full report was released.
It measured improvements and suggested actions.
The customer got +35% in conversions thanks to script improvement.
Also, +20% in conversion from all the elements, and a considerable time (and costs) saved from better
coaching.
Best Practices Recommendation
How to improve the script, best agent use case for training and coaching purposes.
Top Agents
Agent Score
Sonia 750
Adam 345
Laura 340
+20%
Conversions
+Hours saved in sales coaching
ghostwriter.ai | 35
Requirements
Training dataset of 1000 questions
Their answer set
Knowledge base sources
What we did
AI models to increase ability to find the knowledge the
agents need using words or phrases to return a result set
of answers that best match the request.
‒ Text intent recognition
‒ Knowledge base understanding (NLU)
‒ Classification
‒ Close-text search
‒ Free-text search
‒ Self-learning system
Data
knowledge
AI
ingestion
Agent
question
Answer set
Training
● The agent confirms the answers between 5
options (ordered by confidence).
● If the answer is not in the set, the agent provides
the right solution. The AI learns autonomously.
● Weekly report on 1st positioning correct answers
and confidence increments.
Scrivi il tuo messaggio
HELP DESK
Case Studies
ghostwriter.ai | 36
Type your message
Feedback - Select the correct answer
altro⦾
785 - doc firm 228 c⦿
quando l’offerta ricevuta è incompatibile con la tariffa base facente parte del s
1382 - circolare 203⦾
la carta di debito selezionata ha la data di scadenza non compatibile con il pe
1354 - circolare 212 aa⦾
il perimetro di azione secondo cui viene applicato in percentuale la tariffa di ne
863 - doc1⦾
quando si seleziona dal menu a tendina la scadenza si deve verificare che il
1278 - off spec 2bis
le tariffe specifiche con riferimento all’off 22b non hanno la possibilità di essere
⦾
+85%
Confidence
+customer support capabilities
in results
Production
Question/Answer over the established threshold.
The AI recommends the 1st position answer that
the agent use as reply.
or
Question/Answer below the established threshold.
● The agent confirms the answers between 5
options (ordered by confidence).
● If the answer is not in the set, the agent provides
the right solution. The AI learns.
● The AI recommends the 1st position answer that
the agent use as reply
HELP DESK
Case Studies
ghostwriter.ai | 37
What the Customer Got
A customized system trained on its knowledge, that auto-learning and manage new/replaced knowledge
base content, and autonomously improves in confidence and accuracy.
Enhances agent
productivity and
helps improve
customer service
Similar use case: email scaling support
Email customer support can get out of control.
Backlog grows, people put pressure to get answers.
Ghostwriter AI Knowledge Search algorithms can
help you to have the job done faster.
The system trained, read the email and compose a
reply.
Data knowledge AI ingestion
Email
Answer set
Training
Production
HELP DESK
Case Studies
ghostwriter.ai | 38
Unstructured
data sources
AI
ingestion
Requirements
data access to social insights
What we did
AI models to ingest unstructured data and identify pattern
behaviors.
‒ Social conversation analysis
‒ Data extraction (demographics, psychographics, and
behavioral)
‒ Pattern recognition
‒ Intent recognition
‒ Topic and trends detection
‒ custom report according to defined KPI
TARGET MARKET ANALYSIS
Case Studies
ghostwriter.ai info@ghostwriter.ai
TechPartners
Accelerators
Communities
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No 886853
Mauro Bennici
C.T.O. & Founder
GHOSTWRITER AI
https://ghostwriter.ai
@maurobennici
https://www.linkedin.com/in/maurobennici/
40

More Related Content

Similar to AI Talks Live - ML.NET and NLP (with ONNX)

Using the power of OpenAI with your own data: what's possible and how to start?
Using the power of OpenAI with your own data: what's possible and how to start?Using the power of OpenAI with your own data: what's possible and how to start?
Using the power of OpenAI with your own data: what's possible and how to start?Maxim Salnikov
 
How to add machine learning to your applications today
How to add machine learning to your applications todayHow to add machine learning to your applications today
How to add machine learning to your applications todayMichal Hodinka
 
Whats Next for Machine Learning
Whats Next for Machine LearningWhats Next for Machine Learning
Whats Next for Machine LearningOgilvy Consulting
 
How to analyze text data for AI and ML with Named Entity Recognition
How to analyze text data for AI and ML with Named Entity RecognitionHow to analyze text data for AI and ML with Named Entity Recognition
How to analyze text data for AI and ML with Named Entity RecognitionSkyl.ai
 
infox technologies
infox technologiesinfox technologies
infox technologiesfidharash
 
Practical AI use cases in Customer Service
Practical AI use cases in Customer ServicePractical AI use cases in Customer Service
Practical AI use cases in Customer ServiceDenys Holovatyi
 
Operationalizing Machine Learning
Operationalizing Machine LearningOperationalizing Machine Learning
Operationalizing Machine LearningAgileThought
 
Top 10 Security Product Manager Interview Questions That You Should Know.pptx
Top 10 Security Product Manager Interview Questions That You Should Know.pptxTop 10 Security Product Manager Interview Questions That You Should Know.pptx
Top 10 Security Product Manager Interview Questions That You Should Know.pptxinfosec train
 
What's Next: Ogilvy x Google Chatbots Partnership
What's Next: Ogilvy x Google Chatbots PartnershipWhat's Next: Ogilvy x Google Chatbots Partnership
What's Next: Ogilvy x Google Chatbots PartnershipOgilvy Consulting
 
2022-December-In-person Meetup-BCN Admins Group.pdf
2022-December-In-person Meetup-BCN Admins Group.pdf2022-December-In-person Meetup-BCN Admins Group.pdf
2022-December-In-person Meetup-BCN Admins Group.pdfanimuscrm
 
Machine Learning - why the hype and how it does its magic
Machine Learning - why the hype and how it does its magicMachine Learning - why the hype and how it does its magic
Machine Learning - why the hype and how it does its magicAmirali Charania
 
Business Analytics Training Catalog - QueBIT Trusted Experts in Business Anal...
Business Analytics Training Catalog - QueBIT Trusted Experts in Business Anal...Business Analytics Training Catalog - QueBIT Trusted Experts in Business Anal...
Business Analytics Training Catalog - QueBIT Trusted Experts in Business Anal...QueBIT Consulting
 
Choose the Right Problems to Solve with ML by Spotify PM
Choose the Right Problems to Solve with ML by Spotify PMChoose the Right Problems to Solve with ML by Spotify PM
Choose the Right Problems to Solve with ML by Spotify PMProduct School
 
Using Data Science to Build an End-to-End Recommendation System
Using Data Science to Build an End-to-End Recommendation SystemUsing Data Science to Build an End-to-End Recommendation System
Using Data Science to Build an End-to-End Recommendation SystemVMware Tanzu
 
ABM: How to Define Your Ideal Customer Profile
ABM: How to Define Your Ideal Customer ProfileABM: How to Define Your Ideal Customer Profile
ABM: How to Define Your Ideal Customer ProfileSaasMQL
 
Future of Ecommerce: How to Improve the Online Shopping Experience Using Mach...
Future of Ecommerce: How to Improve the Online Shopping Experience Using Mach...Future of Ecommerce: How to Improve the Online Shopping Experience Using Mach...
Future of Ecommerce: How to Improve the Online Shopping Experience Using Mach...Skyl.ai
 
Twitter Sentiment Analysis in 10 Minutes using Machine Learning
Twitter Sentiment Analysis in 10 Minutes using Machine LearningTwitter Sentiment Analysis in 10 Minutes using Machine Learning
Twitter Sentiment Analysis in 10 Minutes using Machine LearningSkyl.ai
 
Webinar - Know Your Customer - Arya (20160526)
Webinar - Know Your Customer - Arya (20160526)Webinar - Know Your Customer - Arya (20160526)
Webinar - Know Your Customer - Arya (20160526)Turi, Inc.
 
Entering the Conversational Era with Chatbots for the Enterprise
Entering the Conversational Era with Chatbots for the EnterpriseEntering the Conversational Era with Chatbots for the Enterprise
Entering the Conversational Era with Chatbots for the EnterpriseAleisha McKeeby
 

Similar to AI Talks Live - ML.NET and NLP (with ONNX) (20)

Using the power of OpenAI with your own data: what's possible and how to start?
Using the power of OpenAI with your own data: what's possible and how to start?Using the power of OpenAI with your own data: what's possible and how to start?
Using the power of OpenAI with your own data: what's possible and how to start?
 
How to add machine learning to your applications today
How to add machine learning to your applications todayHow to add machine learning to your applications today
How to add machine learning to your applications today
 
Whats Next for Machine Learning
Whats Next for Machine LearningWhats Next for Machine Learning
Whats Next for Machine Learning
 
How to analyze text data for AI and ML with Named Entity Recognition
How to analyze text data for AI and ML with Named Entity RecognitionHow to analyze text data for AI and ML with Named Entity Recognition
How to analyze text data for AI and ML with Named Entity Recognition
 
infox technologies
infox technologiesinfox technologies
infox technologies
 
Practical AI use cases in Customer Service
Practical AI use cases in Customer ServicePractical AI use cases in Customer Service
Practical AI use cases in Customer Service
 
Operationalizing Machine Learning
Operationalizing Machine LearningOperationalizing Machine Learning
Operationalizing Machine Learning
 
Top 10 Security Product Manager Interview Questions That You Should Know.pptx
Top 10 Security Product Manager Interview Questions That You Should Know.pptxTop 10 Security Product Manager Interview Questions That You Should Know.pptx
Top 10 Security Product Manager Interview Questions That You Should Know.pptx
 
What's Next: Ogilvy x Google Chatbots Partnership
What's Next: Ogilvy x Google Chatbots PartnershipWhat's Next: Ogilvy x Google Chatbots Partnership
What's Next: Ogilvy x Google Chatbots Partnership
 
2022-December-In-person Meetup-BCN Admins Group.pdf
2022-December-In-person Meetup-BCN Admins Group.pdf2022-December-In-person Meetup-BCN Admins Group.pdf
2022-December-In-person Meetup-BCN Admins Group.pdf
 
Machine Learning - why the hype and how it does its magic
Machine Learning - why the hype and how it does its magicMachine Learning - why the hype and how it does its magic
Machine Learning - why the hype and how it does its magic
 
Business Analytics Training Catalog - QueBIT Trusted Experts in Business Anal...
Business Analytics Training Catalog - QueBIT Trusted Experts in Business Anal...Business Analytics Training Catalog - QueBIT Trusted Experts in Business Anal...
Business Analytics Training Catalog - QueBIT Trusted Experts in Business Anal...
 
Choose the Right Problems to Solve with ML by Spotify PM
Choose the Right Problems to Solve with ML by Spotify PMChoose the Right Problems to Solve with ML by Spotify PM
Choose the Right Problems to Solve with ML by Spotify PM
 
Using Data Science to Build an End-to-End Recommendation System
Using Data Science to Build an End-to-End Recommendation SystemUsing Data Science to Build an End-to-End Recommendation System
Using Data Science to Build an End-to-End Recommendation System
 
ABM: How to Define Your Ideal Customer Profile
ABM: How to Define Your Ideal Customer ProfileABM: How to Define Your Ideal Customer Profile
ABM: How to Define Your Ideal Customer Profile
 
Future of Ecommerce: How to Improve the Online Shopping Experience Using Mach...
Future of Ecommerce: How to Improve the Online Shopping Experience Using Mach...Future of Ecommerce: How to Improve the Online Shopping Experience Using Mach...
Future of Ecommerce: How to Improve the Online Shopping Experience Using Mach...
 
Twitter Sentiment Analysis in 10 Minutes using Machine Learning
Twitter Sentiment Analysis in 10 Minutes using Machine LearningTwitter Sentiment Analysis in 10 Minutes using Machine Learning
Twitter Sentiment Analysis in 10 Minutes using Machine Learning
 
D365 Demonstration CRM G Aspiotis
D365 Demonstration CRM G AspiotisD365 Demonstration CRM G Aspiotis
D365 Demonstration CRM G Aspiotis
 
Webinar - Know Your Customer - Arya (20160526)
Webinar - Know Your Customer - Arya (20160526)Webinar - Know Your Customer - Arya (20160526)
Webinar - Know Your Customer - Arya (20160526)
 
Entering the Conversational Era with Chatbots for the Enterprise
Entering the Conversational Era with Chatbots for the EnterpriseEntering the Conversational Era with Chatbots for the Enterprise
Entering the Conversational Era with Chatbots for the Enterprise
 

More from Mauro Bennici

gRPC - Meetup #aperi tech torino.net
gRPC - Meetup #aperi tech torino.netgRPC - Meetup #aperi tech torino.net
gRPC - Meetup #aperi tech torino.netMauro Bennici
 
The Dev Battle - Codemotion - Giugno 2021
The Dev Battle - Codemotion - Giugno 2021The Dev Battle - Codemotion - Giugno 2021
The Dev Battle - Codemotion - Giugno 2021Mauro Bennici
 
NextCode 31 marzo 2021
NextCode 31 marzo 2021NextCode 31 marzo 2021
NextCode 31 marzo 2021Mauro Bennici
 
ONNX Runtime - Talk at Codemotion 2021
ONNX Runtime - Talk at Codemotion 2021ONNX Runtime - Talk at Codemotion 2021
ONNX Runtime - Talk at Codemotion 2021Mauro Bennici
 

More from Mauro Bennici (6)

AI Ethics.pptx
AI Ethics.pptxAI Ethics.pptx
AI Ethics.pptx
 
gRPC - Meetup #aperi tech torino.net
gRPC - Meetup #aperi tech torino.netgRPC - Meetup #aperi tech torino.net
gRPC - Meetup #aperi tech torino.net
 
The Dev Battle - Codemotion - Giugno 2021
The Dev Battle - Codemotion - Giugno 2021The Dev Battle - Codemotion - Giugno 2021
The Dev Battle - Codemotion - Giugno 2021
 
NextCode 31 marzo 2021
NextCode 31 marzo 2021NextCode 31 marzo 2021
NextCode 31 marzo 2021
 
ONNX Runtime - Talk at Codemotion 2021
ONNX Runtime - Talk at Codemotion 2021ONNX Runtime - Talk at Codemotion 2021
ONNX Runtime - Talk at Codemotion 2021
 
A.I. for business
A.I. for businessA.I. for business
A.I. for business
 

Recently uploaded

#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 

Recently uploaded (20)

#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 

AI Talks Live - ML.NET and NLP (with ONNX)