SlideShare a Scribd company logo
LAUGHTERPREDICTION
Laughter Prediction with
Natural Language Processing
LAUGHTERPREDICTION
Who Am I?
• Analytics executive with more than 20
years experience
• Entertainment, Consumer Goods,
Retail, Telecommunications,
Beverage, Snack Foods
LAUGHTERPREDICTION
Successful Comedian
UnSuccessful
Comedian
Andrew Jamieson live at
Hollywood Improv 2011
LAUGHTERPREDICTION
Who Should be Interested in NLP?
• Data Scientists
• Linguists
• Social Justice
• Everybody
LAUGHTERPREDICTION
NLP in the News
A robot wrote this entire article. Are you scared yet, human?
– The Guardian
How GPT-3 Is Shaping Our AI Future - HBR
IBM Watson Demonstrates Natural
Language Processing Advancement
Researcher Use Natural Language Processing
Algorithms To Understand Protein Transformation
New Facebook software creates smarter natural
language processing models
Using Natural Language Processing To Improve Customer Satisfaction
The global natural language
processing (NLP) market size stood at
USD 8.61 billion in 2018 is projected
to reach USD 80.68 billion by 2026,
exhibiting a CAGR of 32.4% during
the forecast period.
LAUGHTERPREDICTION
I think the set of untapped opportunities in NLP
is just massive ... So to those of you thinking of
jumping into NLP I think this is actually a very
good time” – Andrew Ng
LAUGHTERPREDICTION
What is NLP? Natural Language
Processing (NLP)
• Meaning from human
language.
• Computer science,
linguistics and artificial
intelligence.
• Not all NLP is machine
learning.
artificial intelligence
machine learning
deep learning
natural language processing
LAUGHTERPREDICTION
"Analyzing humor is like dissecting a frog.
Few people are interested and the frog dies of it."
– E.B. White
LAUGHTERPREDICTION
Joke Structure
Premise Set Up Punchline
LAUGHTERPREDICTION
Why This Will Never Work
• Shared Common Sense
• Regional / Cultural
• Tone & Body Language
• Words are 7% of meaning
• Comedy needs audience
• Language Memory
LAUGHTERPREDICTION
A.I. “has the approximate computing
power of an earthworm”
– Janelle Shane (AI Weirdness)
LAUGHTERPREDICTION
Why This Might Work
• Concise language
• Comedy follows a formula
• Repetitive structure
• Comedy tools can be identified
• 7% rule is misused
• Sentiment could identify persona
LAUGHTERPREDICTION
"I can't think of anything worse after a night of drinking
than waking up next to someone and not being able to
remember their name, or how you met, or why they're
dead." – Laura Kightlinger)
Rule of 3’s
LAUGHTERPREDICTION
Objective
To Predict Laughter
in Stand-Up Comedy
LAUGHTERPREDICTION
Data Science Process
Obtain
Scrub
Explore
Model
Interpret
LAUGHTERPREDICTION
Where to Get Data
• Direct access to formatted data
(Database, CSV, SQL)
• API call to get data
• Scrape the data
• Other sources (make your own)
LAUGHTERPREDICTION
Web Scraping
• Web Scraping is currently legal …
• Respect /robots.txt
• Don’t take personal information
• Be considerate
• Be wary of copyright
LAUGHTERPREDICTION
• 21 transcripts from George Carlin
and Dave Chappelle
• Performed between 1972 and 2019
• 19 hours of comedy
• 161,000 words
• 5,590 total laughs
About the Data
George Carlin 1975 publicity photo. Public Domain George Carlin viewable on Amazon
Dave Chappelle CC 2.0 by John Bauld (cropped to shape) Dave Chappelle viewable on Netflix and HBO
LAUGHTERPREDICTION
Data Science Process
Obtain
Scrub
Explore
Model
Interpret
LAUGHTERPREDICTION
Challenges
• What is a laugh?
• How to identify?
• When to tag?
• Where to tag?
• Bingeing
LAUGHTERPREDICTION
NLP Preprocessing
• Tokenize
• lowercase
• Punctuation
• Stop words
• N-grams
• Stemming / Lemmatize
LAUGHTERPREDICTION
Methodology
• Tag laughter on each transcript
• Separate into sentences
• Group together in rolling groups
of 3 sentence segments
• Split into individual words
LAUGHTERPREDICTION
Data Science Process
Obtain
Scrub
Explore
Model
Interpret
LAUGHTERPREDICTION
Word Embeddings
source: https://developers.google.com/machine-learning/crash-course
# start with father, add woman, subtract man ...
should equal mother
model.wv.most_similar(positive=['father',
'woman'], negative=['man'], topn=5)
[('wife', 0.6665226221084595),
('infection', 0.5661956071853638),
('hands', 0.558977484703064),
('pregnant', 0.5459829568862915),
('mother', 0.5429518222808838)]
LAUGHTERPREDICTION
Data Summary
Laughter Count Word Count Distribution
LAUGHTERPREDICTION
Transcript Visualization
LAUGHTERPREDICTION
Transcript Sentiment
LAUGHTERPREDICTION
Word Cloud
Word size represents the
frequency or importance
of the word.
LAUGHTERPREDICTION
Topic Visualization with LDA
LAUGHTERPREDICTION
Data Science Process
Obtain
Scrub
Explore
Model
Interpret
LAUGHTERPREDICTION
Modeling
• Baseline Model
• Simple models first
• Recurrent Neural Network,
Long Short-Term Memory,
Gated Recurrent Units
• Convolutional Neural Network
LAUGHTERPREDICTION
Measurement
• Accuracy
• Accurate + Comprehensive
• Confident Predictions
LAUGHTERPREDICTION
CNN Hyperparameters
model = Sequential()
#first layer
model.add(Embedding(vocab_length, 64, input_length=100))
#10000 words, 64 dimensions, sequence length of 100 words
model.add(SpatialDropout1D(0.2))
# second layer
model.add(Conv1D(256, 3, activation='relu’))
#256 filters, 3 kernel lengths - triplets of word embeddings
model.add(GlobalMaxPooling1D())
# third layer
model.add(Dense(128,activation='relu'))
model.add(Dropout(0.5))
# output layer
model.add(Dense(1, activation='sigmoid'))
LAUGHTERPREDICTION
Model Results
LAUGHTERPREDICTION
Model Results
Receiver Operating Characteristic CurvePredictions Confidence Histogram
LAUGHTERPREDICTION
Model Results
LAUGHTERPREDICTION
Code Demo
LAUGHTERPREDICTION
Data Science Process
Obtain
Scrub
Explore
Model
Interpret
LAUGHTERPREDICTION
Recommendations
• Extend the dataset
• Test different groupings
• Test impact of emotion
• Compare comedians
• Compare time periods
• Transfer learning
LAUGHTERPREDICTION
Next Steps
• Extend the data
• More testing
• Transfer learning models
• Image recognition
LAUGHTERPREDICTION
Questions
LAUGHTERPREDICTION
Credits
p18 George Carlin 1975 publicity photo
p18 Dave Chappelle CC 2.0 by John Bauld
p20 Toddler and Steps by Jukan Tateisi on Unsplash
p21 Robot by Pete Linforth from Pixabay
p22 Laugh Woman by Jasmaine Cook from Pixabay
p24 King/Queen by Google ML Crash Course
p28 George Carlin 1975 publicity photo
p31 Yellow Wall Woman by Heather Kemp from Pixabay
p32 Laugh Woman by Heather Kemp from Pixabay
p36 Laugh Man by Jonathon Burton from Pexels
p37 Code by Johnson Martin from Pixabay
p39 Laugh sign by Tim Mossholder from Pexels
p40 Binoculars by Rudy and Peter Skitterians / Pixabay
p41 Robot toy - by Rock'n Roll Monkey on Unsplash
p41 Question - by Simone Secci on Unsplash
Images
p1 Title: Neurons by Gerd Altmann from Pixabay
p4 Data Scientist by Gerd Altmann from Pixabay
p4 Reading by PourquoiPas from Pixabay
p4 Hands by truthseeker08 from Pixabay
p6 Doors by Arek Socha from Pixabay
p8 Frog by David Clode on Unsplash
p9 Jellybeans - Image by Tariq Abro / Pixabay
p9 Setting by AbsolutVision on Unsplash
p9 Boxing Gloves by kalhh from Pixabay
p10 Worm by Catta Kvarn from Pixabay
p13 Bed by Image by Wokandapix from Pixabay
p14 Robot by StockSnap from Pixabay
p16 Laugh Man by Pexels from Pixabay
p17 Scraper by La Miko from Pexels
Fonts
Comfortaa by Johan Aakerlun
Art Brush by Gary D. Jessey
LAUGHTERPREDICTION
Additional Resources
Machine Learning Mastery - several examples, here's one on LSTM
https://machinelearningmastery.com/text-generation-lstm-recurrent-neural-networks-python-keras/
John Krohn - great resource and examples for implementing Natural Language Processing
https://github.com/jonkrohn/DLTFpT
Alice Zhao - Introduction to Text Blob for easy sentiment analysis
https://github.com/adashofdata/nlp-in-python-tutorial/blob/master/3-Sentiment-Analysis.ipynb
Bo Peng - introduction to LDAvis
https://github.com/BoPengGit/LDA-Doc2Vec-example-with-PCA-LDAvis-visualization/tree/master/LDA
Where to watch
•George Carlin - available on Amazon
•Dave Chappelle - mostly available on Netflix, some on HBO
LAUGHTERPREDICTION

More Related Content

Similar to What if a Robot Could Laugh at Your Jokes? (Laughter Prediction with Natural Language Processing)

Machine Learning: Understanding the Invisible Force Changing Our World
Machine Learning: Understanding the Invisible Force Changing Our WorldMachine Learning: Understanding the Invisible Force Changing Our World
Machine Learning: Understanding the Invisible Force Changing Our World
Ken Tabor
 
AI and ChatGPT in Online Education
AI and ChatGPT in Online Education AI and ChatGPT in Online Education
AI and ChatGPT in Online Education
D2L Barry
 
Learning from Stories: Making AI Programming Accessible - Mark Riedl
Learning from Stories: Making AI Programming Accessible - Mark RiedlLearning from Stories: Making AI Programming Accessible - Mark Riedl
Learning from Stories: Making AI Programming Accessible - Mark Riedl
WithTheBest
 
Electricity that loves
Electricity that loves Electricity that loves
Electricity that loves
Eficode
 
Unlocking the Potential: Data as a Medium for Design & Justice
Unlocking the Potential: Data as a Medium for Design & JusticeUnlocking the Potential: Data as a Medium for Design & Justice
Unlocking the Potential: Data as a Medium for Design & Justice
Jess Freaner
 
Designing Against a Data Dystopia
Designing Against a Data DystopiaDesigning Against a Data Dystopia
Designing Against a Data Dystopia
Agnes Pyrchla
 
AI and the Researcher: ChatGPT and DALL-E in Scholarly Writing and Publishing
AI and the Researcher: ChatGPT and DALL-E in Scholarly Writing and PublishingAI and the Researcher: ChatGPT and DALL-E in Scholarly Writing and Publishing
AI and the Researcher: ChatGPT and DALL-E in Scholarly Writing and Publishing
Erin Owens
 
Suit up, bring extra oxygen Internet space explorers needed.
Suit up, bring extra oxygen Internet space explorers needed.Suit up, bring extra oxygen Internet space explorers needed.
Suit up, bring extra oxygen Internet space explorers needed.
Christian Heilmann
 
Is AI Sexist? How Training Data Can Reinforce Gender Stereotypes
Is AI Sexist? How Training Data Can Reinforce Gender StereotypesIs AI Sexist? How Training Data Can Reinforce Gender Stereotypes
Is AI Sexist? How Training Data Can Reinforce Gender Stereotypes
Very
 
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
Leon Dohmen
 
Big Human Data
Big Human DataBig Human Data
Big Human Data
Benjamin Ellis
 
SXSE 2017 – Multiply & Conquer
SXSE 2017 – Multiply & ConquerSXSE 2017 – Multiply & Conquer
SXSE 2017 – Multiply & Conquer
Iris
 
Enterprise Search: How do we get there from here?
Enterprise Search: How do we get there from here?Enterprise Search: How do we get there from here?
Enterprise Search: How do we get there from here?
Daniel Tunkelang
 
BSSML16 L4. Association Discovery and Topic Modeling
BSSML16 L4. Association Discovery and Topic ModelingBSSML16 L4. Association Discovery and Topic Modeling
BSSML16 L4. Association Discovery and Topic Modeling
BigML, Inc
 
Social Media for Prevention - Ft. Lauderdale, FL
Social Media for Prevention - Ft. Lauderdale, FLSocial Media for Prevention - Ft. Lauderdale, FL
Social Media for Prevention - Ft. Lauderdale, FL
LEAD
 
Leah Eustace AFP Toronto Congress 2008 Compressed
Leah Eustace AFP Toronto Congress 2008 CompressedLeah Eustace AFP Toronto Congress 2008 Compressed
Leah Eustace AFP Toronto Congress 2008 Compressed
Good Works
 
Harry Collins - Testing Machines as Social Prostheses - EuroSTAR 2013
Harry Collins - Testing Machines as Social Prostheses - EuroSTAR 2013Harry Collins - Testing Machines as Social Prostheses - EuroSTAR 2013
Harry Collins - Testing Machines as Social Prostheses - EuroSTAR 2013
TEST Huddle
 
AI and the Future of Work [TUG-CO, 11/15/23]
AI and the Future of Work [TUG-CO, 11/15/23]AI and the Future of Work [TUG-CO, 11/15/23]
AI and the Future of Work [TUG-CO, 11/15/23]
Matt Small
 
835 keynote siegel
835 keynote siegel835 keynote siegel
835 keynote siegel
Rising Media, Inc.
 
Design and Darkmatter, Connecting Storytelling with Business Outcomes
Design and Darkmatter, Connecting Storytelling with Business OutcomesDesign and Darkmatter, Connecting Storytelling with Business Outcomes
Design and Darkmatter, Connecting Storytelling with Business Outcomes
Trip O'Dell
 

Similar to What if a Robot Could Laugh at Your Jokes? (Laughter Prediction with Natural Language Processing) (20)

Machine Learning: Understanding the Invisible Force Changing Our World
Machine Learning: Understanding the Invisible Force Changing Our WorldMachine Learning: Understanding the Invisible Force Changing Our World
Machine Learning: Understanding the Invisible Force Changing Our World
 
AI and ChatGPT in Online Education
AI and ChatGPT in Online Education AI and ChatGPT in Online Education
AI and ChatGPT in Online Education
 
Learning from Stories: Making AI Programming Accessible - Mark Riedl
Learning from Stories: Making AI Programming Accessible - Mark RiedlLearning from Stories: Making AI Programming Accessible - Mark Riedl
Learning from Stories: Making AI Programming Accessible - Mark Riedl
 
Electricity that loves
Electricity that loves Electricity that loves
Electricity that loves
 
Unlocking the Potential: Data as a Medium for Design & Justice
Unlocking the Potential: Data as a Medium for Design & JusticeUnlocking the Potential: Data as a Medium for Design & Justice
Unlocking the Potential: Data as a Medium for Design & Justice
 
Designing Against a Data Dystopia
Designing Against a Data DystopiaDesigning Against a Data Dystopia
Designing Against a Data Dystopia
 
AI and the Researcher: ChatGPT and DALL-E in Scholarly Writing and Publishing
AI and the Researcher: ChatGPT and DALL-E in Scholarly Writing and PublishingAI and the Researcher: ChatGPT and DALL-E in Scholarly Writing and Publishing
AI and the Researcher: ChatGPT and DALL-E in Scholarly Writing and Publishing
 
Suit up, bring extra oxygen Internet space explorers needed.
Suit up, bring extra oxygen Internet space explorers needed.Suit up, bring extra oxygen Internet space explorers needed.
Suit up, bring extra oxygen Internet space explorers needed.
 
Is AI Sexist? How Training Data Can Reinforce Gender Stereotypes
Is AI Sexist? How Training Data Can Reinforce Gender StereotypesIs AI Sexist? How Training Data Can Reinforce Gender Stereotypes
Is AI Sexist? How Training Data Can Reinforce Gender Stereotypes
 
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
 
Big Human Data
Big Human DataBig Human Data
Big Human Data
 
SXSE 2017 – Multiply & Conquer
SXSE 2017 – Multiply & ConquerSXSE 2017 – Multiply & Conquer
SXSE 2017 – Multiply & Conquer
 
Enterprise Search: How do we get there from here?
Enterprise Search: How do we get there from here?Enterprise Search: How do we get there from here?
Enterprise Search: How do we get there from here?
 
BSSML16 L4. Association Discovery and Topic Modeling
BSSML16 L4. Association Discovery and Topic ModelingBSSML16 L4. Association Discovery and Topic Modeling
BSSML16 L4. Association Discovery and Topic Modeling
 
Social Media for Prevention - Ft. Lauderdale, FL
Social Media for Prevention - Ft. Lauderdale, FLSocial Media for Prevention - Ft. Lauderdale, FL
Social Media for Prevention - Ft. Lauderdale, FL
 
Leah Eustace AFP Toronto Congress 2008 Compressed
Leah Eustace AFP Toronto Congress 2008 CompressedLeah Eustace AFP Toronto Congress 2008 Compressed
Leah Eustace AFP Toronto Congress 2008 Compressed
 
Harry Collins - Testing Machines as Social Prostheses - EuroSTAR 2013
Harry Collins - Testing Machines as Social Prostheses - EuroSTAR 2013Harry Collins - Testing Machines as Social Prostheses - EuroSTAR 2013
Harry Collins - Testing Machines as Social Prostheses - EuroSTAR 2013
 
AI and the Future of Work [TUG-CO, 11/15/23]
AI and the Future of Work [TUG-CO, 11/15/23]AI and the Future of Work [TUG-CO, 11/15/23]
AI and the Future of Work [TUG-CO, 11/15/23]
 
835 keynote siegel
835 keynote siegel835 keynote siegel
835 keynote siegel
 
Design and Darkmatter, Connecting Storytelling with Business Outcomes
Design and Darkmatter, Connecting Storytelling with Business OutcomesDesign and Darkmatter, Connecting Storytelling with Business Outcomes
Design and Darkmatter, Connecting Storytelling with Business Outcomes
 

More from Data Con LA

Data Con LA 2022 Keynotes
Data Con LA 2022 KeynotesData Con LA 2022 Keynotes
Data Con LA 2022 Keynotes
Data Con LA
 
Data Con LA 2022 Keynotes
Data Con LA 2022 KeynotesData Con LA 2022 Keynotes
Data Con LA 2022 Keynotes
Data Con LA
 
Data Con LA 2022 Keynote
Data Con LA 2022 KeynoteData Con LA 2022 Keynote
Data Con LA 2022 Keynote
Data Con LA
 
Data Con LA 2022 - Startup Showcase
Data Con LA 2022 - Startup ShowcaseData Con LA 2022 - Startup Showcase
Data Con LA 2022 - Startup Showcase
Data Con LA
 
Data Con LA 2022 Keynote
Data Con LA 2022 KeynoteData Con LA 2022 Keynote
Data Con LA 2022 Keynote
Data Con LA
 
Data Con LA 2022 - Using Google trends data to build product recommendations
Data Con LA 2022 - Using Google trends data to build product recommendationsData Con LA 2022 - Using Google trends data to build product recommendations
Data Con LA 2022 - Using Google trends data to build product recommendations
Data Con LA
 
Data Con LA 2022 - AI Ethics
Data Con LA 2022 - AI EthicsData Con LA 2022 - AI Ethics
Data Con LA 2022 - AI Ethics
Data Con LA
 
Data Con LA 2022 - Improving disaster response with machine learning
Data Con LA 2022 - Improving disaster response with machine learningData Con LA 2022 - Improving disaster response with machine learning
Data Con LA 2022 - Improving disaster response with machine learning
Data Con LA
 
Data Con LA 2022 - What's new with MongoDB 6.0 and Atlas
Data Con LA 2022 - What's new with MongoDB 6.0 and AtlasData Con LA 2022 - What's new with MongoDB 6.0 and Atlas
Data Con LA 2022 - What's new with MongoDB 6.0 and Atlas
Data Con LA
 
Data Con LA 2022 - Real world consumer segmentation
Data Con LA 2022 - Real world consumer segmentationData Con LA 2022 - Real world consumer segmentation
Data Con LA 2022 - Real world consumer segmentation
Data Con LA
 
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
Data Con LA
 
Data Con LA 2022 - Moving Data at Scale to AWS
Data Con LA 2022 - Moving Data at Scale to AWSData Con LA 2022 - Moving Data at Scale to AWS
Data Con LA 2022 - Moving Data at Scale to AWS
Data Con LA
 
Data Con LA 2022 - Collaborative Data Exploration using Conversational AI
Data Con LA 2022 - Collaborative Data Exploration using Conversational AIData Con LA 2022 - Collaborative Data Exploration using Conversational AI
Data Con LA 2022 - Collaborative Data Exploration using Conversational AI
Data Con LA
 
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
Data Con LA
 
Data Con LA 2022 - Intro to Data Science
Data Con LA 2022 - Intro to Data ScienceData Con LA 2022 - Intro to Data Science
Data Con LA 2022 - Intro to Data Science
Data Con LA
 
Data Con LA 2022 - How are NFTs and DeFi Changing Entertainment
Data Con LA 2022 - How are NFTs and DeFi Changing EntertainmentData Con LA 2022 - How are NFTs and DeFi Changing Entertainment
Data Con LA 2022 - How are NFTs and DeFi Changing Entertainment
Data Con LA
 
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
Data Con LA
 
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
Data Con LA
 
Data Con LA 2022- Embedding medical journeys with machine learning to improve...
Data Con LA 2022- Embedding medical journeys with machine learning to improve...Data Con LA 2022- Embedding medical journeys with machine learning to improve...
Data Con LA 2022- Embedding medical journeys with machine learning to improve...
Data Con LA
 
Data Con LA 2022 - Data Streaming with Kafka
Data Con LA 2022 - Data Streaming with KafkaData Con LA 2022 - Data Streaming with Kafka
Data Con LA 2022 - Data Streaming with Kafka
Data Con LA
 

More from Data Con LA (20)

Data Con LA 2022 Keynotes
Data Con LA 2022 KeynotesData Con LA 2022 Keynotes
Data Con LA 2022 Keynotes
 
Data Con LA 2022 Keynotes
Data Con LA 2022 KeynotesData Con LA 2022 Keynotes
Data Con LA 2022 Keynotes
 
Data Con LA 2022 Keynote
Data Con LA 2022 KeynoteData Con LA 2022 Keynote
Data Con LA 2022 Keynote
 
Data Con LA 2022 - Startup Showcase
Data Con LA 2022 - Startup ShowcaseData Con LA 2022 - Startup Showcase
Data Con LA 2022 - Startup Showcase
 
Data Con LA 2022 Keynote
Data Con LA 2022 KeynoteData Con LA 2022 Keynote
Data Con LA 2022 Keynote
 
Data Con LA 2022 - Using Google trends data to build product recommendations
Data Con LA 2022 - Using Google trends data to build product recommendationsData Con LA 2022 - Using Google trends data to build product recommendations
Data Con LA 2022 - Using Google trends data to build product recommendations
 
Data Con LA 2022 - AI Ethics
Data Con LA 2022 - AI EthicsData Con LA 2022 - AI Ethics
Data Con LA 2022 - AI Ethics
 
Data Con LA 2022 - Improving disaster response with machine learning
Data Con LA 2022 - Improving disaster response with machine learningData Con LA 2022 - Improving disaster response with machine learning
Data Con LA 2022 - Improving disaster response with machine learning
 
Data Con LA 2022 - What's new with MongoDB 6.0 and Atlas
Data Con LA 2022 - What's new with MongoDB 6.0 and AtlasData Con LA 2022 - What's new with MongoDB 6.0 and Atlas
Data Con LA 2022 - What's new with MongoDB 6.0 and Atlas
 
Data Con LA 2022 - Real world consumer segmentation
Data Con LA 2022 - Real world consumer segmentationData Con LA 2022 - Real world consumer segmentation
Data Con LA 2022 - Real world consumer segmentation
 
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
 
Data Con LA 2022 - Moving Data at Scale to AWS
Data Con LA 2022 - Moving Data at Scale to AWSData Con LA 2022 - Moving Data at Scale to AWS
Data Con LA 2022 - Moving Data at Scale to AWS
 
Data Con LA 2022 - Collaborative Data Exploration using Conversational AI
Data Con LA 2022 - Collaborative Data Exploration using Conversational AIData Con LA 2022 - Collaborative Data Exploration using Conversational AI
Data Con LA 2022 - Collaborative Data Exploration using Conversational AI
 
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
 
Data Con LA 2022 - Intro to Data Science
Data Con LA 2022 - Intro to Data ScienceData Con LA 2022 - Intro to Data Science
Data Con LA 2022 - Intro to Data Science
 
Data Con LA 2022 - How are NFTs and DeFi Changing Entertainment
Data Con LA 2022 - How are NFTs and DeFi Changing EntertainmentData Con LA 2022 - How are NFTs and DeFi Changing Entertainment
Data Con LA 2022 - How are NFTs and DeFi Changing Entertainment
 
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
 
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
 
Data Con LA 2022- Embedding medical journeys with machine learning to improve...
Data Con LA 2022- Embedding medical journeys with machine learning to improve...Data Con LA 2022- Embedding medical journeys with machine learning to improve...
Data Con LA 2022- Embedding medical journeys with machine learning to improve...
 
Data Con LA 2022 - Data Streaming with Kafka
Data Con LA 2022 - Data Streaming with KafkaData Con LA 2022 - Data Streaming with Kafka
Data Con LA 2022 - Data Streaming with Kafka
 

Recently uploaded

The Ipsos - AI - Monitor 2024 Report.pdf
The  Ipsos - AI - Monitor 2024 Report.pdfThe  Ipsos - AI - Monitor 2024 Report.pdf
The Ipsos - AI - Monitor 2024 Report.pdf
Social Samosa
 
A presentation that explain the Power BI Licensing
A presentation that explain the Power BI LicensingA presentation that explain the Power BI Licensing
A presentation that explain the Power BI Licensing
AlessioFois2
 
Jio cinema Retention & Engagement Strategy.pdf
Jio cinema Retention & Engagement Strategy.pdfJio cinema Retention & Engagement Strategy.pdf
Jio cinema Retention & Engagement Strategy.pdf
inaya7568
 
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
nuttdpt
 
一比一原版(Unimelb毕业证书)墨尔本大学毕业证如何办理
一比一原版(Unimelb毕业证书)墨尔本大学毕业证如何办理一比一原版(Unimelb毕业证书)墨尔本大学毕业证如何办理
一比一原版(Unimelb毕业证书)墨尔本大学毕业证如何办理
xclpvhuk
 
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
mkkikqvo
 
一比一原版多伦多大学毕业证(UofT毕业证书)学历如何办理
一比一原版多伦多大学毕业证(UofT毕业证书)学历如何办理一比一原版多伦多大学毕业证(UofT毕业证书)学历如何办理
一比一原版多伦多大学毕业证(UofT毕业证书)学历如何办理
eoxhsaa
 
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
taqyea
 
一比一原版(曼大毕业证书)曼尼托巴大学毕业证如何办理
一比一原版(曼大毕业证书)曼尼托巴大学毕业证如何办理一比一原版(曼大毕业证书)曼尼托巴大学毕业证如何办理
一比一原版(曼大毕业证书)曼尼托巴大学毕业证如何办理
ytypuem
 
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Aggregage
 
DSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelinesDSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelines
Timothy Spann
 
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
aguty
 
一比一原版(Sheffield毕业证书)谢菲尔德大学毕业证如何办理
一比一原版(Sheffield毕业证书)谢菲尔德大学毕业证如何办理一比一原版(Sheffield毕业证书)谢菲尔德大学毕业证如何办理
一比一原版(Sheffield毕业证书)谢菲尔德大学毕业证如何办理
1tyxnjpia
 
Cell The Unit of Life for NEET Multiple Choice Questions.docx
Cell The Unit of Life for NEET Multiple Choice Questions.docxCell The Unit of Life for NEET Multiple Choice Questions.docx
Cell The Unit of Life for NEET Multiple Choice Questions.docx
vasanthatpuram
 
Experts live - Improving user adoption with AI
Experts live - Improving user adoption with AIExperts live - Improving user adoption with AI
Experts live - Improving user adoption with AI
jitskeb
 
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
oaxefes
 
Building a Quantum Computer Neutral Atom.pdf
Building a Quantum Computer Neutral Atom.pdfBuilding a Quantum Computer Neutral Atom.pdf
Building a Quantum Computer Neutral Atom.pdf
cjimenez2581
 
How To Control IO Usage using Resource Manager
How To Control IO Usage using Resource ManagerHow To Control IO Usage using Resource Manager
How To Control IO Usage using Resource Manager
Alireza Kamrani
 
Open Source Contributions to Postgres: The Basics POSETTE 2024
Open Source Contributions to Postgres: The Basics POSETTE 2024Open Source Contributions to Postgres: The Basics POSETTE 2024
Open Source Contributions to Postgres: The Basics POSETTE 2024
ElizabethGarrettChri
 
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
ywqeos
 

Recently uploaded (20)

The Ipsos - AI - Monitor 2024 Report.pdf
The  Ipsos - AI - Monitor 2024 Report.pdfThe  Ipsos - AI - Monitor 2024 Report.pdf
The Ipsos - AI - Monitor 2024 Report.pdf
 
A presentation that explain the Power BI Licensing
A presentation that explain the Power BI LicensingA presentation that explain the Power BI Licensing
A presentation that explain the Power BI Licensing
 
Jio cinema Retention & Engagement Strategy.pdf
Jio cinema Retention & Engagement Strategy.pdfJio cinema Retention & Engagement Strategy.pdf
Jio cinema Retention & Engagement Strategy.pdf
 
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
 
一比一原版(Unimelb毕业证书)墨尔本大学毕业证如何办理
一比一原版(Unimelb毕业证书)墨尔本大学毕业证如何办理一比一原版(Unimelb毕业证书)墨尔本大学毕业证如何办理
一比一原版(Unimelb毕业证书)墨尔本大学毕业证如何办理
 
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
 
一比一原版多伦多大学毕业证(UofT毕业证书)学历如何办理
一比一原版多伦多大学毕业证(UofT毕业证书)学历如何办理一比一原版多伦多大学毕业证(UofT毕业证书)学历如何办理
一比一原版多伦多大学毕业证(UofT毕业证书)学历如何办理
 
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
 
一比一原版(曼大毕业证书)曼尼托巴大学毕业证如何办理
一比一原版(曼大毕业证书)曼尼托巴大学毕业证如何办理一比一原版(曼大毕业证书)曼尼托巴大学毕业证如何办理
一比一原版(曼大毕业证书)曼尼托巴大学毕业证如何办理
 
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
 
DSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelinesDSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelines
 
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
 
一比一原版(Sheffield毕业证书)谢菲尔德大学毕业证如何办理
一比一原版(Sheffield毕业证书)谢菲尔德大学毕业证如何办理一比一原版(Sheffield毕业证书)谢菲尔德大学毕业证如何办理
一比一原版(Sheffield毕业证书)谢菲尔德大学毕业证如何办理
 
Cell The Unit of Life for NEET Multiple Choice Questions.docx
Cell The Unit of Life for NEET Multiple Choice Questions.docxCell The Unit of Life for NEET Multiple Choice Questions.docx
Cell The Unit of Life for NEET Multiple Choice Questions.docx
 
Experts live - Improving user adoption with AI
Experts live - Improving user adoption with AIExperts live - Improving user adoption with AI
Experts live - Improving user adoption with AI
 
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
 
Building a Quantum Computer Neutral Atom.pdf
Building a Quantum Computer Neutral Atom.pdfBuilding a Quantum Computer Neutral Atom.pdf
Building a Quantum Computer Neutral Atom.pdf
 
How To Control IO Usage using Resource Manager
How To Control IO Usage using Resource ManagerHow To Control IO Usage using Resource Manager
How To Control IO Usage using Resource Manager
 
Open Source Contributions to Postgres: The Basics POSETTE 2024
Open Source Contributions to Postgres: The Basics POSETTE 2024Open Source Contributions to Postgres: The Basics POSETTE 2024
Open Source Contributions to Postgres: The Basics POSETTE 2024
 
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
一比一原版(lbs毕业证书)伦敦商学院毕业证如何办理
 

What if a Robot Could Laugh at Your Jokes? (Laughter Prediction with Natural Language Processing)