<?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>AI security Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/ai-security/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/ai-security/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Thu, 12 Sep 2019 12:54:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>Security Pros&#8217; Painless Guide to Machine Intelligence, AI, ML &#038; DL</title>
		<link>https://www.aiuniverse.xyz/security-pros-painless-guide-to-machine-intelligence-ai-ml-dl/</link>
					<comments>https://www.aiuniverse.xyz/security-pros-painless-guide-to-machine-intelligence-ai-ml-dl/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Thu, 12 Sep 2019 12:54:37 +0000</pubDate>
				<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[AI security]]></category>
		<category><![CDATA[Machine intelligence]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=4465</guid>

					<description><![CDATA[<p>Source: darkreading.com In the hands of enthusiastic marketing departments, the terms &#8220;artificial intelligence,&#8221; &#8220;machine learning,&#8221; and &#8220;deep learning&#8221; have become fuzzy in definition, sacrificing clarity to the <a class="read-more-link" href="https://www.aiuniverse.xyz/security-pros-painless-guide-to-machine-intelligence-ai-ml-dl/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/security-pros-painless-guide-to-machine-intelligence-ai-ml-dl/">Security Pros&#8217; Painless Guide to Machine Intelligence, AI, ML &#038; DL</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Source: darkreading.com</p>



<p class="wp-block-paragraph">In the hands of enthusiastic marketing departments, the terms &#8220;artificial intelligence,&#8221; &#8220;machine learning,&#8221; and &#8220;deep learning&#8221; have become fuzzy in definition, sacrificing clarity to the need for increasing sales. It&#8217;s entirely possible that you&#8217;ll run into a product or service that carries one (or several) of these labels while carrying few of its attributes.  </p>



<p class="wp-block-paragraph">Talk of machine intelligence can often lead to its own special rabbit-hole of jargon and specialized concepts. Which of these will form an important part of your future security infrastructure — and does the difference really matter?</p>



<p class="wp-block-paragraph"><strong>Three Branches<br></strong>Broadly speaking, machine &#8220;intelligence&#8221; is a system that takes in data, produces results, and gets better — faster, more accurate, or both — as more data is encountered. Within the broad category are three labels frequently applied to systems: machine learning, deep learning, and artificial intelligence. Each has its own way of dealing with data and providing results to humans and systems.</p>



<p class="wp-block-paragraph">The differences between how the three function make them appropriate for different tasks. And the sharpest difference divides AI from the other two. Put simply, AI can surprise you with its conclusions, while the other two can &#8220;only&#8221; surprise you with their speed and accuracy.</p>



<p class="wp-block-paragraph"><strong>Machine Learning<br></strong>Machine learning uses statistical models (often marketed as &#8220;heuristics&#8221;) rather than rigid algorithmic programming to reach results. Looked at from a slightly different perspective, machine learning can use an expanding universe of inputs to achieve a specific set of results.</p>



<p class="wp-block-paragraph">There are many techniques that fit within the category of machine learning. There are supervised and unsupervised learning, anomaly detection, and association rules. In each of these, the machine can learn from each new input to make the model on which it bases its actions richer, more comprehensive, and more accurate.</p>



<p class="wp-block-paragraph">With all of these, the key is &#8220;a specific set of results.&#8221; For example, if you wanted a machine learning system to differentiate between cats and dogs, you could teach it all kinds of parameters that go into defining cats and dogs. The system would get better at its job given more data to build its models, and ultimately could predict — based on an ear or a tail — whether something was a dog or cat. But if you showed it a goose, it would tell you it was a cat or dog because those are the only options for results.</p>



<p class="wp-block-paragraph">When the goal is sorting diverse input into specific categories, or directing specific actions to be taken as part of an automation process, machine learning is the&nbsp;most appropriate&nbsp;technology.</p>



<p class="wp-block-paragraph"><strong>Deep Learning<br></strong>Deep learning stays within the realm of machine learning, but in a very specific way. &#8220;Deep learning&#8221; implies that neural networks are the family of techniques being used for processing. While neural networks have been around for quite a while, developments in the last decade have made the technique more accessible to application developers.</p>



<p class="wp-block-paragraph">In general, neural networks today used a layered technique to pass input through multiple layers of processing. This is one of the ways in which the neural network is designed to mimic animal intelligence. And that mimicry makes neep learning applicable to a wide range of applications.</p>



<p class="wp-block-paragraph">Deep learning is frequently the technology behind speech recognition and image recognition applications outside of security. Within security, deep learning is often seen in malware and threat detection systems. The number of connections between nodes in the neural network (which can range up into the hundreds of millions) make deep learning a technique often used in applications where most of the learning and processing happens in a central, cloud-based system, with the application of that learning performed at the network&#8217;s edge.</p>



<p class="wp-block-paragraph">To use our earlier examples, deep learning would also be able to learn how to tell cats from dogs, and could be trained to tell breeds of dogs apart, as well as breeds of cats. It could even get to the point of being shown mutts (or &#8220;All-American Dogs&#8221; as the American Kennel Club dubs them) and assigning them a likely breed based on physical characteristics. But it would still be separating cats and dogs — the poor goose would still be left out in the cold.</p>



<p class="wp-block-paragraph"><strong>Artificial Intelligence<br></strong>Both machine learning and deep learning involve systems that take an expanding set of data and return results within a specific set of parameters. This makes them technologies that can readily be incorporated into automation systems. Artificial intelligence, on the other hand, is capable of reaching conclusions that are outside defined parameters. It can surprise you with the results it finds.</p>



<p class="wp-block-paragraph">If you ask many academic AI researchers, they will say that there is no &#8220;real&#8221; AI on the market today. By this, they mean there&#8217;s no general AI — nothing that remotely resembles HAL from &#8220;2001&#8221; or the Majel Barrett-voiced computer in Star Trek.</p>



<p class="wp-block-paragraph">There are, however, AI systems that apply advanced intelligence to specific problems. IBM&#8217;s Watson is the most widely known, but there are many application-specific AI engines in use by various vendors. Much of the concern about &#8220;deep fake&#8221; audio and video is fed by AI capabilities used in different applications and services. Robotics, including autonomous vehicles, are another.</p>



<p class="wp-block-paragraph">To complete our example, an AI system would be able to take all the model information built in deep learning and extend it. Given a bit more information, it might be able to tell that a new image showed a mammal or some other type of animal — and if presented the photo of a fire-hydrant could tell the human operator that this was a novel &#8220;animal&#8221; never seen before and deserving of more study. AI can go beyond narrow categories of results.</p>



<p class="wp-block-paragraph">Within cybersecurity, AI is being used to help analysts sort through and classify the vast array of input data coming into the security operations center (SOC) every day. The important note is that, today, the possibility for an unexpected result means that AI is used to assist or augment human analysts rather than merely drive security automation.</p>



<p class="wp-block-paragraph"><strong>Not Quite Skynet<br></strong>With each of these types of machine intelligence, operators have to be aware of the possibility of two huge issues, one driven by internal forces and the other driven from external agents. The internal issue is called &#8220;model bias&#8221; — the possibility that the data used for learning in the system&#8217;s model of its world will push it in a particular direction for analysis, rather than allowing the system to simply reach the mathematically correct answers.</p>



<p class="wp-block-paragraph">The external problem comes through &#8220;model poisoning,&#8221; in which an external agent makes sure the model will deliver inaccurate results. The poisoning can provide results that are embarrassing — or devastating, depending on the application, and the IT or security staff has to be aware of the possibility.</p>
<p>The post <a href="https://www.aiuniverse.xyz/security-pros-painless-guide-to-machine-intelligence-ai-ml-dl/">Security Pros&#8217; Painless Guide to Machine Intelligence, AI, ML &#038; DL</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/security-pros-painless-guide-to-machine-intelligence-ai-ml-dl/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Advancing security and ensuring privacy with machine learning</title>
		<link>https://www.aiuniverse.xyz/advancing-security-and-ensuring-privacy-with-machine-learning/</link>
					<comments>https://www.aiuniverse.xyz/advancing-security-and-ensuring-privacy-with-machine-learning/#comments</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Thu, 26 Jul 2018 05:46:08 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[Advancing security]]></category>
		<category><![CDATA[AI security]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[ML algorithms]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=2654</guid>

					<description><![CDATA[<p>Source &#8211; helpnetsecurity.com The Internet has many issues: lack of encryption and its governance, questionable marketing techniques, a misinformed average user. These issues are as old as the <a class="read-more-link" href="https://www.aiuniverse.xyz/advancing-security-and-ensuring-privacy-with-machine-learning/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/advancing-security-and-ensuring-privacy-with-machine-learning/">Advancing security and ensuring privacy with machine learning</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Source &#8211; helpnetsecurity.com</p>
<p>The Internet has many issues: lack of encryption and its governance, questionable marketing techniques, a misinformed average user. These issues are as old as the Internet itself. And machine learning algorithms can become the right tool to solve them.</p>
<p><strong>1999 to 2018: Better connectivity, legacy technology</strong></p>
<p>Back in 1999, only 4 percent of the world’s population was online. Today the number has reached 49%, and it just keeps growing. The migration from the offline world was followed by a rapid development of numerous online services and the advancement of connected devices.</p>
<p>The growth was so fast that most of the new industries didn’t implement adequate processes to ensure privacy and security.</p>
<p>This is not surprising knowing that getting hacked is rather common. Infections can be caught by merely opening the wrong email. Sharing information with a seemingly reputable company online could result in sensitive data leaks. Any device could become a zombie in a botnet without showing obvious signs of it.</p>
<p>Numerous data breaches threaten identities and bank accounts. Personal data is sold for anything from $50 for health records to $1000 for bank account information on the deep web. 91% of Americans agree that people have lost control over the collection and usage of personal information.</p>
<p>The technology has evolved, malicious actors are catching up swiftly, but the security is lagging behind.</p>
<p><strong>Artificial intelligence as a tool to ensure</strong> privacy<strong> and security</strong></p>
<p>Artificial Intelligence (AI) today creates a lot of heated discussions. It is seen as a marketing tool, an alternative term for statistical analysis, or an overhyped magical cure for all the tech problems. Yet, the key message is that after years of development, machine learning algorithms finally are delivering valuable results.</p>
<p>It is used in search engines, image classification, voice recognition, and many other areas. Its usage is growing in medicine, communications, transport, and gaming. Even in its early stages, AI is delivering results that are hard to compare with insights human analysts come up working without the help from machines.</p>
<p>The discussion is shifting: the internet is moving away from using AI as a buzzword towards embracing it as a tool.</p>
<h3>How can AI algorithms advance user privacy and security?</h3>
<p>The key issue that cybersecurity companies face today? It’s striking a balance between security and privacy. DNS blacklisting is the most popular legacy method to ensure this. It involves having a database of malicious websites and blocking those websites on user computers.</p>
<p>To achieve that, the legacy security companies have to read the communication between the user computer and the web server where the website is stored. The process is called Deep Packet Inspection (DPI). During it, user privacy might not be preserved: it’s the equivalent of your postman reading your letters.</p>
<p>The metadata that is unencrypted contains enough information to provide the necessary protection to the end user. Security can be provided without DPI by analyzing only the metadata: a small portion of data that can be found in the header (the “label”) of the data packet. Security companies can use machine learning, create behavioral profiles, and use only the metadata of the packets that travel from the user to the website servers.</p>
<h3>Why artificial intelligence?</h3>
<p>Security algorithms powered by AI are beneficial because of three reasons:</p>
<ul>
<li><strong>Speed.</strong> Training such algorithms is much faster than collecting rules that define malicious actors.</li>
<li><strong>Precision.</strong> Copious amounts of data can be analyzed easily; therefore more precise results are delivered. It also enables personalization.</li>
<li><strong>Privacy.</strong> You don’t need to use large amounts of data, or intrusive methods such as DPI, to provide the results.</li>
</ul>
<p>The key takeaway here is that Artificial Intelligence is a tool. It has its limitations and even at the current speed of advancement, AI is not going to replace highly skilled human workers anytime soon.</p>
<p>That said, artificial intelligence can help businesses to provide better service for their users while keeping their privacy intact. It can help create that balance that legacy strategies are missing.</p>
<h3>About CUJO AI</h3>
<p>CUJO AI is the leading artificial intelligence company providing network operators AI-driven solutions, including AI security, advanced device identification, advanced parental controls, and network analytics. CUJO AI Platform creates intuitive end-user facing applications for LAN and wireless (mobile and public wifi). Each solution can be implemented as a white-label offering. CUJO AI was recently listed as a “Vendor to Watch” and a “Cool Vendor in IoT security” by research company Gartner. In May 2018, the company has closed a strategic Series B round, led by Charter Communications, valuing the company in access of $100M. CUJO AI was selected as one of the World Economic Forum’s Technology Pioneers 2018.</p>
<p>The post <a href="https://www.aiuniverse.xyz/advancing-security-and-ensuring-privacy-with-machine-learning/">Advancing security and ensuring privacy with machine learning</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/advancing-security-and-ensuring-privacy-with-machine-learning/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
