<?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>artificial-intelligence Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/artificial-intelligence-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/artificial-intelligence-2/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Tue, 04 Aug 2020 09:50:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Facebook&#8217;s New Algorithm Can Play Poker And Beat Humans At It</title>
		<link>https://www.aiuniverse.xyz/facebooks-new-algorithm-can-play-poker-and-beat-humans-at-it/</link>
					<comments>https://www.aiuniverse.xyz/facebooks-new-algorithm-can-play-poker-and-beat-humans-at-it/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Tue, 04 Aug 2020 09:50:14 +0000</pubDate>
				<category><![CDATA[Reinforcement Learning]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[artificial-intelligence]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[poker]]></category>
		<category><![CDATA[Social-Media]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=10682</guid>

					<description><![CDATA[<p>Source: digitalinformationworld.com Have you ever thought about an AI-based machine playing poker with you? If your imagination has gone that wild then Facebook is all set to make <a class="read-more-link" href="https://www.aiuniverse.xyz/facebooks-new-algorithm-can-play-poker-and-beat-humans-at-it/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/facebooks-new-algorithm-can-play-poker-and-beat-humans-at-it/">Facebook&#8217;s New Algorithm Can Play Poker And Beat Humans At It</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Source: digitalinformationworld.com</p>



<p class="wp-block-paragraph">Have you ever thought about an AI-based machine playing poker with you? If your imagination has gone that wild then Facebook is all set to make it a reality with its new general AI framework called Recursive Belief-based Learning (ReBeL) that can even perform better than humans in poker and with little domain knowledge as compared to the previous poker setups made with AI.</p>



<p class="wp-block-paragraph">With ReBel, Facebook is also going for multi-agent interactions &#8211; which means that the general algorithms will soon have the capacity to be deployed on a large scale and for multi-agent settings as well. The potential applications include workings like auction, negotiations, and cybersecurity or the operation of self-driving cars and trucks.</p>



<p class="wp-block-paragraph">Facebook’s plan of combining reinforcement learning with search for AI model training can lead to some remarkable advancements. This is because Reinforcement Learning is based on agents learning to achieve goals in order to maximize rewards whereas search is basically defined as a process that starts from the plan to the stage of setting the goal.</p>



<p class="wp-block-paragraph">One such example is of Deepmind’s Alpha Zero that is based on a similar program to deliver state-of-the-art performance in board games like chess, shogi, and Go. However, the combination falls short when it is being applied for games like poker because of imperfect information that can arise as a result of how the situation in the game changes. Actions then take help from probability or the playing strategy.</p>



<p class="wp-block-paragraph">Hence, proposing a solution to the problem in the form of ReBel, Facebook researchers have now expanded the notion of “game state” while including the agent’s belief which relies on the state they are in while playing &#8211; counting the common knowledge and policies of other players as well.</p>



<p class="wp-block-paragraph">When working, ReBel trains two AI models; one is of a value network and the other is of policy network. There is reinforcement learning happening with search during the self-play which eventually has resulted into a flexible algorithm that now holds the potential to beat human players.</p>



<p class="wp-block-paragraph">For a high level, ReBel operates with public belief states rather than going for world states. If that has surprised you then public belief states are there to generalize the notion of “state value” in games with imperfect information like Poker. PBS is also more often regarded as a common-knowledge probability distribution over a limited arrangement of possible actions and states, which we sometimes call history as well.</p>



<p class="wp-block-paragraph">Now in perfect-information games, PBS can be distilled down to histories just like the way it distills down to world states in two-player zero-sum games. Not to forget that a PBS is actually the decisions that a player can and also the outcomes of the possibilities on one hand.</p>



<p class="wp-block-paragraph">As soon as ReBel starts to work for every new game, it creates a “subgame” in the beginning which is very much similar to the original one, except for the fact that its roots go back to the initial PBS. The algorithm actually wins by repeating the runtime of “equilibrium-finding” algorithm and then take advantage of the trained value network to create estimates on every stage of the iteration. Furthermore, with enforcement learning, the values come out easily and then added back to the network as training examples. The policies in the “subgame” are also added as examples. The process continues to repeat itself until PBS becomes the new subgame root and completes a certain accuracy threshold.</p>



<p class="wp-block-paragraph">The researchers also benchmarked ReBel, as a part of the experiment, for games of heads-up no-limit Texas hold’em poker, Liar’s Dice, and turn endgame hold’em. They used 128 PCs with eight graphic cards only to generate the stimulated game data and of course place random bets and stack sizes (ranging from 5000 to 25000 chips) to test its abilities.</p>



<p class="wp-block-paragraph">ReBel was also trained on a game with one of the best heads up poker players in the world Don Kim and the results turned out to be ReBel playing faster than two seconds per hand across 7,500 hands and how it didn’t take more than 5 seconds for any decision. Overall ReBel scored 165 thousandths &#8211; which is a pretty good result when compared to the previous poker playing system by the social media giant Libratus that resulted in 147 thousandths.</p>



<p class="wp-block-paragraph">To prevent cheating, Facebook has decided that they will not release ReBel’s codebase for Poker. The company only open-sourced Liar Dice’s implementation, which according to researchers is easier to understand and adjust.</p>
<p>The post <a href="https://www.aiuniverse.xyz/facebooks-new-algorithm-can-play-poker-and-beat-humans-at-it/">Facebook&#8217;s New Algorithm Can Play Poker And Beat Humans At It</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/facebooks-new-algorithm-can-play-poker-and-beat-humans-at-it/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google AI on Track to Revolutionize Medicine</title>
		<link>https://www.aiuniverse.xyz/google-ai-on-track-to-revolutionize-medicine/</link>
					<comments>https://www.aiuniverse.xyz/google-ai-on-track-to-revolutionize-medicine/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Fri, 19 Jul 2019 12:56:01 +0000</pubDate>
				<category><![CDATA[Google AI]]></category>
		<category><![CDATA[artificial-intelligence]]></category>
		<category><![CDATA[medicine]]></category>
		<category><![CDATA[PayPal]]></category>
		<category><![CDATA[Revolutionize]]></category>
		<category><![CDATA[Track]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=4082</guid>

					<description><![CDATA[<p>Source: thestreet.com his might seem a particularly bad time to be investing in big tech. President Trump said Tuesday morning that his administration would look into accusations that Google has <a class="read-more-link" href="https://www.aiuniverse.xyz/google-ai-on-track-to-revolutionize-medicine/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/google-ai-on-track-to-revolutionize-medicine/">Google AI on Track to Revolutionize Medicine</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Source: thestreet.com</p>



<p class="wp-block-paragraph">his might seem a particularly bad time to be investing in big tech.</p>



<p class="wp-block-paragraph">President Trump said Tuesday morning that his administration would look into accusations that Google has been secretly working with the Chinese military. The charge came from Peter Thiel, a PayPal (PYPL &#8211; Get Report) co-founder and strong supporter of the president.</p>



<p class="wp-block-paragraph">On the other hand, Bloomberg reported Tuesday that DeepMind, the artificial-intelligence arm of Alphabet,  (GOOGL &#8211; Get Report)  might be on the cusp of a major breakthrough in the way new drugs are discovered.</p>



<p class="wp-block-paragraph">It&#8217;s an important innovation. It&#8217;s hiding inside the search giant. And it&nbsp;couldn&#8217;t come at a better time.</p>



<p class="wp-block-paragraph">This business is on to something really big. Using data, machine learning and AI, Alphabet managers are incubating vibrant new businesses with innovative business models. One or more of these will become exciting stand-alone businesses.</p>



<p class="wp-block-paragraph">Some analysts are already doing sum-of-the-parts analyses and they like what they see.</p>



<p class="wp-block-paragraph">A Jefferies analyst pegged the value of Waymo, Alphabet&#8217;s self-driving-car business, at $250 billion in December 2018, according to a story at <em>Business Insider</em>.</p>



<p class="wp-block-paragraph">Alphabet&#8217;s market capitalization is $798 billion, with units including YouTube, Google Search, Google Cloud, Android, the Nest security camera and peripheral businesses, Google Capital, and Stadia, its new video game streaming service set to launch in November.</p>



<p class="wp-block-paragraph">Together, these parts are probably worth well over $1 trillion.</p>



<p class="wp-block-paragraph">Until now, the business opportunity for DeepMind was not even on investors&#8217; radar.</p>



<p class="wp-block-paragraph">The subsidiary has its roots in DeepMind Technologies, a British AI startup that was making progress teaching computers the quirks of human short-term memory. Alphabet acquired the business in 2014.</p>



<p class="wp-block-paragraph">Two years later, its custom AlphaGo code was so advanced that it became the first computer program to defeat a human in a match of Go, the ancient Chinese strategy game. That human happened to be Lee Sedol, the 18-time world champion.</p>



<p class="wp-block-paragraph">At the CASP13 meeting in Mexico in December 2018, DeepMind was at it again. This time its human challengers were the brightest minds in biology. The task was predicting the shapes of proteins.</p>



<p class="wp-block-paragraph">Understanding these structures is important because they govern how diseases form. The problem is there are more possible protein shapes than there are atoms in the universe,&nbsp;<em>Bloomberg</em>&nbsp;notes.</p>



<p class="wp-block-paragraph">The math has vexed computational biologists for the past 25 years. They have been trying to build more predictive software models for protein folding, the process that leads to proteins taking three-dimensional shapes.</p>



<p class="wp-block-paragraph">Despite its limited experience with folding, AlphaFold, DeepMind&#8217;s entrant, predicted the most accurate structure for 25 out of 43 proteins, taking the top spot over 98 participating teams, according to a report in <em>the Guardian</em>.</p>



<p class="wp-block-paragraph">For perspective, the second-place team accurately predicted only three of the 43 proteins.</p>



<p class="wp-block-paragraph">This does not mean Alphabet has an inside track to the next big drug discovery. It doesn&#8217;t work that way. Developing new drugs is both expensive and fraught with regulatory hurdles, patient trials and marketing expenses.</p>



<p class="wp-block-paragraph">Even then, a 2013 study published by <em>Nature Review Drug Discovery</em> found that only 10% of medicines in development ever reach patients.</p>



<p class="wp-block-paragraph">The business opportunity is increasing those odds.</p>



<p class="wp-block-paragraph">In <em>The Future Awakens</em>, a November 2017 research study by Deloitte Center for Health Solutions, analysts posit that by 2022 medicine will be predictive, preventative (based on risk), personalized and participatory.</p>



<p class="wp-block-paragraph">Computational biologists in hoodies and jeans will build personalized drug treatments based on what they know about a patient&#8217;s individual genomic makeup. Behind the scenes, data scientists using A, will comb through algorithmic models, looking for previously unseen biomarkers.</p>



<p class="wp-block-paragraph">DeepMind has come out of nowhere to be a major player in that ecosystem, and it is hiding inside Alphabet shares, practically for free.</p>



<p class="wp-block-paragraph">The parent&#8217;s stock trades at 21 times forward earnings and 5.6 times sales. These metrics reflect the consensus view that Alphabet is an advertising business, subject to regulatory attacks.</p>



<p class="wp-block-paragraph">The regulation is coming. That&#8217;s true.</p>



<p class="wp-block-paragraph">But the story of the stock is its valuable pieces. Investors are fretting about a potential breakup of Alphabet. They should be embracing that possibility. It will lead to much higher stock prices as the value of its businesses comes to light.</p>



<p class="wp-block-paragraph">Growth investors should consider buying Alphabet shares into any material weakness.</p>
<p>The post <a href="https://www.aiuniverse.xyz/google-ai-on-track-to-revolutionize-medicine/">Google AI on Track to Revolutionize Medicine</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/google-ai-on-track-to-revolutionize-medicine/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
