SlideShare a Scribd company logo
1 of 24
Download to read offline
We’ve built the world’s first commercial AI Auditor.
AI and Machine Learning:
The many different approaches
For Educational Purposes Only
Copyright 2017 MindBridge
certain content is copyright of the respective owners
About me
Robin Grosset
• Erstwhile Physicist from Scotland
• 20+ years in Business Analytics
• 16+ patents in the area of data processing, analytics and
security
• Founder, acquired twice: Cognos and IBM
• Appointed IBM Distinguished Engineer
• Watson Group in IBM, Chief Architect of Watson Analytics
• “InfoWorld's 2016 Technology of the Year” winner
Joined MindBridge as CTO in 2016, working on
revolutionizing financial anomaly detection with
Artificial Intelligence
Agenda,	all	about	AI
• Fun	background	
• Promising	Future
• Pitfalls	and	Hype
• Many	Tribes	of	AI	
• Breaking	it	down
• Discussion
Pre-”Artificial	Intelligence”	Era	
• Talos,	Greek	Mythology	a	man	
made	of	bronze,	400	BC	
• “The	Engine”	in	Gullivers Travels,	
1726
• “The	Brain”	in	Escape! by	Isaac	
Asimov,	1945
• Turing	Test,	1950
“Artificial	Intelligence”:	1956
A.I.	term	was	coined	during	a	conference	at	
Dartmouth	College	by	5	leading	researchers
John	McCarthy Marvin	Minsky
Herbert	Simon
Arthur	Samuel
Allen	Newell
SEND
+MORE
MONEY
Images	copyright	of	the	respective	copyright	holders
The	Cold	War,	1954-1966
• ALPAC	(Automated	Language	Processing	Advisory	Committee)	
• US	Govt	fund	machine	translation,	$20M	US
• Russian	<->	English
• Much	optimism
many	predictions	of	imminent	breakthroughs
• Damming	report	in	1966	ended	the	work.	
• It	half	worked,	it	was	very	bad	at	
disambiguation
“out	of	sight,	out	of	mind” =	“blind	idiot”
The	first	“AI	Winter”
Perceptron:	1958
1st Artificial	Neural	Network,	Computer	Vision
New York Times July 8th 1958
NEW NAVY DEVICE LEARNS BY DOING;
Psychologist Shows Embryo of Computer
Designed to Read and Grow Wiser
Frank	Rosenblatt	created	controversy	around	the	
abilities	of	perceptron:	space	exploration	with	
machines
20x20	photocell
IEEE
Award
f(x)
x1
x2
x3
Perceptron	=	Single	Layer	Neural	Net
Book	by	Minsky	and	Papert
1970.	“Perceptron”	=	no	good
2nd	“AI	Winter”
Symbolic	AI:	1983	
• represents	knowledge	in	human-readable	form
• the	dominant	form	of	AI	research	until	late	1980s
• Lisp	Machines
• Most	successful	form	is	called	an	‘Expert	System’	,	
comprising	inference	engine and	knowledge	base	
• Ontology	Classification
• Fuzzy	Logic
• Hypothetical	Reasoning
“Lisp	Machine”	
Symbolics 3640
Workstation
c.	1984
Problems:	
• Maintenance,	they	became	brittle
• Could	not	learn	or	improve	itself,	needs	coders
• No	reusability	of	expertise
• Slow	progress	->	investment	moved	away
3rd	“AI	Winter”
Meanwhile
Back	Propagation	:1986
• Geoffrey	Hinton,	University	ofToronto	
'Canadian	Mafia’	in	the	Deep	Learning	Conspiracy
• “Smart	scientists,	go	there	to	see	their	careers	end.”	
• Hinton’s	lab	was	seen	as	a	renegade	project,	more	the	
stuff	of	science	fiction	than	vocation.
f(x)
x2
x3
Hidden	Layer
x1
Error	back	propagation
Machine	Learns…!!!!
2012	:	The	new	AI	spring
Raw Pixels
Game State
Reward
(Score)
Game
Controls
2014: DeepMind Q Learner
Demis Hassabis
DeepMind Co-Founder
Playing	Video	Games
The	Demo	that	got	DeepMind	bought	by	Google	($400M)
Link	to	YouTube:	
https://www.youtube.com/watch?v=9jnVQDnGQfU
DIY!		Atari	Deep	Q	Learner	by	DeepMind
Requires
• Ubuntu	Linux
• Nvidia GTX	9XX	Series	
4GB	Video	Memory
• Nvidia CUDA	Install…
• Torch	7	etc..	
https://github.com/kuz/DeepMind-Atari-Deep-Q-Learner
Google’s	Cat	Detector	:	Cost
2000		x	8	Core	Machines	for	1	week,	$182K	
Le	at	al	Building	high	level	features	using	large	scale	unsupervised	learning	ICML	2012
http://icml.cc/2012/papers/73.pdf
Best	results	
ever	on	
ImageNet	
classification
Some	of	the	Many	‘Tribes’ of	AI	
• Symbolists	
• knowledge	composition,	rules,	inverse	deduction	(inference),	RDF,	OWL.	
• Connectionist
• multi-layer	perceptrons with	weights,	backpropagation
• Analogizers
• Similarity,	Kernel	machines,	Clustering	
• Evolutionaries
• structure	discovery,	genetic	algorithms
• Bayesians
• Uncertainty,	Probabilistic	inference,	Monte-Carlo	method	(spam	filter)
• Tree	Huggers
• Decision	Tree	based	models,	Random	Forest,	+	Gradient	Boosting
And	there	are	more…
The most common Machine Learning Algorithm
K-Means Clustering
Algorithms	can	learn	to	categorize	by	themselves	
Algorithms	tend	to	have	an	objective	(cost	function)
Iterates	until	done	(cost	is	minimized)	
K-Means	Clustering
repeat {
for each point
find nearest centroid
assign to cluster
for each centroid
recalculate location
} until no point changes cluster
Genetic	Algorithms
• NEAT	(Neuro	Evolution	of	Augmenting	Topologies)
Professor	Kenneth	O	Stanley
“Novelty	Search”	and	how	trying	to	move	
straight	towards	the	objective	loses.	
Why	Greatness	Cannot	be	Planned
“The	myth	of	the	objective”
http://picbreeder.org
Mar.io by	Seth	Bling
Requires
• Windows PC
• BizHawk emulator
• Mario World Rom
• 1 LUA file
https://github.com/pakoito/MarI-O
Mar.io by	Seth	Bling No	special	hardware,	unlike	DeepMind	Q	Learner
• YouTube	link	:	
• https://www.youtube.com/watch?v=qv6UVOQ0F44
Tree	Hugging:	XGBoost
“Winningest” Algorithm	on	Kaggle
Good	with	structured	data.	
Why	use	it
• Execution	Speed
• Model	Performance	
Random	Forest	+	Boosting	=	Ensemble	Learning
Deep	Learning:	
Downside:	Lots	of	compute	is	required.		
Tends	to	create	Black	Boxes	and	the	outcomes	are	hard	to	
explain,	and	often	not	understood	even	by	experts
Can	be	used	as	a	‘focusing	function’	but	not	an	explanation.	
Deep	Learning
Data
Insight!
Upside:	No	need	to	do	feature	extraction	as	
the	Deep	Learner	will	figure	out	for	itself	what	
is	important
Human	Cognitive	Augmentation
using	Artificial	Intelligence
• Human	centric	AI
• Help	humans	be	more	
effective,	more	focused.	
• Free	them	from	boring	
tasks	of	looking	through	
millions	of	data	points	
looking	for	needles	in	
haystacks
• Allow	focus	on	higher	
value	tasks	that	require	
human	intellect
This	is	MindBridge
AI and Machine Learning: The many different approaches

More Related Content

Similar to AI and Machine Learning: The many different approaches

Drivers for technology innovations and trends
Drivers for technology innovations and trendsDrivers for technology innovations and trends
Drivers for technology innovations and trendsKumar BV
 
Wearable Computing
Wearable ComputingWearable Computing
Wearable Computingarjunblj
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceA.I. Tazib
 
Cost of dw 20170909 v18
Cost of dw 20170909 v18Cost of dw 20170909 v18
Cost of dw 20170909 v18ISSIP
 
The singularity is coming by Takuya Matsuda - CODE BLUE 2015
The singularity is coming by Takuya Matsuda - CODE BLUE 2015The singularity is coming by Takuya Matsuda - CODE BLUE 2015
The singularity is coming by Takuya Matsuda - CODE BLUE 2015CODE BLUE
 
AI Happy Hour - Dr. Kai-Fu Lee - The Golden age of Artificial Intelligence
AI Happy Hour - Dr. Kai-Fu Lee - The Golden age of Artificial IntelligenceAI Happy Hour - Dr. Kai-Fu Lee - The Golden age of Artificial Intelligence
AI Happy Hour - Dr. Kai-Fu Lee - The Golden age of Artificial IntelligenceRicky Wong
 
AI and Healthcare- updated January 2019
AI and Healthcare- updated January 2019AI and Healthcare- updated January 2019
AI and Healthcare- updated January 2019KR_Barker
 
IBM's approach to Social Media: Leading with the IBMer (WOMMA 2010 presentation)
IBM's approach to Social Media: Leading with the IBMer (WOMMA 2010 presentation)IBM's approach to Social Media: Leading with the IBMer (WOMMA 2010 presentation)
IBM's approach to Social Media: Leading with the IBMer (WOMMA 2010 presentation)adam christensen
 
The Human Dimension of Industry 4.0
The Human Dimension of Industry 4.0The Human Dimension of Industry 4.0
The Human Dimension of Industry 4.0Andy Fawkes
 
Artificial intelligence PPT (AI PPT)
Artificial intelligence PPT (AI PPT)Artificial intelligence PPT (AI PPT)
Artificial intelligence PPT (AI PPT)RAONEvv
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceNikitaGidde
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence pramiidhaaavula
 
Privacy, Ethics, and Future Uses of the Social Web
Privacy, Ethics, and Future Uses of the Social WebPrivacy, Ethics, and Future Uses of the Social Web
Privacy, Ethics, and Future Uses of the Social WebMatthew Russell
 
Improving healthcare with AI
Improving healthcare with AIImproving healthcare with AI
Improving healthcare with AIJulien SIMON
 
AI and the future workforce
AI and the future workforceAI and the future workforce
AI and the future workforceHudson UK
 

Similar to AI and Machine Learning: The many different approaches (20)

Introduction to AI
Introduction to AIIntroduction to AI
Introduction to AI
 
Drivers for technology innovations and trends
Drivers for technology innovations and trendsDrivers for technology innovations and trends
Drivers for technology innovations and trends
 
Real time ai on the edge
Real time ai on the edgeReal time ai on the edge
Real time ai on the edge
 
Queek IT Quiz
Queek IT QuizQueek IT Quiz
Queek IT Quiz
 
Wearable Computing
Wearable ComputingWearable Computing
Wearable Computing
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Cost of dw 20170909 v18
Cost of dw 20170909 v18Cost of dw 20170909 v18
Cost of dw 20170909 v18
 
The singularity is coming by Takuya Matsuda - CODE BLUE 2015
The singularity is coming by Takuya Matsuda - CODE BLUE 2015The singularity is coming by Takuya Matsuda - CODE BLUE 2015
The singularity is coming by Takuya Matsuda - CODE BLUE 2015
 
Ai and productivity
Ai and productivityAi and productivity
Ai and productivity
 
AI Happy Hour - Dr. Kai-Fu Lee - The Golden age of Artificial Intelligence
AI Happy Hour - Dr. Kai-Fu Lee - The Golden age of Artificial IntelligenceAI Happy Hour - Dr. Kai-Fu Lee - The Golden age of Artificial Intelligence
AI Happy Hour - Dr. Kai-Fu Lee - The Golden age of Artificial Intelligence
 
The Guardian Avatar
The Guardian AvatarThe Guardian Avatar
The Guardian Avatar
 
AI and Healthcare- updated January 2019
AI and Healthcare- updated January 2019AI and Healthcare- updated January 2019
AI and Healthcare- updated January 2019
 
IBM's approach to Social Media: Leading with the IBMer (WOMMA 2010 presentation)
IBM's approach to Social Media: Leading with the IBMer (WOMMA 2010 presentation)IBM's approach to Social Media: Leading with the IBMer (WOMMA 2010 presentation)
IBM's approach to Social Media: Leading with the IBMer (WOMMA 2010 presentation)
 
The Human Dimension of Industry 4.0
The Human Dimension of Industry 4.0The Human Dimension of Industry 4.0
The Human Dimension of Industry 4.0
 
Artificial intelligence PPT (AI PPT)
Artificial intelligence PPT (AI PPT)Artificial intelligence PPT (AI PPT)
Artificial intelligence PPT (AI PPT)
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence
 
Privacy, Ethics, and Future Uses of the Social Web
Privacy, Ethics, and Future Uses of the Social WebPrivacy, Ethics, and Future Uses of the Social Web
Privacy, Ethics, and Future Uses of the Social Web
 
Improving healthcare with AI
Improving healthcare with AIImproving healthcare with AI
Improving healthcare with AI
 
AI and the future workforce
AI and the future workforceAI and the future workforce
AI and the future workforce
 

More from Jenny Midwinter

Practical Challenges ML Workflows
Practical Challenges ML WorkflowsPractical Challenges ML Workflows
Practical Challenges ML WorkflowsJenny Midwinter
 
Machine learning applications in clinical brain computer interfacing
Machine learning applications in clinical brain computer interfacingMachine learning applications in clinical brain computer interfacing
Machine learning applications in clinical brain computer interfacingJenny Midwinter
 
Augmented Intelligence Bridging the Gap Between BI and AI
Augmented Intelligence  Bridging the Gap Between BI and AIAugmented Intelligence  Bridging the Gap Between BI and AI
Augmented Intelligence Bridging the Gap Between BI and AIJenny Midwinter
 
Autonomous Learning for Autonomous Systems, by Prof. Plamen Angelov
Autonomous Learning for Autonomous Systems, by Prof. Plamen AngelovAutonomous Learning for Autonomous Systems, by Prof. Plamen Angelov
Autonomous Learning for Autonomous Systems, by Prof. Plamen AngelovJenny Midwinter
 
Ai and analytics for business
Ai and analytics for businessAi and analytics for business
Ai and analytics for businessJenny Midwinter
 
Introduction to Natural Language Processing
Introduction to Natural Language ProcessingIntroduction to Natural Language Processing
Introduction to Natural Language ProcessingJenny Midwinter
 
Building an NLP DNN in 5 Minutes
Building an NLP DNN in 5 MinutesBuilding an NLP DNN in 5 Minutes
Building an NLP DNN in 5 MinutesJenny Midwinter
 
Machine Learning meets Granular Computing
Machine Learning meets Granular ComputingMachine Learning meets Granular Computing
Machine Learning meets Granular ComputingJenny Midwinter
 
2016 09-19 - stephan jou - machine learning meetup v1
2016 09-19 - stephan jou - machine learning meetup v12016 09-19 - stephan jou - machine learning meetup v1
2016 09-19 - stephan jou - machine learning meetup v1Jenny Midwinter
 
Machine Learning at Amazon
Machine Learning at AmazonMachine Learning at Amazon
Machine Learning at AmazonJenny Midwinter
 
Applying Deep Learning Vision Technology to low-cost/power Embedded Systems
Applying Deep Learning Vision Technology to low-cost/power Embedded SystemsApplying Deep Learning Vision Technology to low-cost/power Embedded Systems
Applying Deep Learning Vision Technology to low-cost/power Embedded SystemsJenny Midwinter
 

More from Jenny Midwinter (11)

Practical Challenges ML Workflows
Practical Challenges ML WorkflowsPractical Challenges ML Workflows
Practical Challenges ML Workflows
 
Machine learning applications in clinical brain computer interfacing
Machine learning applications in clinical brain computer interfacingMachine learning applications in clinical brain computer interfacing
Machine learning applications in clinical brain computer interfacing
 
Augmented Intelligence Bridging the Gap Between BI and AI
Augmented Intelligence  Bridging the Gap Between BI and AIAugmented Intelligence  Bridging the Gap Between BI and AI
Augmented Intelligence Bridging the Gap Between BI and AI
 
Autonomous Learning for Autonomous Systems, by Prof. Plamen Angelov
Autonomous Learning for Autonomous Systems, by Prof. Plamen AngelovAutonomous Learning for Autonomous Systems, by Prof. Plamen Angelov
Autonomous Learning for Autonomous Systems, by Prof. Plamen Angelov
 
Ai and analytics for business
Ai and analytics for businessAi and analytics for business
Ai and analytics for business
 
Introduction to Natural Language Processing
Introduction to Natural Language ProcessingIntroduction to Natural Language Processing
Introduction to Natural Language Processing
 
Building an NLP DNN in 5 Minutes
Building an NLP DNN in 5 MinutesBuilding an NLP DNN in 5 Minutes
Building an NLP DNN in 5 Minutes
 
Machine Learning meets Granular Computing
Machine Learning meets Granular ComputingMachine Learning meets Granular Computing
Machine Learning meets Granular Computing
 
2016 09-19 - stephan jou - machine learning meetup v1
2016 09-19 - stephan jou - machine learning meetup v12016 09-19 - stephan jou - machine learning meetup v1
2016 09-19 - stephan jou - machine learning meetup v1
 
Machine Learning at Amazon
Machine Learning at AmazonMachine Learning at Amazon
Machine Learning at Amazon
 
Applying Deep Learning Vision Technology to low-cost/power Embedded Systems
Applying Deep Learning Vision Technology to low-cost/power Embedded SystemsApplying Deep Learning Vision Technology to low-cost/power Embedded Systems
Applying Deep Learning Vision Technology to low-cost/power Embedded Systems
 

Recently uploaded

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

AI and Machine Learning: The many different approaches