<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>azure luis Archives | KAISPE</title>
	<atom:link href="https://www.kaispe.com/tag/azure-luis/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kaispe.com/tag/azure-luis/</link>
	<description>Your Digital Transformation Partner</description>
	<lastBuildDate>Fri, 18 Nov 2022 18:21:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>

<image>
	<url>https://www.kaispe.com/wp-content/uploads/2022/01/cropped-k-32x32.png</url>
	<title>azure luis Archives | KAISPE</title>
	<link>https://www.kaispe.com/tag/azure-luis/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Working with Language Understanding Intelligent Service (LUIS)</title>
		<link>https://www.kaispe.com/working-with-language-understanding-intelligent-service-luis/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Fri, 21 Feb 2020 13:04:03 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[azure luis]]></category>
		<category><![CDATA[language understanding ai]]></category>
		<category><![CDATA[LUIS]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=1179</guid>

					<description><![CDATA[<p>Language Understanding Intelligent Service (LUIS) is NLP (Natural Language Processing) Service. Microsoft Azure also uses it to allow users to build apps that understand human language. Natural Language Processing (NLP) [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/working-with-language-understanding-intelligent-service-luis/">Working with Language Understanding Intelligent Service (LUIS)</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Language Understanding Intelligent Service (LUIS) is NLP (Natural Language Processing) Service. <strong>Microsoft Azure </strong>also <a href="https://azure.microsoft.com/en-us/services/cognitive-services/language-understanding-intelligent-service/">uses</a> it to allow users to build apps that understand human language.</p>
<p>Natural Language Processing (NLP) is a mechanism to extract the intention (intent) and relevant information Entity from the User Query</p>
<ul>
<li>Intents: What user wants</li>
<li>Entities: What information user provided</li>
</ul>
<p>Using Machine Learning, LUIS allows developers to build applications which receives user query (Utterances) in Natural Language and parses to find what action (Intent) needs to be performed with supplied parameters (Entity)</p>
<p>Other tech giants also created the similar NLP as a Service follows:</p>
<ul>
<li>Watson of IBM</li>
<li>Api.ai of Google</li>
<li>Wit.ai of Facebook</li>
<li>Lex of Amazon</li>
</ul>
<h3>Working Schema of LUIS</h3>
<p>User Sends the Query to the LUIS Model</p>
<p>LUIS Model Parses it.</p>
<p>And respond to the user with Intent and Entities.</p>
<h3>LUIS Efficiency</h3>
<p>Enables applications to process Natural Language and take action based on their correct response to application with Intent and Entity</p>
<ul>
<li>Allows creation of culture-specific model in multiple languages</li>
<li>Enables Developers to create Artificial Intelligence (AI) driven Chatbots</li>
<li>Allows Developers to Integrate with IoT Devices</li>
<li>and many more</li>
</ul>
<h3>Intent, Entities and Utterances</h3>
<p>Why my device dv-20193 is turn off?</p>
<p>Above the phrase is Utterance</p>
<p>Intent is turn off</p>
<p>Entity is device Id: dv-20193</p>
<h3>Entity can be several types</h3>
<p><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-1180" src="https://www.kaispe.com/wp-content/uploads/2020/02/entity-types.jpg" alt="" width="724" height="539" /></p>
<p>Now, We are going to create a <a href="http://luis.ai">LUIS</a> Model</p>
<p><img decoding="async" class="aligncenter size-large wp-image-1182" src="https://www.kaispe.com/wp-content/uploads/2020/02/Login-1024x640.jpg" alt="" width="640" height="400" /></p>
<p>Click on the Login or Sign Up</p>
<p>Enter your Credentials</p>
<p>Now, navigate to the <a href="http://portal.azure.com">Azure</a> and follow the instructions</p>
<p><img decoding="async" class="aligncenter size-full wp-image-1183" src="https://www.kaispe.com/wp-content/uploads/2020/02/instructions.jpg" alt="" width="751" height="54" /></p>
<p>Select the Basic Bot</p>
<p><img decoding="async" class="aligncenter size-large wp-image-1184" src="https://www.kaispe.com/wp-content/uploads/2020/02/basicBot-1024x537.jpg" alt="" width="640" height="336" /></p>
<p>Create LUIS Account &#8212;&gt; Click New Account &#8212;&gt; Account Name</p>
<p><img decoding="async" class="aligncenter size-full wp-image-1185" src="https://www.kaispe.com/wp-content/uploads/2020/02/luis-account.jpg" alt="" width="451" height="355" /></p>
<p>Finally, Click on Create and your resources will be available in your Azure Resource Group</p>
<p><img decoding="async" class="aligncenter size-large wp-image-1186" src="https://www.kaispe.com/wp-content/uploads/2020/02/azureResources-1024x159.jpg" alt="" width="640" height="99" /></p>
<p>Now, navigate to the <a href="http://luis.ai">LUIS</a> Portal</p>
<p>Select Subscription</p>
<p>Authoring Resource which was the LUIS Account Name</p>
<p><img decoding="async" class="aligncenter size-large wp-image-1187" src="https://www.kaispe.com/wp-content/uploads/2020/02/newApp-1024x187.jpg" alt="" width="640" height="117" /></p>
<p>Click on the Create New App</p>
<p><img decoding="async" class="aligncenter size-full wp-image-1188" src="https://www.kaispe.com/wp-content/uploads/2020/02/appDone.jpg" alt="" width="807" height="646" /></p>
<p>Fill the above form and click on the Done</p>
<p>Now, Create New Intent</p>
<p><img decoding="async" class="aligncenter size-full wp-image-1189" src="https://www.kaispe.com/wp-content/uploads/2020/02/intent.jpg" alt="" width="799" height="364" /></p>
<p>Make an Example for Utterance</p>
<p><img decoding="async" class="aligncenter size-full wp-image-1190" src="https://www.kaispe.com/wp-content/uploads/2020/02/Utterance.jpg" alt="" width="598" height="286" /></p>
<p>Create a Simple Entity for Recognizing any device Id</p>
<p><img decoding="async" class="aligncenter size-full wp-image-1191" src="https://www.kaispe.com/wp-content/uploads/2020/02/simpleEntity.jpg" alt="" width="731" height="532" /></p>
<p>Assign Entity for the Device Id</p>
<p><img decoding="async" class="aligncenter size-large wp-image-1192" src="https://www.kaispe.com/wp-content/uploads/2020/02/assignEntity-1024x359.jpg" alt="" width="640" height="224" /></p>
<p>Finally, train and test the LUIS Model</p>
<p><img decoding="async" class="aligncenter size-full wp-image-1193" src="https://www.kaispe.com/wp-content/uploads/2020/02/finalO.jpg" alt="" width="981" height="562" /></p>
<p>Now, it recognized any device Id and assign Intent according to it.</p>
<p>&nbsp;</p>
<p>The post <a href="https://www.kaispe.com/working-with-language-understanding-intelligent-service-luis/">Working with Language Understanding Intelligent Service (LUIS)</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
