<?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>SQL Archives : Predictive Modeler</title>
	<atom:link href="https://predictivemodeler.com/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>https://predictivemodeler.com/tag/sql/</link>
	<description></description>
	<lastBuildDate>Thu, 24 Jan 2019 07:58:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://predictivemodeler.com/wp-content/uploads/2019/01/favicon.png</url>
	<title>SQL Archives : Predictive Modeler</title>
	<link>https://predictivemodeler.com/tag/sql/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Installing AiXQL</title>
		<link>https://predictivemodeler.com/2018/12/30/installing-aixql/</link>
					<comments>https://predictivemodeler.com/2018/12/30/installing-aixql/#respond</comments>
		
		<dc:creator><![CDATA[Syed Mehmud]]></dc:creator>
		<pubDate>Sun, 30 Dec 2018 22:18:29 +0000</pubDate>
				<category><![CDATA[Practice]]></category>
		<category><![CDATA[AiXQL]]></category>
		<category><![CDATA[Big Data]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://predictivemodeler.com/?p=2040</guid>

					<description><![CDATA[<p>The following video shows how you can install the AiXQL database &#38; associated scripts. The AiXQL database is the central repository containing all AiXQL stored procedures. Over time, I aim to include original algorithms as well as heuristic adaptations of other common algorithms written in SQL language for my readers to practice their predictive modeling [&#8230;]</p>
<p>The post <a href="https://predictivemodeler.com/2018/12/30/installing-aixql/">Installing AiXQL</a> appeared first on <a href="https://predictivemodeler.com">Predictive Modeler</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The following video shows how you can install the <strong>AiXQL</strong> database &amp; associated scripts. The AiXQL database is the central repository containing all AiXQL stored procedures. Over time, I aim to include original algorithms as well as heuristic adaptations of other common algorithms written in SQL language for my readers to practice their predictive modeling craft. I intend to update/improve the AiXQL package over time. You can download the latest available version <a href="https://predictivemodeler.com/book/download-aixql/">here</a>. The video below shows how you can install the downloaded AiXQL package.</p>
<hr />
<div style="position: relative; padding-bottom: 56.25%; height: 0;"><iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.useloom.com/embed/88398f06f9014a82ba735640c913ae7d" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div>
<p>&nbsp;</p>
<p>The post <a href="https://predictivemodeler.com/2018/12/30/installing-aixql/">Installing AiXQL</a> appeared first on <a href="https://predictivemodeler.com">Predictive Modeler</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://predictivemodeler.com/2018/12/30/installing-aixql/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>AiXQL: Neural Networks</title>
		<link>https://predictivemodeler.com/2018/12/30/aixql-neural-networks/</link>
					<comments>https://predictivemodeler.com/2018/12/30/aixql-neural-networks/#respond</comments>
		
		<dc:creator><![CDATA[Syed Mehmud]]></dc:creator>
		<pubDate>Sun, 30 Dec 2018 22:08:47 +0000</pubDate>
				<category><![CDATA[Practice]]></category>
		<category><![CDATA[AiXQL]]></category>
		<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[Neural Networks]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://predictivemodeler.com/?p=2037</guid>

					<description><![CDATA[<p>Neural Networks are a very important class of machine learning algorithms. These days machine learning or artificial intelligence is fairly mainstream (e.g. intelligent cars, facial recognition, etc.). Whenever you hear about artificial intelligence in the media, there is a good chance that neural networks are behind that intelligence. Neural Nets is also the first class [&#8230;]</p>
<p>The post <a href="https://predictivemodeler.com/2018/12/30/aixql-neural-networks/">AiXQL: Neural Networks</a> appeared first on <a href="https://predictivemodeler.com">Predictive Modeler</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Neural Networks are a very important class of machine learning algorithms. These days machine learning or artificial intelligence is fairly mainstream (e.g. intelligent cars, facial recognition, etc.). Whenever you hear about artificial intelligence in the media, there is a good chance that neural networks are behind that intelligence.</p>
<p>Neural Nets is also the first class of algorithm that I have made available within the AiXQL download package. The following video goes over how to use the AiXQL neural networks script. I think about AiXQL as a constantly improving algorithmic package. The video below may or may not be up to date with the latest version of the <a href="https://predictivemodeler.com/book/download-aixql/">download package</a>, however, I will upload a new video whenever the script changes significantly.</p>
<hr />
<div style="position: relative; padding-bottom: 56.25%; height: 0;"><iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.useloom.com/embed/93f92e49dded4fe0aa438ac4500e4665" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div>
<p>&nbsp;</p>
<p>The post <a href="https://predictivemodeler.com/2018/12/30/aixql-neural-networks/">AiXQL: Neural Networks</a> appeared first on <a href="https://predictivemodeler.com">Predictive Modeler</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://predictivemodeler.com/2018/12/30/aixql-neural-networks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
