<?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>Designed Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/designed/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/designed/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Wed, 16 Jun 2021 05:12:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>A Google AI Designed a Computer Chip as Well as a Human Engineer—But Much Faster</title>
		<link>https://www.aiuniverse.xyz/a-google-ai-designed-a-computer-chip-as-well-as-a-human-engineer-but-much-faster/</link>
					<comments>https://www.aiuniverse.xyz/a-google-ai-designed-a-computer-chip-as-well-as-a-human-engineer-but-much-faster/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Wed, 16 Jun 2021 05:12:22 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[CHIP]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Designed]]></category>
		<category><![CDATA[engineer]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[human]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=14350</guid>

					<description><![CDATA[<p>Source &#8211; https://singularityhub.com/ AI has finally come full circle. A new suite of algorithms by Google Brain can now design computer chips—those specifically tailored for running AI software—that vastly <a class="read-more-link" href="https://www.aiuniverse.xyz/a-google-ai-designed-a-computer-chip-as-well-as-a-human-engineer-but-much-faster/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/a-google-ai-designed-a-computer-chip-as-well-as-a-human-engineer-but-much-faster/">A Google AI Designed a Computer Chip as Well as a Human Engineer—But Much Faster</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source &#8211; https://singularityhub.com/</p>



<p>AI has finally come full circle.</p>



<p>A new suite of algorithms by Google Brain can now design computer chips—those specifically tailored for running AI software—that vastly outperform those designed by human experts. And the system works in just a few hours, dramatically slashing the weeks- or months-long process that normally gums up digital innovation.</p>



<p>At the heart of these robotic chip designers is a type of machine learning called deep reinforcement learning. This family of algorithms, loosely based on the human brain’s workings, has triumphed over its biological neural inspirations in games such as Chess, Go, and nearly the entire Atari catalog.</p>



<p>But game play was just these AI agents’ kindergarten training. More recently, they’ve grown to tackle new drugs for Covid-19, solve one of biology’s grandest challenges, and reveal secrets of the human brain.</p>



<p>In the new study, by crafting the hardware that allows it to run more efficiently, deep reinforcement learning is flexing its muscles in the real world once again. The team cleverly adopted elements of game play into the chip design challenge, resulting in conceptions that were utterly “strange and alien” to human designers, but nevertheless worked beautifully.</p>



<p>It’s not just theory. A number of the AI’s chip design elements were incorporated into Google’s tensor processing unit (TPU), the company’s AI accelerator chip, which was designed to help AI algorithms run more quickly and efficiently.</p>



<p>“That was our vision with this work,” said study author Anna Goldie. “Now that machine learning has become so capable, that’s all thanks to advancements in hardware and systems, can we use AI to design better systems to run the AI algorithms of the future?”</p>



<h3 class="wp-block-heading">The Science and Art of Chip Design</h3>



<p>I don’t generally think about the microchips in my phone, laptop, and a gazillion other devices spread across my home. But they’re the bedrock—the hardware “brain”—that controls these beloved devices.</p>



<p>Often no larger than a fingernail, microchips are exquisite feats of engineering that pack tens of millions of components to optimize computations. In everyday terms, a badly-designed chip means slow loading times and the spinning wheel of death—something no one wants.</p>



<p>The crux of chip design is a process called “floorplanning,” said Dr. Andrew Kahng, at the University of California, San Diego, who was not involved in this study. Similar to arranging your furniture after moving into a new space, chip floorplanning involves shifting the location of different memory and logic components on a chip so as to optimize processing speed and power efficiency.</p>



<p>It’s a horribly difficult task. Each chip contains millions of logic gates, which are used for computation. Scattered alongside these are thousands of memory blocks, called macro blocks, which save data. These two main components are then interlinked through tens of miles of wiring so the chip performs as optimally as possible—in terms of speed, heat generation, and energy consumption.</p>



<p>“Given this staggering complexity, the chip-design process itself is another miracle—in which the efforts of engineers, aided by specialized software tools, keep the complexity in check,” explained Kahng. Often, floorplanning takes weeks or even months of painstaking trial and error by human experts.</p>



<p>Yet even with six decades of study, the process is still a mixture of science and art. “So far, the floorplanning task, in particular, has defied all attempts at automation,” said Kahng. One estimate shows that the number of different configurations for just the placement of “memory” macro blocks is about 10<sup>2,500</sup>—magnitudes larger than the number of stars in the universe.</p>



<h3 class="wp-block-heading">Game Play to the Rescue</h3>



<p>Given this complexity, it seems crazy to try automating the process. But Google Brain did just that, with a clever twist.</p>



<p>If you think of macro blocks and other components as chess pieces, then chip design becomes a sort of game, similar to those previously mastered by deep reinforcement learning. The agent’s task is to sequentially place macro blocks, one by one, onto a chip in an optimized manner to win the game. Of course, any naïve AI agent would struggle. As background learning, the team trained their agent with over 10,000 chip floorplans. With that library of knowledge, the agent could then explore various alternatives.</p>



<p>During the design, it worked with a type of “trial-and-error” process that’s similar to how we learn. At any stage of developing the floorplan, the AI agent assesses how it’s doing using a learned strategy, and decides on the most optimal way to move forward—that is, where to place the next component.</p>



<p>“It starts out with a blank canvas, and places each component of the chip, one at a time, onto the canvas. At the very end it gets a score—a reward—based on how well it did,” explained Goldie. The feedback is then used to update the entire artificial neural network, which forms the basis of the AI agent, and get it ready for another go-around.</p>



<p>The score is carefully crafted to follow the constraints of chip design, which aren’t always the same. Each chip is its own game. Some, for example, if deployed in a data center, will need to optimize power consumption. But a chip for self-driving cars should care more about latency so it can rapidly detect any potential dangers.</p>



<h3 class="wp-block-heading">The Bio-Chip</h3>



<p>Using this approach, the team didn’t just find a single chip design solution. Their AI agent was able to adapt and generalize, needing just six extra hours of computation to identify optimized solutions for any specific needs.</p>



<p>“Making our algorithm generalize across these different contexts was a much bigger challenge than just having an algorithm that would work for one specific chip,” said Goldie.</p>



<p>It’s a sort of “one-shot” mode of learning, said Kahng, in that it can produce floorplans “superior to those developed by human experts for existing chips.” A main throughline seemed to be that the AI agent laid down macro blocks in decreasing order of size. But what stood out was just how alien the designs were. The placements were “rounded and organic,” a massive departure from conventional chip designs with angular edges and sharp corners.</p>



<p>Human designers thought “there was no way that this is going to be high quality. They almost didn’t want to evaluate them,” said Goldie.</p>



<p>But the team pushed the project from theory to practice. In January, Google integrated some AI-designed elements into their next-generation AI processors. While specifics are being kept under wraps, the solutions were intriguing enough for millions of copies to be physically manufactured.</p>



<p>The team plans to release its code for the broader community to further optimize—and understand—the machine’s brain for chip design. What seems like magic today could provide insights into even better floorplan designs, extending the gradually-slowing (or dying) Moore’s Law to further bolster our computational hardware. Even tiny improvements in speed or power consumption in computing could make a massive difference.</p>



<p>“We can…expect the semiconductor industry to redouble its interest in replicating the authors’ work, and to pursue a host of similar applications throughout the chip-design process,” said Kahng.</p>



<p>“The level of the impact that [a new generation of chips] can have on the carbon footprint of machine learning, given it’s deployed in all sorts of different data centers, is really valuable. Even one day earlier, it makes a big difference,” said Goldie.</p>
<p>The post <a href="https://www.aiuniverse.xyz/a-google-ai-designed-a-computer-chip-as-well-as-a-human-engineer-but-much-faster/">A Google AI Designed a Computer Chip as Well as a Human Engineer—But Much Faster</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/a-google-ai-designed-a-computer-chip-as-well-as-a-human-engineer-but-much-faster/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>IBM HAS DESIGNED AN AI SYSTEM THAT CAN ALTER YOUR OPINIONS</title>
		<link>https://www.aiuniverse.xyz/ibm-has-designed-an-ai-system-that-can-alter-your-opinions/</link>
					<comments>https://www.aiuniverse.xyz/ibm-has-designed-an-ai-system-that-can-alter-your-opinions/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Tue, 23 Mar 2021 09:14:37 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[ALTER]]></category>
		<category><![CDATA[Designed]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[OPINIONS]]></category>
		<category><![CDATA[System]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=13717</guid>

					<description><![CDATA[<p>Source &#8211; https://www.analyticsinsight.net/ What more can artificial intelligence do? IBM has designed an artificial intelligence system that can debate with humans. The company published a paper in the journal <a class="read-more-link" href="https://www.aiuniverse.xyz/ibm-has-designed-an-ai-system-that-can-alter-your-opinions/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/ibm-has-designed-an-ai-system-that-can-alter-your-opinions/">IBM HAS DESIGNED AN AI SYSTEM THAT CAN ALTER YOUR OPINIONS</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source &#8211; https://www.analyticsinsight.net/</p>



<h2 class="wp-block-heading">What more can artificial intelligence do?</h2>



<p>IBM has designed an artificial intelligence system that can debate with humans. The company published a paper in the journal called Nature, where one of the team members described the AI system and how well it performed against a human opponent. Chris Reed, a professor in the University of Dundee has published a News &amp; Views article in the same journal throwing light on the history and development of artificial intelligence as a disruptive technology based around the types of logic used in human arguments and the system created by IBM.</p>



<p>As Reed explains in his piece, debating is a skill that humans have been perfecting for thousands of years. It’s usually a type of discussion in which a person or a group persuades others that their opinion on a subject is right. As a step forward, the IBM team has designed an AI system to debate with humans in a live setting. The system is capable of listening to the moderators and opponents and responds in a feminine tone.</p>



<p>Traditionally in debates, people involved tend to cite people who can back up their claims. They might find these citations from prior research or quote well-known phrases used by notable people in the field of argument. Project Debater, as the IBM system is known, scans the internet for similar arguments and uses the information in ways that are convincing.</p>



<p>Another common debate practice is participants attempting to counter the arguments of the opponent. To handle that, Project Debater uses Watson, the IBM system that defeated contestants on the popular game show “Jeopardy”. This system listens to the arguments given by the opponents and searches on the web for rebuttals that were used by others about similar claims.</p>



<p>Project Debater was first tested back in 2019 in a debate session with Harish Natarajan, an expert debater. In that debate, IBM’s system did not defeat Natarajan, but the audience agreed that it performed outstandingly.</p>



<p>Experts at IBM believe that Project Debaters’ failure against Natarajan was an important milestone in the efforts to get robotic systems to master human language. IBM research director Dario Gil said that the experience “is not about winning or losing” but about creating an AI system “that can master the infinitely complex and rich world of human language.”</p>



<p>The Watson computer system used by Project Debater defeated a grand chess master, apart from winning the game show. Ranit Aharanov, manager of the Project Debater team talked in a discussion after the debate. There she said that the goal of the project is to help humans deal with complex decisions.</p>



<p>“It’s not a question of whether AI is going to be better than humans. It can debate both sides, so it can very quickly help you understand both sides of the problem, so you have a wider view of the problem and can make a better decision.”</p>



<p>Project Debater went through another test where it was asked to convince a panel of viewers that telemedicine was a good idea. Almost everyone in the panel agreed that the AI system managed to change their opinions on the topic of conversation which implied that AI systems can participate in human debates in the future, for example, in those that happen on social media.</p>
<p>The post <a href="https://www.aiuniverse.xyz/ibm-has-designed-an-ai-system-that-can-alter-your-opinions/">IBM HAS DESIGNED AN AI SYSTEM THAT CAN ALTER YOUR OPINIONS</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/ibm-has-designed-an-ai-system-that-can-alter-your-opinions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>BISTel Features Big Data-Driven Smart Analytical Solutions Designed for China’s Semiconductor Manufacturing Sector at Semicon China 2021</title>
		<link>https://www.aiuniverse.xyz/bistel-features-big-data-driven-smart-analytical-solutions-designed-for-chinas-semiconductor-manufacturing-sector-at-semicon-china-2021/</link>
					<comments>https://www.aiuniverse.xyz/bistel-features-big-data-driven-smart-analytical-solutions-designed-for-chinas-semiconductor-manufacturing-sector-at-semicon-china-2021/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Mon, 15 Mar 2021 06:44:22 +0000</pubDate>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Big data]]></category>
		<category><![CDATA[BISTel]]></category>
		<category><![CDATA[China’s]]></category>
		<category><![CDATA[Designed]]></category>
		<category><![CDATA[features]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=13493</guid>

					<description><![CDATA[<p>Source &#8211; https://www.dailyhostnews.com/ Senior Director Wang Feng to Outline Smart “Analysis” Manufacturing Strategy for China at Annual Semicon China Tradeshow SHENZHEN, China–(BUSINESS WIRE)–#AI–BISTel, the world leader in <a class="read-more-link" href="https://www.aiuniverse.xyz/bistel-features-big-data-driven-smart-analytical-solutions-designed-for-chinas-semiconductor-manufacturing-sector-at-semicon-china-2021/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/bistel-features-big-data-driven-smart-analytical-solutions-designed-for-chinas-semiconductor-manufacturing-sector-at-semicon-china-2021/">BISTel Features Big Data-Driven Smart Analytical Solutions Designed for China’s Semiconductor Manufacturing Sector at Semicon China 2021</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source &#8211; https://www.dailyhostnews.com/</p>



<p><strong>Senior Director Wang Feng to Outline Smart “Analysis” Manufacturing Strategy for China at Annual Semicon China Tradeshow</strong></p>



<p>SHENZHEN, China–(BUSINESS WIRE)–#AI–BISTel, the world leader in engineering automation systems (EES) and AI applications for semiconductor and flat panel display smart manufacturing announced today that it will provide a preview to its smart manufacturing strategy for China at the annual Semicon China exposition in Shanghai, March 17-19, 2021. Called <strong>Big Data-Driven Smart Analytical Solutions Designed for China’s Semiconductor Manufacturing</strong>, Senior Director, Wang Feng, will unveil a wave of smart analysis solutions designed for China’s fast growing semiconductor manufacturing market.</p>



<p>The featured presentation from Feng also showcases updates to BISTel’s latest FDC system, the industry’s leading real-time fault detection solution; Trace analytics will feature an updated eDatalyzer® suite for root cause analysis based on machine learning that quickly solves yield issues in semiconductor production. Besides these two key developments, BISTel will demonstrate the benefits of a cloud-based solutions for semiconductors, including, a next-generation FDC systems called dynamic fault detection (DFD) that removes costly infrastructure and deployment costs, offering China’s semiconductor manufacturers access to the most advanced FDC technology at fraction of the cost. In back-end test, assembly and packaging manufacturing, BISTel new Optimus Edge solutions will feature the first Edge devices for semiconductor packaging and assembly wire bonding applications that cut infrastructure costs and improve machine performance.</p>



<p>“We are pleased to announce semiconductor smart analysis solutions designed specifically to meet the needs of China’s growing semiconductor market,” said W.K. Choi, CEO, BISTel. Whether on-premises or in the cloud, BISTel China is offering chipmakers a comprehensive range of process control automation solutions that improves yields, reduces costs and provides Chinese growing semi-industry access to the latest technologies to improve semiconductor manufacturing,” added Choi.</p>



<p>BISTel is a leading provider of equipment engineering systems (EES) and real-time, A.I. applications for smart manufacturing. BISTel’s intelligent manufacturing solutions collect and manage data, monitor the health of equipment, optimize process flows, analyze large data, quickly identify root cause failures to mitigate risk, predict issues before they occur and extend the life of equipment through industry leading predictive analytics. BISTel helps customers reduce downtime, improve yield, increase equipment utilization and achieve significant production and engineering efficiencies across the factory. Founded in 2000, BISTel has more than 395 employees worldwide. BISTel has extensive domain expertise in global manufacturing, including semiconductor, flat panel, and PCB/SMT manufacturing as well as automotive, energy and pharmaceutical manufacturing. </p>



<p></p>
<p>The post <a href="https://www.aiuniverse.xyz/bistel-features-big-data-driven-smart-analytical-solutions-designed-for-chinas-semiconductor-manufacturing-sector-at-semicon-china-2021/">BISTel Features Big Data-Driven Smart Analytical Solutions Designed for China’s Semiconductor Manufacturing Sector at Semicon China 2021</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/bistel-features-big-data-driven-smart-analytical-solutions-designed-for-chinas-semiconductor-manufacturing-sector-at-semicon-china-2021/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
