SlideShare a Scribd company logo
Образец	заголовка	
An	Introduc+on	to	Chatbots	
by	Nishil	Shah	and	Kanishk	Thareja	
Prepared	as	an	assignment	for	CS410:	Text	InformaMon	Systems	in	Spring	2016
Образец	заголовка	What	are	Chatbots?[1]	
•  Chatbots	are	arMficially	intelligent	computer	
systems	that	converse	with	humans	using	natural	
language	
•  IniMally	created	in	the	1960s	to	simulate	human	
conversaMon	for	the	purpose	of	entertainment	
•  Today,	chatbots	are	abundant	and	offer	
sophisMcated	services
Образец	заголовка	ELIZA[1]	
•  One	of	the	earliest	chatbot	systems	
•  Designed	to	mirror	a	conversaMon	between	a	
paMent	(the	user)	and	a	psychotherapist	(the	
system)	
•  Uses	a	simple	keyword	mapping	algorithm	
–  If	a	keyword	is	found	with	the	user’s	input,	an	output	
sentence	is	selected	based	upon	a	rule	correlated	
with	that	keyword	
–  If	no	keyword	is	found,	ELIZA	returns	a	default	
response	such	as	“Please	go	on.”	or	“Can	you	
elaborate	on	that?”
Образец	заголовка	ELIZA[1]	
•  For	instance,	if	the	input	contains	the	word	“sad”,	
ELIZA	can	respond,	“What’s	bothering	you?”	
•  Based	upon	the	noMon	that	if	a	user	menMons	a	
feeling,	ELIZA	should	engage	them	into	opening	
up	about	it	
•  ELIZA	does	not	understand	what	the	user	says	
•  Generates	a	response	from	pre-stored	sentences	
and	sentence	templates
Образец	заголовка	Current	Applica+ons	of	Chatbots[1]	
•  Chatbots	have	more	pracMcal	applicaMons	due	to	
improvements	in	data/text	mining	and	machine	
learning	methods	
•  The	main	purpose	of	current	chatbots	is	to	
increase	producMvity	
•  Common	domains	of	today’s	chatbots	are	
informaMon	retrieval	(quesMon-and-answer	
systems),	personal	assistance,	and	e-commerce
Образец	заголовка	Facebook	M	
•  A	chatbot	service	created	by	
Facebook	
•  Beta	launched	on	August	27,	2015	
•  Few	usages	of	Facebook	M	are	
finding	restaurant	opMons	and	
vacaMon	suggesMons	
•  Built	right	into	the	messenger;	
allows	users	to	have	easy	access	in	
a	familiar	UI	system
Образец	заголовка	Siri	
•  Chatbot	service	by	Apple	on	iOS	
•  Uses	voice	recogniMon	and	speaks	to	the	user	
•  Siri	has	3	basic	funcMons	
–  Task	compleMon:	Can	perform	web	searches,	
complete	transacMons,	make	a	call,	etc…	
–  ConversaMonal	intent:	Takes	into	account	mulMple	
contexts	such	as	locaMon	and	Mme	to	understand	the	
user’s	situaMon	
–  PersonalizaMon:	Siri	learns	about	the	user	and	tailors	
responses	to	each	individual
Образец	заголовка	How	Do	Chatbots	Work?	
•  Natural	Language	
Processing	
	
•  Discourse	Analysis	
	
•  Ontology	Learning	
	
•  Sentence	CompleMon
Образец	заголовка	Natural	Language	Processing[2]	
•  Text	systems	interpret	user	input	as	a	“bag	of	
words”,	each	word	considered	independent	of	
the	others	
•  Words	can	be	further	segmented	by	labeling	
their	parts	of	speech,	tense,	etc…
Образец	заголовка	Natural	Language	Processing[2]	
•  Contextually	dependent	words	can	be	found	
using	Markov	Chains	
–  In	the	sentence,	“How	is	the	Apple	stock	doing?”,	the	
keywords	“Apple”	and	“stock”	are	extracted	
•  ProbabilisMc	language	models	can	be	used	to	
assign	weighMngs	to	words	
These	techniques	are	used	in	general	text	
informaMon	systems.	
Let’s	focus	on	topics	specific	to	chatbots.
Образец	заголовка	Natural	Language	Processing[2]	
•  It	is	not	ouen	that	a	user’s	input	is	independent	
of	any	context	
•  The	chatbot	system	must	model	how	separate	
text	links	together	to	form	a	coherent	discourse	
Chatbot	systems	must	recognize	
that	the	user	is	referring	to	the	
same	locaMon	in	both	instances.	
	
We	need	discourse	analysis!
Образец	заголовка	Discourse	Analysis[3]	
•  Developing	a	raMonal,	coherent	discourse	from	
mulMple	user	inputs	
•  IdenMfies	and	evaluates	pawerns	within	a	series	
of	texts	
•  Creates	relaMonships	between	sentences	and	
enMMes	
•  3	main	models	to	model	discourse	
–  Analysis	of	semanMcs	
–  Analysis	of	structure	
–  Analysis	of	intenMon
Образец	заголовка	
Discourse	Analysis	Using	
Seman+cs[3]	
•  Text	is	broken	down	into	primiMve	units	called	
elements	(ex:	enMMes,	acMons)	
•  Together,	elements	build	semanMc	formulas,	
which	represent	the	meaning	of	English	words	
Formula	for	“eat”:	
–  Agent	is	animate	
–  Object	is	edible	
–  DirecMon	is	toward	the	human	mouth	
•  Gives	relaMonship	between	objects	and	acMons
Образец	заголовка	Ontology	Learning	Creates	Models[4]	
•  Chatbots	automaMcally	
create	ontologies		
•  An	ontology	is	a	model	
for	describing	an	
enMMes	properMes	and	
relaMonships	
•  In	this	example,	the	
system	understands	
that	the	user	likes	
movies
Образец	заголовка	Ontology	Learning[4]	
•  Common	components	of	ontologies	include:	
–  Individuals:	instances	or	objects	(the	basic	or	“ground	
level”	objects)	
–  Classes:	sets,	collecMons,	concepts,	classes	in	
programming,	kinds	of	things	
–  Awributes:	aspects,	features,	properMes,	
characterisMcs	
–  RelaMons:	ways	in	which	classes	and	individuals	can	
interact	with	each	other	
•  The	more	the	user	interacts	with	the	chatbot,	the	
stronger	the	ontologies	it	can	create
Образец	заголовка	Genera+ng	A	Response[5]	
•  Now	that	the	chatbot	system	has	understood	the	
user’s	input,	it	must	generate	an	appropriate	response	
•  Similar	to	informaMon	retrieval:	rather	than	matching	
the	user’s	“query”	to	a	document,	we	are	mapping	to	
one	to	two	sentences	
•  We	take	into	account	certain	stop	words	such	as	
“you”,	“I”,	and	“because”	that	may	be	important	to	the	
semanMcs	of	the	sentence	
•  The	system	ranks	relevant	sentences	based	on	a	
probabilisMc	funcMon	and	selects	the	highest	one
Образец	заголовка	Sentence	Genera+on[5]	
•  Chatbots	should	keep	a	copy	of	the	conversaMon	
in	memory	
•  Prevents	the	chatbot	from	repeaMng	the	same	
response	if	the	user	sends	in	the	same	input	
mulMple	Mmes	
•  Feedback	based	upon	
– Relevance	of	response	to	user	input	
– SyntacMcal	and	semanMc	correctness
Образец	заголовка	Sentence	Genera+on[5]	
•  What	about	sentences	that	are	not	in	the	system’s	
database?	
•  One	method	to	solve	this	uses	a	geneMc	algorithm	to	
crossover	exisMng	sentences	to	produce	a	new	response	
•  To	implement	this,	we	can	use	the	concept	of	largest	
common	paRern	
•  LCP(s,	t)	=	(p1,	p2,	…,	pn)	where	n	=	1	and	p1	=	Ø	
	 	OR	
•  LCP(s,	t)	=	(p1,	p2,	...,	pn)	where	for	every	1	≤	i	≤	n,			pi	≠	Ø	
and	s	and	t	are	sentences:	
–  s	=	s1	p1	s2	p2	…	sn	pn	
–  T	=	t1	p1	t2	p2	...	tn	pn
Образец	заголовка	Sentence	Genera+on[5]	
•  s★,	t★	=	first	word	of	each	sentence	
•  ss★,	tt★	=	each	sentence	without	the	first	word	
Auer	finding	the	LCP,	we	can	define	the	
complement	vector	of	each	sentence:	
•  Inds	=	(s1,	s2,	…,	sn)	
•  Indt	=	(t1,	t2,	...,	tn)
Образец	заголовка	Sentence	Genera+on	Example[5]	
•  s	=	Chatbots	can	simplify	many	tasks	for	you	
•  t	=	I	can	finish	many	assignments	for	school	today	
•  LCP(s,	t)	=	(can,	many,	for)	
•  Inds	=	(Chatbots,	simplify,	tasks,	you)	
•  Indt	=	(I,	finish,	assignments,	school	today)	
Assume	we	randomly	decide	to	swap	genes	2	and	3:	
•  Child	1	=	Chatbots	can	finish	many	assignments	for	you	
•  Child	2	=	I	can	simplify	many	tasks	for	school	today	
It	is	possibly	that	a	generated	sentence	is	not	
syntacMcally	or	semanMcally	correct.
Образец	заголовка	Evalua+ng	A	Chatbot’s	Performance[6]	
•  Evaluated	based	on	similarity	to	fluent,	human	
conversaMon	
•  Turing	test	
– Judges	chat	with	mulMple	chatbots	and	score	
them	in	their	ability	to	simulate	a	human’s	natural	
language	
•  However,	“naturalness”	is	subjecMve	
•  Important	to	take	into	account	quanMtaMve	data	
to	measure	efficiency
Образец	заголовка	Evalua+on	Metrics[6]	
•  QuanMtaMve	
–  Time	to	develop	response	
–  Time/number	of	interacMons	to	complete	user’s	task	
–  Number	of	re-prompts	
–  Number	of	irrelevant	system	responses	
	
•  QualitaMve	
–  Naturalness	
–  Clarity	
–  Friendliness	
–  User	saMsfacMon
Образец	заголовка	Limita+ons	to	Chatbots	
•  Chatbots	require	a	high	computaMonal	
complexity	to	funcMon	efficiently	
•  Languages	have	mulMple	dialects	and	varying	
sentence	structures	that	make	it	difficult	for	
chatbots	to	properly	understand	the	user	
•  Chatbots	have	difficulty	answering	abstract	
quesMons	
•  Chatbots	cannot	easily	recognize	humor	and	
sarcasm
Образец	заголовка	The	Future	of	Chatbots	
•  The	popularity	of	chatbots	is	rapidly	rising	
•  Businesses	in	various	industries	are	starMng	to	
implement	chatbots	to	make	their	services	more	
seamless	for	the	user	
•  Users	rather	have	a	conversaMon	than	click	buwons	and	
fill	out	forms	
•  They	will	be	used	to	simplify	online	processes:	everything	
from	simulaMng	customer	service	representaMves	to	
helping	you	order	food	
•  No	chatbot	has	uncontroversially	passed	the	Turing	test	
yet
Образец	заголовка	Deep	Learning:	The	Future	
•  Deep	Learning	is	a	branch	of	machine	learning	based	on	a	set	of	algorithms	that	
awempt	to	model	high-level	abstracMons	in	data	by	using	mulMple	processing	layers	
	
Models	of	Deep	Learning	
	
•  Retrieval-based	models	(easier)		
–  Use	a	repository	of	predefined	responses	and	some	kind	of	heurisMc	to	pick	an	
appropriate	response	based	on	the	input	and	context	
–  The	heurisMc	could	be	as	simple	as	a	rule-based	expression	match,	or	as	complex	
as	an	ensemble	of	machine	learning	classifiers	
–  Don’t	generate	any	new	text,	they	just	pick	a	response	from	a	fixed	set	
•  Genera+ve	models	(harder)	
–  Don’t	rely	on	pre-defined	responses	
–  Generate	new	responses	from	scratch	
–  Based	on	machine	translaMon	techniques;	instead	of	translaMng	from	one	language	
to	another,	we	“translate”	from	an	input	to	an	output
Образец	заголовка	Cita+ons	
[1]:	Chatbots:	Are	they	Really	Useful?		
hwp://media.dwds.de/jlcl/2007_Heu1/Bayan_Abu-Shawar_and_Eric_Atwell.pdf	
[2]:	Natural	Language	Processing	for	Informa=on	Retrieval:	the	=me	is	ripe	(again)		
hwps://www.ischool.utexas.edu/~ml/papers/lease-pikm07.pdf	
[3]:	Approaches	to	natural	language	discourse	processing	
hwp://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.461.5136&rep=rep1&type=pdf	
[4]:	A	Survey	of	Ontology	Learning	Procedures	
hwp://up.informaMk.rwth-aachen.de/PublicaMons/CEUR-WS/Vol-427/paper2.pdf	
[5]:	Evolu=onary	Sentence	Building	for	ChaGerbots	
hwp://www.cs.iusb.edu/~danav/papers/dv_evchat.pdf	
[6]:	Towards	a	Method	For	Evalua=ng	Naturalness	in	Conversa=onal	Dialog	Systems	
hwps://pdfs.semanMcscholar.org/6cf7/3d4998383938b3a6d12acb89a11e8a84a77b.pdf

More Related Content

Viewers also liked

Development and deployment of polyglot systems
Development and deployment of polyglot systemsDevelopment and deployment of polyglot systems
Development and deployment of polyglot systems
David Pichsenmeister
 
ReactiveMongo - non blocking and asynchronous I/O operations
ReactiveMongo - non blocking and asynchronous I/O operationsReactiveMongo - non blocking and asynchronous I/O operations
ReactiveMongo - non blocking and asynchronous I/O operations
David Pichsenmeister
 
Cracking the Chat bot Code
Cracking the Chat bot CodeCracking the Chat bot Code
Cracking the Chat bot Code
Elvis D'Souza
 
Chatbot 101 - Robert McGovern
Chatbot 101 - Robert McGovernChatbot 101 - Robert McGovern
Chatbot 101 - Robert McGovern
Robert McGovern
 
Telegram's Bot Platform
Telegram's Bot PlatformTelegram's Bot Platform
Telegram's Bot Platform
David Pichsenmeister
 
html5 web apps vs native apps
html5 web apps vs native appshtml5 web apps vs native apps
html5 web apps vs native apps
David Pichsenmeister
 
warp engine - an open source realtime push engine
warp engine - an open source realtime push enginewarp engine - an open source realtime push engine
warp engine - an open source realtime push engine
David Pichsenmeister
 
Developing Korean Chatbot 101
Developing Korean Chatbot 101Developing Korean Chatbot 101
Developing Korean Chatbot 101
Jaemin Cho
 
Chat bot making process using Python 3 & TensorFlow
Chat bot making process using Python 3 & TensorFlowChat bot making process using Python 3 & TensorFlow
Chat bot making process using Python 3 & TensorFlow
Jeongkyu Shin
 
Bot Trends 2016
Bot Trends 2016Bot Trends 2016
Bot Trends 2016
David Pichsenmeister
 
Tracxn Research - Chatbots Landscape, February 2017
Tracxn Research - Chatbots Landscape, February 2017Tracxn Research - Chatbots Landscape, February 2017
Tracxn Research - Chatbots Landscape, February 2017
Tracxn
 
chatbot and messenger as a platform
chatbot and messenger as a platformchatbot and messenger as a platform
chatbot and messenger as a platform
Daisuke Minamide
 
Implementing Your Own Chatbot Platform!
Implementing Your Own Chatbot Platform!Implementing Your Own Chatbot Platform!
Implementing Your Own Chatbot Platform!
Oracle Developers
 
AI Agent and Chatbot Trends For Enterprises
AI Agent and Chatbot Trends For EnterprisesAI Agent and Chatbot Trends For Enterprises
AI Agent and Chatbot Trends For Enterprises
Teewee Ang
 

Viewers also liked (14)

Development and deployment of polyglot systems
Development and deployment of polyglot systemsDevelopment and deployment of polyglot systems
Development and deployment of polyglot systems
 
ReactiveMongo - non blocking and asynchronous I/O operations
ReactiveMongo - non blocking and asynchronous I/O operationsReactiveMongo - non blocking and asynchronous I/O operations
ReactiveMongo - non blocking and asynchronous I/O operations
 
Cracking the Chat bot Code
Cracking the Chat bot CodeCracking the Chat bot Code
Cracking the Chat bot Code
 
Chatbot 101 - Robert McGovern
Chatbot 101 - Robert McGovernChatbot 101 - Robert McGovern
Chatbot 101 - Robert McGovern
 
Telegram's Bot Platform
Telegram's Bot PlatformTelegram's Bot Platform
Telegram's Bot Platform
 
html5 web apps vs native apps
html5 web apps vs native appshtml5 web apps vs native apps
html5 web apps vs native apps
 
warp engine - an open source realtime push engine
warp engine - an open source realtime push enginewarp engine - an open source realtime push engine
warp engine - an open source realtime push engine
 
Developing Korean Chatbot 101
Developing Korean Chatbot 101Developing Korean Chatbot 101
Developing Korean Chatbot 101
 
Chat bot making process using Python 3 & TensorFlow
Chat bot making process using Python 3 & TensorFlowChat bot making process using Python 3 & TensorFlow
Chat bot making process using Python 3 & TensorFlow
 
Bot Trends 2016
Bot Trends 2016Bot Trends 2016
Bot Trends 2016
 
Tracxn Research - Chatbots Landscape, February 2017
Tracxn Research - Chatbots Landscape, February 2017Tracxn Research - Chatbots Landscape, February 2017
Tracxn Research - Chatbots Landscape, February 2017
 
chatbot and messenger as a platform
chatbot and messenger as a platformchatbot and messenger as a platform
chatbot and messenger as a platform
 
Implementing Your Own Chatbot Platform!
Implementing Your Own Chatbot Platform!Implementing Your Own Chatbot Platform!
Implementing Your Own Chatbot Platform!
 
AI Agent and Chatbot Trends For Enterprises
AI Agent and Chatbot Trends For EnterprisesAI Agent and Chatbot Trends For Enterprises
AI Agent and Chatbot Trends For Enterprises
 

Similar to An Introduction to Chatbots

group7-Chatbots.ppt
group7-Chatbots.pptgroup7-Chatbots.ppt
group7-Chatbots.ppt
manojsharma466479
 
group7-Chatbots.ppt
group7-Chatbots.pptgroup7-Chatbots.ppt
group7-Chatbots.ppt
RudraSaraswat3
 
group7-Chatbots.ppt
group7-Chatbots.pptgroup7-Chatbots.ppt
group7-Chatbots.ppt
PraveenK875088
 
simran's ppt 8th semester - Copy.ppt
simran's ppt 8th semester - Copy.pptsimran's ppt 8th semester - Copy.ppt
simran's ppt 8th semester - Copy.ppt
SimranPal17
 
Chatbot
ChatbotChatbot
Chatbot
StudentRocks
 
Chat bot
Chat botChat bot
Chat bot
Mohit Bishnoi
 
ChatOps - a DevOps accelerator
ChatOps - a DevOps acceleratorChatOps - a DevOps accelerator
ChatOps - a DevOps acceleratorCornell Knulst
 
#ImpactSalesforceSaturday: Einstein bot basic to advanced
#ImpactSalesforceSaturday: Einstein bot basic to advanced#ImpactSalesforceSaturday: Einstein bot basic to advanced
#ImpactSalesforceSaturday: Einstein bot basic to advanced
New Delhi Salesforce Developer Group
 
From ELIZA to Alexa and Beyond
From ELIZA to Alexa and BeyondFrom ELIZA to Alexa and Beyond
From ELIZA to Alexa and Beyond
Charmi Chokshi
 

Similar to An Introduction to Chatbots (9)

group7-Chatbots.ppt
group7-Chatbots.pptgroup7-Chatbots.ppt
group7-Chatbots.ppt
 
group7-Chatbots.ppt
group7-Chatbots.pptgroup7-Chatbots.ppt
group7-Chatbots.ppt
 
group7-Chatbots.ppt
group7-Chatbots.pptgroup7-Chatbots.ppt
group7-Chatbots.ppt
 
simran's ppt 8th semester - Copy.ppt
simran's ppt 8th semester - Copy.pptsimran's ppt 8th semester - Copy.ppt
simran's ppt 8th semester - Copy.ppt
 
Chatbot
ChatbotChatbot
Chatbot
 
Chat bot
Chat botChat bot
Chat bot
 
ChatOps - a DevOps accelerator
ChatOps - a DevOps acceleratorChatOps - a DevOps accelerator
ChatOps - a DevOps accelerator
 
#ImpactSalesforceSaturday: Einstein bot basic to advanced
#ImpactSalesforceSaturday: Einstein bot basic to advanced#ImpactSalesforceSaturday: Einstein bot basic to advanced
#ImpactSalesforceSaturday: Einstein bot basic to advanced
 
From ELIZA to Alexa and Beyond
From ELIZA to Alexa and BeyondFrom ELIZA to Alexa and Beyond
From ELIZA to Alexa and Beyond
 

Recently uploaded

一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
ewymefz
 
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
John Andrews
 
Opendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptxOpendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptx
Opendatabay
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
Oppotus
 
Adjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTESAdjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTES
Subhajit Sahu
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
ocavb
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
v3tuleee
 
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
ahzuo
 
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
haila53
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
jerlynmaetalle
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP
 
一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单
ewymefz
 
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
u86oixdj
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
ewymefz
 
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
NABLAS株式会社
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
ewymefz
 
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
ahzuo
 
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
vcaxypu
 
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
vcaxypu
 
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Subhajit Sahu
 

Recently uploaded (20)

一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
 
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
 
Opendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptxOpendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptx
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
 
Adjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTESAdjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTES
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
 
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
 
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单
 
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
 
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
 
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
 
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
 
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
 
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
 

An Introduction to Chatbots