A New Approach to Computation Reimagines Artificial Intelligence | Quanta Magazine

The paper built upon work done in the mid-1990s by Kanerva and Tony Plate, at the time a doctoral student with Geoff Hinton at the University of Toronto. The two independently developed the algebra for manipulating hypervectors and hinted at its usefulness for high-dimensional computing.

Given our hypervectors for shapes and colors, the system developed by Kanerva and Plate shows us how to manipulate them using certain mathematical operations. Those actions correspond to ways of symbolically manipulating concepts.

The first operation is multiplication. This is a way of combining ideas. For example, multiplying the vector SHAPE with the vector CIRCLE binds the two into a representation of the idea SHAPE is CIRCLE. This new bound vector is nearly orthogonal to both SHAPE and CIRCLE. And the individual components are recoverable an important feature if you want to extract information from bound vectors. Given a bound vector that represents your Volkswagen, you can unbind and retrieve the vector for its color: PURPLE.

The second operation, addition, creates a new vector that represents whats called a superposition of concepts. For example, you can take two bound vectors, SHAPE is CIRCLE and COLOR is RED, and add them together to create a vector that represents a circular shape that is red in color. Again, the superposed vector can be decomposed into its constituents.

The third operation is permutation; it involves rearranging the individual elements of the vectors. For example, if you have a three-dimensional vector with values labeled x, y and z, permutation might move the value of x to y, y to z, and z to x. Permutation allows you to build structure, Kanerva said. It allows you to deal with sequences, things that happen one after another. Consider two events, represented by the hypervectors A and B. We can superpose them into one vector, but that would destroy information about the order of events. Combining addition with permutation preserves the order; the events can be retrieved in order by reversing the operations.

Together, these three operations proved enough to create a formal algebra of hypervectors that allowed for symbolic reasoning. But many researchers were slow to grasp the potential of hyperdimensional computing, including Olshausen. It just didnt sink in, he said.

Harnessing the Power

In 2015, a student of Olshausens named Eric Weiss demonstrated one aspect of hyperdimensional computings unique abilities. Weiss figured out how to represent a complex image as a single hyperdimensional vector that contains information about all the objects in the image, including their properties, such as colors, positions and sizes.

I practically fell out of my chair, Olshausen said. All of a sudden the lightbulb went on.

Soon more teams began developing hyperdimensional algorithms to replicate simple tasks that deep neural networks had begun tackling about two decades before, such as classifying images.

Consider an annotated data set that consists of images of handwritten digits. An algorithm analyzes the features of each image using some predetermined scheme. It then creates a hypervector for each image. Next, the algorithm adds the hypervectors for all images of zero to create a hypervector for the idea of zero. It then does the same for all digits, creating 10 class hypervectors, one for each digit.

Now the algorithm is given an unlabeled image. It creates a hypervector for this new image, then compares the hypervector against the stored class hypervectors. This comparison determines the digit that the new image is most similar to.

Yet this is just the beginning. The strengths of hyperdimensional computing lie in the ability to compose and decompose hypervectors for reasoning. The latest demonstration of this came in March, when Abbas Rahimi and colleagues at IBM Research in Zurich used hyperdimensional computing with neural networks to solve a classic problem in abstract visual reasoning a significant challenge for typical ANNs, and even some humans. Known as Ravens progressive matrices, the problem presents images of geometric objects in, say, a 3-by-3 grid. One position in the grid is blank. The subject must choose, from a set of candidate images, the image that best fits the blank.

We said, This is really the killer example for visual abstract reasoning, lets jump in, Rahimi said.

To solve the problem using hyperdimensional computing, the team first created a dictionary of hypervectors to represent the objects in each image; each hypervector in the dictionary represents an object and some combination of its attributes. The team then trained a neural network to examine an image and generate a bipolar hypervector an element can be +1 or 1 thats as close as possible to some superposition of hypervectors in the dictionary; the generated hypervector thus contains information about all the objects and their attributes in the image. You guide the neural network to a meaningful conceptual space, Rahimi said.

Once the network has generated hypervectors for each of the context images and for each candidate for the blank slot, another algorithm analyzes the hypervectors to create probability distributions for the number of objects in each image, their size, and other characteristics. These probability distributions, which speak to the likely characteristics of both the context and candidate images, can be transformed into hypervectors, allowing the use of algebra to predict the most likely candidate image to fill the vacant slot.

Their approach was nearly 88% accurate on one set of problems, whereas neural networkonly solutions were less than 61% accurate. The team also showed that, for 3-by-3 grids, their system was almost 250 times faster than a traditional method that uses rules of symbolic logic to reason, since that method must search through an enormous rulebook to determine the correct next step.

A Promising Start

Not only does hyperdimensional computing give us the power to solve problems symbolically, it also addresses some niggling issues of traditional computing. The performance of todays computers degrades rapidly if errors caused by, say, a random bit flip (a 0 becomes 1 or vice versa) cannot be corrected by built-in error-correcting mechanisms. Moreover, these error-correcting mechanisms can impose a penalty on performance of up to 25%, said Xun Jiao, a computer scientist at Villanova University.

Hyperdimensional computing tolerates errors better, because even if a hypervector suffers significant numbers of random bit flips, it is still close to the original vector. This implies that any reasoning using these vectors is not meaningfully impacted in the face of errors. Jiaos team has shown that these systems are at least 10 times more tolerant of hardware faults than traditional ANNs, which themselves are orders of magnitude more resilient than traditional computing architectures. We can leverage all [that] resilience to design some efficient hardware, Jiao said.

Another advantage of hyperdimensional computing is transparency: The algebra clearly tells you why the system chose the answer it did. The same is not true for traditional neural networks. Olshausen, Rahimi and others are developing hybrid systems in which neural networks map things in the physical world to hypervectors, and then hyperdimensional algebra takes over. Things like analogical reasoning just fall in your lap, Olshausen said. This is what we should expect of any AI system. We should be able to understand it just like we understand an airplane or a television set.

All of these benefits over traditional computing suggest that hyperdimensional computing is well suited for a new generation of extremely sturdy, low-power hardware. Its also compatible with in-memory computing systems, which perform the computing on the same hardware that stores data (unlike existing von Neumann computers that inefficiently shuttle data between memory and the central processing unit). Some of these new devices can be analog, operating at very low voltages, making them energy-efficient but also prone to random noise. For von Neumann computing, this randomness is the wall that you cant go beyond, Olshausen said. But with hyperdimensional computing, you can just punch through it.

Despite such advantages, hyperdimensional computing is still in its infancy. Theres real potential here, Fermller said. But she points out that it still needs to be tested against real-world problems and at bigger scales, closer to the size of modern neural networks.

For problems at scale, this needs very efficient hardware, Rahimi said. For example, how [do you] efficiently search over 1 billion items?

All of this should come with time, Kanerva said. There are other secrets [that] high-dimensional spaces hold, he said. I see this as the very beginning of time for computing with vectors.

function getCookie(name)
let value = « ;  » + document.cookie;
var parts = value.split(« ;  » + name + « = »);
if (parts.length === 2) return parts.pop().split(« ; »).shift();

if(getCookie(‘acceptedPolicy’))
// google analytics
(function(i,s,o,g,r,a,m)function()[]).push(arguments),i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
)(window,document,’script’,’https://www.google-analytics.com/analytics.js’,’ga’);
ga(‘create’, ‘UA-8526335-13’, ‘auto’);
ga(‘set’, ‘forceSSL’, true);
ga(‘require’, ‘displayfeatures’);
ga(‘send’,’pageview’);

// facebook pixel
!function(f,b,e,v,n,t,s)
if(f.fbq)return;n=f.fbq=function()
n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)
;
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=’2.0′;
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)(window,document,’script’,
‘https://connect.facebook.net/en_US/fbevents.js’);
fbq(‘init’, ‘190747804793608’);
fbq(‘track’, ‘PageView’);

// chartbeat
var _sf_async_config = uid: 65564, domain: ‘quantamagazine.org’, useCanonical: true ;(function() function loadChartbeat() window._sf_endpt = (new Date()).getTime(); var e = document.createElement(‘script’); e.setAttribute(‘language’, ‘javascript’); e.setAttribute(‘type’, ‘text/javascript’); e.setAttribute(‘src’,’//static.chartbeat.com/js/chartbeat.js’); document.body.appendChild(e); ;var oldonload = window.onload;window.onload = (typeof window.onload != ‘function’) ?loadChartbeat : function() oldonload(); loadChartbeat(); ;)();

// parsley
const head = document.getElementsByTagName(‘head’)[0];
const parsleyScript = document.createElement(« script »);
parsleyScript.type = « text/javascript »;
parsleyScript.src = « https://cdn.parsely.com/keys/quantamagazine.org/p.js »;
parsleyScript.id = « parsley-cfg »;
// end parsley

//smartlook
window.smartlook else
(function(i,s,o,g,r,a,m))(window,document,’script’,’https://www.google-analytics.com/analytics.js’,’ga’);
ga(‘create’, ‘UA-8526335-13’, storage: ‘none’ );
ga(‘set’, ‘anonymizeIp’, true);
ga(‘set’, ‘forceSSL’, true);
ga(‘require’, ‘displayfeatures’);
ga(‘send’,’pageview’);

window.__APOLLO_STATE__ = {« ROOT_QUERY »: »getCurrentUser »:null, »options »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options », »typename »: »Options », »getPostPageArchive(\ »slug\ »:\ »a-new-approach-to-computation-reimagines-artificial-intelligence-20230413\ »,\ »type\ »:\ »\ ») »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.getPostPageArchive(\ »slug\ »:\ »a-new-approach-to-computation-reimagines-artificial-intelligence-20230413\ »,\ »type\ »:\ »\ ») », »typename »: »PostPageArchive », »getPageMeta(\ »slug\ »:\ »a-new-approach-to-computation-reimagines-artificial-intelligence-20230413\ »,\ »type\ »:\ »\ ») »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.getPageMeta(\ »slug\ »:\ »a-new-approach-to-computation-reimagines-artificial-intelligence-20230413\ »,\ »type\ »:\ »\ ») », »typename »: »PageMeta », »menu(\ »slug\ »:\ »footer\ ») »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »footer\ ») », »typename »: »Menu », »menu(\ »slug\ »:\ »main-menu\ ») »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »main-menu\ ») », »typename »: »Menu », »menu(\ »slug\ »:\ »secondary-menu\ ») »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ ») », »typename »: »Menu », »getPostPageArchive(\ »slug\ »:\ »a-new-approach-to-computation-reimagines-artificial-intelligence-20230413\ ») »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.getPostPageArchive(\ »slug\ »:\ »a-new-approach-to-computation-reimagines-artificial-intelligence-20230413\ ») », »typename »: »PostPageArchive », »$ROOT_QUERY.options.acf.featured_image »: »alt »: » », »caption »: » », »url »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2017/04/default.gif », »width »:1200, »height »:600, »sizes »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.featured_image.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$ROOT_QUERY.options.acf.featured_image.sizes »: »thumbnail »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2017/04/default-520×260.gif », »square_small »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2017/04/default-160×160.gif », »square_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2017/04/default-520×520.gif », »medium »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2017/04/default.gif », »medium_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2017/04/default-768×384.gif », »large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2017/04/default.gif », »__typename »: »ImageSizes », »$ROOT_QUERY.options.acf »: [];\r\n function gtag()dataLayer.push(arguments);\r\n\r\n // Default ad_storage to ‘denied’.\r\n gtag(‘consent’, ‘default’, \r\n ‘ad_storage’: ‘denied’\r\n );\r\n\u003c\/script>\r\n\u003c\!– Google Tag Manager –>\r\n\u003cscript>(function(w,d,s,l,i)[];w[l].push(‘gtm.start’:\r\nnew Date().getTime(),event:’gtm.js’);var f=d.getElementsByTagName(s)[0],\r\nj=d.createElement(s),dl=l!=’dataLayer’?’&l= »+l: »‘;j.async=true;j.src=\r\n’https://www.googletagmanager.com/gtm.js?id=’+i+dl;f.parentNode.insertBefore(j,f);\r\n)(window,document,’script’,’dataLayer’,’GTM-KZGMXJ7′);\u003c\/script>\r\n\u003c\!– End Google Tag Manager –>\r\n\u003c\!– Google Tag Manager (noscript) –>\r\n\u003cnoscript>\u003ciframe src=\ »https://www.googletagmanager.com/ns.html?id=GTM-KZGMXJ7\ »\r\nheight=\ »0\ » width=\ »0\ » style=\ »display:none;visibility:hidden\ »>\u003c/iframe>\u003c/noscript>\r\n\u003c\!– End Google Tag Manager (noscript) –>\r\n\u003cscript>\r\nfunction getCookie(name) \r\n let value = \ »; \ » + document.cookie;\r\n var parts = value.split(\ »; \ » + name + \ »=\ »);\r\n if (parts.length === 2) return parts.pop().split(\ »;\ »).shift();\r\n\r\n\r\nif(getCookie(‘acceptedPolicy’)) [];\r\n function gtag()dataLayer.push(arguments);\r\n gtag(‘js’, new Date());\r\n\r\n gtag(‘config’, ‘AW-10788252298’);\r\n\r\n else \r\n(function(i,s,o,g,r,a,m)i[‘GoogleAnalyticsObject’]=r;i[r]=i[r])(window,document,’script’,’https://www.google-analytics.com/analytics.js’,’ga’);\r\nga(‘create’, ‘UA-8526335-13’, storage: ‘none’ );\r\nga(‘set’, ‘anonymizeIp’, true);\r\nga(‘set’, ‘forceSSL’, true);\r\nga(‘require’, ‘displayfeatures’);\r\nga(‘send’,’pageview’);\r\n\r\n\u003c\/script>\r\n », »google_analytics »:null, »tracking_scripts_no_cookie »:null, »google_analytics_no_cookie »:null, »popular_searches »:[« type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.popular_searches.0″, »typename »: »PopularSearch », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.popular_searches.1″, »typename »: »PopularSearch », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.popular_searches.2″, »typename »: »PopularSearch », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.popular_searches.3″, »typename »: »PopularSearch »], »search_topics »:[« type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.0″, »typename »: »SearchTopic », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.1″, »typename »: »SearchTopic », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.2″, »typename »: »SearchTopic », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.3″, »typename »: »SearchTopic », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.4″, »typename »: »SearchTopic », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.5″, »typename »: »SearchTopic », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.6″, »typename »: »SearchTopic », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.7″, »typename »: »SearchTopic », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.8″, »typename »: »SearchTopic »], »search_sections »:[« type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_sections.0″, »typename »: »Term », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_sections.1″, »typename »: »Term », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_sections.2″, »typename »: »Term », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_sections.3″, »typename »: »Term »], »search_authors »:[« type »: »id », »generated »:false, »id »: »AuthorList:38171″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:28087″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:29794″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:39302″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:56″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:47249″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:29458″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:73″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:39164″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:59″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:8728″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:11648″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:50172″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:42689″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:95″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:15493″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:450″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:36490″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:16315″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:2752″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:15492″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:68″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:62″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:13684″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:13691″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:50″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:15142″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:8084″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:742″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:51630″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:11543″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:57″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:7262″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:70″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:19918″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:13695″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:32676″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:13724″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:26310″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:30207″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:19266″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:13251″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:17000″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:17149″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:5279″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:58″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:32612″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:27534″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:25173″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:64″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:47″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:14784″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:98″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:5830″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:6793″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:75″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:52″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:69″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:77″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:19092″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:20557″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:66″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:46418″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:85″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:37141″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:44758″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:49403″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:12170″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:32″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:51″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:44787″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:50541″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:72″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:16475″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:91″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:10351″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:31716″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:1241″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:8463″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:49″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:16815″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:67″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:37462″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:87″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:36139″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:20556″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:90″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:39551″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:27374″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:40″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:47633″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:45758″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:38413″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:12570″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:38699″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:23451″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:79″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:38″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:47180″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:60″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:2333″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:3569″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:414″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:50807″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:20495″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:47830″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:17147″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:30953″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:32437″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:38705″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:40613″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:7186″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:14093″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:34″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:23″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:74″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:19093″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:1472″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:6476″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:42264″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:52093″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:10″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:37605″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:43298″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:37428″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:19962″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:51434″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:24″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:1816″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:84″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:55″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:50804″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:31″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:24011″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:100″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:2784″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:26114″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:9412″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:820″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:1666″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:20950″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:48″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:80″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:15681″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:51187″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:24577″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:78″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:23845″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:83″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:35441″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:76″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:15680″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:7239″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:44197″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:65″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:5944″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:61″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:63″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:26311″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:71″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:17148″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:13356″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:17150″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:39768″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:2960″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:14785″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:3″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:54″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:88″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:12964″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:53″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:86″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:3244″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:89″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:15913″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:42263″, »typename »: »AuthorList », »type »: »id », »generated »:false, »id »: »AuthorList:45757″, »typename »: »AuthorList »], »address_to_editor »:[« type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.address_to_editor.0″, »typename »: »Editor », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.address_to_editor.1″, »typename »: »Editor », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.address_to_editor.2″, »typename »: »Editor », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.address_to_editor.3″, »typename »: »Editor », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.address_to_editor.4″, »typename »: »Editor », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.address_to_editor.5″, »typename »: »Editor », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.address_to_editor.6″, »typename »: »Editor », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.address_to_editor.7″, »typename »: »Editor », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.address_to_editor.8″, »typename »: »Editor », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.address_to_editor.9″, »typename »: »Editor », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.address_to_editor.10″, »typename »: »Editor », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.address_to_editor.11″, »typename »: »Editor »], »$ROOT_QUERY.options »: »acf »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf », »typename »: »ThemeOptions », »__typename »: »Options », »$ROOT_QUERY.getPostPageArchive(\ »slug\ »:\ »a-new-approach-to-computation-reimagines-artificial-intelligence-20230413\ »,\ »type\ »:\ »\ »).data.0.acf »: »custom_page_colors »: » », »page_accent_color »:null, »page_text_color »:null, »page_background_color »:null, »header_type »: »default », »header_gradient_color »:null, »header_gradient_opacity »:null, »header_solid_colors »: » », »header_solid_primary_color »:null, »header_solid_secondary_color »:null, »header_solid_hover_color »:null, »header_transparent_colors »:null, »header_transparent_primary_color »:null, »header_transparent_secondary_color »:null, »header_transparent_hover_color »:null, »__typename »: »ACFFields », »$ROOT_QUERY.getPostPageArchive(\ »slug\ »:\ »a-new-approach-to-computation-reimagines-artificial-intelligence-20230413\ »,\ »type\ »:\ »\ »).data.0″: »acf »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.getPostPageArchive(\ »slug\ »:\ »a-new-approach-to-computation-reimagines-artificial-intelligence-20230413\ »,\ »type\ »:\ »\ »).data.0.acf », »typename »: »ACFFields », »__typename »: »Post », »$ROOT_QUERY.getPostPageArchive(\ »slug\ »:\ »a-new-approach-to-computation-reimagines-artificial-intelligence-20230413\ »,\ »type\ »:\ »\ ») »: »data »:[« type »: »id », »generated »:true, »id »: »$ROOT_QUERY.getPostPageArchive(\ »slug\ »:\ »a-new-approach-to-computation-reimagines-artificial-intelligence-20230413\ »,\ »type\ »:\ »\ »).data.0″, »typename »: »Post »], »__typename »: »PostPageArchive », »$ROOT_QUERY.getPageMeta(\ »slug\ »:\ »a-new-approach-to-computation-reimagines-artificial-intelligence-20230413\ »,\ »type\ »:\ »\ ») »: »redirect_path »:null, »meta »: »\u003cmeta name=\ »description\ » content=\ »By imbuing enormous vectors with semantic meaning, we can get machines to reason more abstractly and efficiently than before.\ » />\n\u003cmeta property=\ »og:image\ » content=\ »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Social.webp\ » />\n\u003cmeta property=\ »og:image:width\ » content=\ »1200\ » />\n\u003cmeta property=\ »og:image:height\ » content=\ »630\ » />\n\u003cmeta property=\ »og:locale\ » content=\ »en_US\ » />\n\u003cmeta property=\ »og:type\ » content=\ »article\ » />\n\u003cmeta property=\ »og:title\ » content=\ »A New Approach to Computation Reimagines Artificial Intelligence , »$ROOT_QUERY.options.acf.social_media_links.0″: »type »: »facebook », »label »: »Facebook », »url »: »https://www.facebook.com/QuantaNews », »__typename »: »SocialMediaLink », »$ROOT_QUERY.options.acf.social_media_links.1″: »type »: »twitter », »label »: »Twitter », »url »: »https://twitter.com/QuantaMagazine », »__typename »: »SocialMediaLink », »$ROOT_QUERY.options.acf.social_media_links.2″: »type »: »youtube », »label »: »YouTube », »url »: »https://www.youtube.com/c/QuantaScienceChannel », »__typename »: »SocialMediaLink », »$ROOT_QUERY.options.acf.social_media_links.3″: »type »: »instagram », »label »: »Instagram », »url »: »https://instagram.com/quantamag », »__typename »: »SocialMediaLink », »$ROOT_QUERY.options.acf.social_media_links.4″: »type »: »rss », »label »: »RSS », »url »: »https://api.quantamagazine.org/feed/ », »__typename »: »SocialMediaLink », »$ROOT_QUERY.options.acf.channels.0″: »title »: »The Joy of Why », »slug »: »the-joy-of-why », »description »: »The mathematician and author Steven Strogatz interviews leading researchers about the great scientific and mathematical questions of our time. », »featured_image »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.channels.0.featured_image », »typename »: »Image », »square_image »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.channels.0.square_image », »typename »: »Image », »subscribe_itunes_link »: »https://podcasts.apple.com/us/podcast/the-joy-of-why/id1608948873″, »subscribe_spotify_link »: »https://open.spotify.com/show/2FoxHraQSKwxV2HgUfwLMp », »subscribe_android_link »: »https://podcasts.google.com/feed/aHR0cHM6Ly9hcGkucXVhbnRhbWFnYXppbmUub3JnL2ZlZWQvdGhlLWpveS1vZi13aHk », »subscribe_stitcher_link »: »https://www.stitcher.com/show/the-joy-of-why », »__typename »: »Channel », »$ROOT_QUERY.options.acf.channels.0.featured_image »: »alt »: » », »caption »: » », »url »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JoW_Quanta_2560x1440-1-1.jpg », »width »:2560, »height »:1440, »sizes »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.channels.0.featured_image.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$ROOT_QUERY.options.acf.channels.0.featured_image.sizes »: »thumbnail »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JoW_Quanta_2560x1440-1-1-520×293.jpg », »square_small »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JoW_Quanta_2560x1440-1-1-160×160.jpg », »square_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JoW_Quanta_2560x1440-1-1-520×520.jpg », »medium »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JoW_Quanta_2560x1440-1-1-1720×968.jpg », »medium_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JoW_Quanta_2560x1440-1-1-768×432.jpg », »large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JoW_Quanta_2560x1440-1-1.jpg », »__typename »: »ImageSizes », »$ROOT_QUERY.options.acf.channels.0.square_image »: »alt »: » », »caption »: » », »url »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/Jaki-King-General-Quanta_600.jpg », »width »:600, »height »:600, »sizes »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.channels.0.square_image.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$ROOT_QUERY.options.acf.channels.0.square_image.sizes »: »thumbnail »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/Jaki-King-General-Quanta_600-520×520.jpg », »square_small »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/Jaki-King-General-Quanta_600-160×160.jpg », »square_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/Jaki-King-General-Quanta_600-520×520.jpg », »medium »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/Jaki-King-General-Quanta_600.jpg », »medium_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/Jaki-King-General-Quanta_600.jpg », »large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/Jaki-King-General-Quanta_600.jpg », »__typename »: »ImageSizes », »$ROOT_QUERY.options.acf.channels.1″: »title »: »Quanta Science Podcast », »slug »: »quanta-podcast », »description »: »Susan Valot narrates in-depth news episodes based on Quanta Magazine’s articles about mathematics, physics, biology and computer science. « , »featured_image »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.channels.1.featured_image », »typename »: »Image », »square_image »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.channels.1.square_image », »typename »: »Image », »subscribe_itunes_link »: »https://itunes.apple.com/us/podcast/quanta-science-podcast/id1021340531?mt=2&ls=1″, »subscribe_spotify_link »: »https://open.spotify.com/show/7oKXOpbHzbICFUcJNbZ5wF?si=jdnj9sTHSD2bj4hDMFLKEA », »subscribe_android_link »: »https://podcasts.google.com/feed/aHR0cHM6Ly93d3cucXVhbnRhbWFnYXppbmUub3JnL2ZlZWQvcG9kY2FzdC8″, »subscribe_stitcher_link »: »https://www.stitcher.com/podcast/quanta-magazine-2/quanta-magazine-podcast », »__typename »: »Channel », »$ROOT_QUERY.options.acf.channels.1.featured_image »: »alt »: »text reads Quanta Science Podcast », »caption »: » », »url »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/03/Lede-QSP-scaled.webp », »width »:2560, »height »:1440, »sizes »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.channels.1.featured_image.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$ROOT_QUERY.options.acf.channels.1.featured_image.sizes »: »thumbnail »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/03/Lede-QSP-520×293.webp », »square_small »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/03/Lede-QSP-160×160.webp », »square_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/03/Lede-QSP-520×520.webp », »medium »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/03/Lede-QSP-1720×968.webp », »medium_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/03/Lede-QSP-768×432.webp », »large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/03/Lede-QSP-scaled.webp », »__typename »: »ImageSizes », »$ROOT_QUERY.options.acf.channels.1.square_image »: »alt »: »text reads Quanta Science Podcast », »caption »: » », »url »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/03/Show_Cover-QSP-scaled.jpg », »width »:2560, »height »:2560, »sizes »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.channels.1.square_image.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$ROOT_QUERY.options.acf.channels.1.square_image.sizes »: »thumbnail »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/03/Show_Cover-QSP-520×520.jpg », »square_small »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/03/Show_Cover-QSP-160×160.jpg », »square_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/03/Show_Cover-QSP-520×520.jpg », »medium »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/03/Show_Cover-QSP-1720×1720.jpg », »medium_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/03/Show_Cover-QSP-768×768.jpg », »large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/03/Show_Cover-QSP-2880×2880.jpg », »__typename »: »ImageSizes », »$ROOT_QUERY.options.acf.channels.2″: »title »: »The Joy of x », »slug »: »the-joy-of-x », »description »: »The acclaimed mathematician and author Steven Strogatz interviews some of the worlds leading scientists about their lives and work. », »featured_image »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.channels.2.featured_image », »typename »: »Image », »square_image »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.channels.2.square_image », »typename »: »Image », »subscribe_itunes_link »: »https://podcasts.apple.com/us/podcast/the-joy-of-x/id1495067186″, »subscribe_spotify_link »: »https://open.spotify.com/show/5HcCtKPH5gnOjRiMtTdC07?si=lFzCzat9QfuPU3hWuYibxQ », »subscribe_android_link »: »https://podcasts.google.com/feed/aHR0cHM6Ly9hcGkucXVhbnRhbWFnYXppbmUub3JnL2ZlZWQvdGhlLWpveS1vZi14Lw », »subscribe_stitcher_link »: »https://www.stitcher.com/podcast/the-joy-of-x », »__typename »: »Channel », »$ROOT_QUERY.options.acf.channels.2.featured_image »: »alt »: » », »caption »: » », »url »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JoX_Spheres_1920x1080-1.jpg », »width »:1920, »height »:1080, »sizes »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.channels.2.featured_image.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$ROOT_QUERY.options.acf.channels.2.featured_image.sizes »: »thumbnail »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JoX_Spheres_1920x1080-1-520×293.jpg », »square_small »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JoX_Spheres_1920x1080-1-160×160.jpg », »square_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JoX_Spheres_1920x1080-1-520×520.jpg », »medium »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JoX_Spheres_1920x1080-1-1720×968.jpg », »medium_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JoX_Spheres_1920x1080-1-768×432.jpg », »large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JoX_Spheres_1920x1080-1.jpg », »__typename »: »ImageSizes », »$ROOT_QUERY.options.acf.channels.2.square_image »: »alt »: » », »caption »: » », »url »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JofX_podcast_logo-NEW-600.jpg », »width »:600, »height »:600, »sizes »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.channels.2.square_image.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$ROOT_QUERY.options.acf.channels.2.square_image.sizes »: »thumbnail »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JofX_podcast_logo-NEW-600-520×520.jpg », »square_small »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JofX_podcast_logo-NEW-600-160×160.jpg », »square_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JofX_podcast_logo-NEW-600-520×520.jpg », »medium »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JofX_podcast_logo-NEW-600.jpg », »medium_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JofX_podcast_logo-NEW-600.jpg », »large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2022/03/JofX_podcast_logo-NEW-600.jpg », »__typename »: »ImageSizes », »$ROOT_QUERY.options.acf.popular_searches.0″: »term »: »math », »label »: »Mathematics », »__typename »: »PopularSearch », »$ROOT_QUERY.options.acf.popular_searches.1″: »term »: »physics », »label »: »Physics », »__typename »: »PopularSearch », »$ROOT_QUERY.options.acf.popular_searches.2″: »term »: »black holes », »label »: »Black Holes », »__typename »: »PopularSearch », »$ROOT_QUERY.options.acf.popular_searches.3″: »term »: »evolution », »label »: »Evolution », »__typename »: »PopularSearch », »$ROOT_QUERY.options.acf.search_topics.0″: »type »: »Tag », »label »: »Podcasts », »tag »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.0.tag », »typename »: »Term », »category »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.0.category », »typename »: »Term », »__typename »: »SearchTopic », »$ROOT_QUERY.options.acf.search_topics.0.tag »: »name »: »Quanta Podcast », »slug »: »quanta-podcast », »term_id »: »552″, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.0.category »: »name »:null, »slug »:null, »term_id »:null, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.1″: »type »: »Tag », »label »: »Columns », »tag »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.1.tag », »typename »: »Term », »category »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.1.category », »typename »: »Term », »__typename »: »SearchTopic », »$ROOT_QUERY.options.acf.search_topics.1.tag »: »name »: »Quantized Columns », »slug »: »quantized », »term_id »: »551″, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.1.category »: »name »:null, »slug »:null, »term_id »:null, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.2″: »type »: »Series », »label »: »Series », »tag »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.2.tag », »typename »: »Term », »category »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.2.category », »typename »: »Term », »__typename »: »SearchTopic », »$ROOT_QUERY.options.acf.search_topics.2.tag »: »name »:null, »slug »:null, »term_id »:null, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.2.category »: »name »:null, »slug »:null, »term_id »:null, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.3″: »type »: »Category », »label »: »Interviews », »tag »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.3.tag », »typename »: »Term », »category »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.3.category », »typename »: »Term », »__typename »: »SearchTopic », »$ROOT_QUERY.options.acf.search_topics.3.tag »: »name »: »Q&A », »slug »: »qa », »term_id »: »567″, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.3.category »: »name »: »Q&A », »slug »: »qa », »term_id »: »176″, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.4″: »type »: »Category », »label »: »Multimedia », »tag »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.4.tag », »typename »: »Term », »category »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.4.category », »typename »: »Term », »__typename »: »SearchTopic », »$ROOT_QUERY.options.acf.search_topics.4.tag »: »name »:null, »slug »:null, »term_id »:null, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.4.category »: »name »: »Multimedia », »slug »: »multimedia », »term_id »: »43″, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.5″: »type »: »Category », »label »: »Puzzles », »tag »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.5.tag », »typename »: »Term », »category »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.5.category », »typename »: »Term », »__typename »: »SearchTopic », »$ROOT_QUERY.options.acf.search_topics.5.tag »: »name »: »puzzles », »slug »: »puzzles », »term_id »: »542″, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.5.category »: »name »: »Puzzles », »slug »: »puzzles », »term_id »: »546″, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.6″: »type »: »Category », »label »: »Blog Posts », »tag »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.6.tag », »typename »: »Term », »category »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.6.category », »typename »: »Term », »__typename »: »SearchTopic », »$ROOT_QUERY.options.acf.search_topics.6.tag »: »name »:null, »slug »:null, »term_id »:null, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.6.category »: »name »: »Abstractions blog », »slug »: »abstractions », »term_id »: »619″, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.7″: »type »: »news », »label »: »News Articles », »tag »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.7.tag », »typename »: »Term », »category »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.7.category », »typename »: »Term », »__typename »: »SearchTopic », »$ROOT_QUERY.options.acf.search_topics.7.tag »: »name »:null, »slug »:null, »term_id »:null, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.7.category »: »name »:null, »slug »:null, »term_id »:null, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.8″: »type »: »videos », »label »: »Videos », »tag »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.8.tag », »typename »: »Term », »category »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.options.acf.search_topics.8.category », »typename »: »Term », »__typename »: »SearchTopic », »$ROOT_QUERY.options.acf.search_topics.8.tag »: »name »:null, »slug »:null, »term_id »:null, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_topics.8.category »: »name »:null, »slug »:null, »term_id »:null, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_sections.0″: »name »: »Mathematics », »slug »: »mathematics », »term_id »: »188″, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_sections.1″: »name »: »Physics », »slug »: »physics », »term_id »: »189″, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_sections.2″: »name »: »Biology », »slug »: »biology », »term_id »: »191″, »__typename »: »Term », »$ROOT_QUERY.options.acf.search_sections.3″: »name »: »Computer Science », »slug »: »computer-science », »term_id »: »190″, »__typename »: »Term », »AuthorList:38171″: »id »: »38171″, »name »: »Adam Becker », »__typename »: »AuthorList », »AuthorList:28087″: »id »: »28087″, »name »: »Adam Mann », »__typename »: »AuthorList », »AuthorList:29794″: »id »: »29794″, »name »: »Alex Kontorovich », »__typename »: »AuthorList », »AuthorList:39302″: »id »: »39302″, »name »: »Alexander Hellemans », »__typename »: »AuthorList », »AuthorList:56″: »id »: »56″, »name »: »Alla Katsnelson », »__typename »: »AuthorList », »AuthorList:47249″: »id »: »47249″, »name »: »Allison Parshall », »__typename »: »AuthorList », »AuthorList:29458″: »id »: »29458″, »name »: »Allison Whitten », »__typename »: »AuthorList », »AuthorList:73″: »id »: »73″, »name »: »Amanda Gefter », »__typename »: »AuthorList », »AuthorList:39164″: »id »: »39164″, »name »: »Ana Kova », »__typename »: »AuthorList », »AuthorList:59″: »id »: »59″, »name »: »Andreas von Bubnoff », »__typename »: »AuthorList », »AuthorList:8728″: »id »: »8728″, »name »: »Anil Ananthaswamy », »__typename »: »AuthorList », »AuthorList:11648″: »id »: »11648″, »name »: »Ann Finkbeiner », »__typename »: »AuthorList », »AuthorList:50172″: »id »: »50172″, »name »: »Anna Gibbs », »__typename »: »AuthorList », »AuthorList:42689″: »id »: »42689″, »name »: »Annie Melchor », »__typename »: »AuthorList », »AuthorList:95″: »id »: »95″, »name »: »Ariel Bleicher », »__typename »: »AuthorList », »AuthorList:15493″: »id »: »15493″, »name »: »Ashley Smart », »__typename »: »AuthorList », »AuthorList:450″: »id »: »450″, »name »: »Ashley Yeager », »__typename »: »AuthorList », »AuthorList:36490″: »id »: »36490″, »name »: »Ben Brubaker », »__typename »: »AuthorList », »AuthorList:16315″: »id »: »16315″, »name »: »Bill Andrews », »__typename »: »AuthorList », »AuthorList:2752″: »id »: »2752″, »name »: »Bob Henderson », »__typename »: »AuthorList », »AuthorList:15492″: »id »: »15492″, »name »: »Brendan Z. Foster », »__typename »: »AuthorList », »AuthorList:68″: »id »: »68″, »name »: »Brooke Borel », »__typename »: »AuthorList », »AuthorList:62″: »id »: »62″, »name »: »Carl Zimmer », »__typename »: »AuthorList », »AuthorList:13684″: »id »: »13684″, »name »: »Caroline Lee », »__typename »: »AuthorList », »AuthorList:13691″: »id »: »13691″, »name »: »Caroline Lee », »__typename »: »AuthorList », »AuthorList:50″: »id »: »50″, »name »: »Carrie Arnold », »__typename »: »AuthorList », »AuthorList:15142″: »id »: »15142″, »name »: »Chanda Prescod-Weinstein », »__typename »: »AuthorList », »AuthorList:8084″: »id »: »8084″, »name »: »Charlie Wood », »__typename »: »AuthorList », »AuthorList:742″: »id »: »742″, »name »: »Christie Wilcox », »__typename »: »AuthorList », »AuthorList:51630″: »id »: »51630″, »name »: »Christopher W. Young », »__typename »: »AuthorList », »AuthorList:11543″: »id »: »11543″, »name »: »Claudia Dreifus », »__typename »: »AuthorList », »AuthorList:57″: »id »: »57″, »name »: »Courtney Humphries », »__typename »: »AuthorList », »AuthorList:7262″: »id »: »7262″, »name »: »Dalmeet Singh Chawla », »__typename »: »AuthorList », »AuthorList:70″: »id »: »70″, »name »: »Dan Falk », »__typename »: »AuthorList », »AuthorList:19918″: »id »: »19918″, »name »: »Dana Najjar », »__typename »: »AuthorList », »AuthorList:13695″: »id »: »13695″, »name »: »Daniel Garisto », »__typename »: »AuthorList », »AuthorList:32676″: »id »: »32676″, »name »: »Daniel S. Freed », »__typename »: »AuthorList », »AuthorList:13724″: »id »: »13724″, »name »: »David H. Freedman », »__typename »: »AuthorList », »AuthorList:26310″: »id »: »26310″, »name »: »David S. Richeson », »__typename »: »AuthorList », »AuthorList:30207″: »id »: »30207″, »name »: »David Tse », »__typename »: »AuthorList », »AuthorList:19266″: »id »: »19266″, »name »: »Devin Powell », »__typename »: »AuthorList », »AuthorList:13251″: »id »: »13251″, »name »: »Diana Kwon », »__typename »: »AuthorList », »AuthorList:17000″: »id »: »17000″, »name »: »Elena Renken », »__typename »: »AuthorList », »AuthorList:17149″: »id »: »17149″, »name »: »Elizabeth Landau », »__typename »: »AuthorList », »AuthorList:5279″: »id »: »5279″, »name »: »Elizabeth Preston », »__typename »: »AuthorList », »AuthorList:58″: »id »: »58″, »name »: »Elizabeth Svoboda », »__typename »: »AuthorList », »AuthorList:32612″: »id »: »32612″, »name »: »Ellen Horne », »__typename »: »AuthorList », »AuthorList:27534″: »id »: »27534″, »name »: »Emily Buder », »__typename »: »AuthorList », »AuthorList:25173″: »id »: »25173″, »name »: »Emily Levesque », »__typename »: »AuthorList », »AuthorList:64″: »id »: »64″, »name »: »Emily Singer », »__typename »: »AuthorList », »AuthorList:47″: »id »: »47″, »name »: »Erica Klarreich », »__typename »: »AuthorList », »AuthorList:14784″: »id »: »14784″, »name »: »Erika K. Carlson », »__typename »: »AuthorList », »AuthorList:98″: »id »: »98″, »name »: »Esther Landhuis », »__typename »: »AuthorList », »AuthorList:5830″: »id »: »5830″, »name »: »Eva Silverstein », »__typename »: »AuthorList », »AuthorList:6793″: »id »: »6793″, »name »: »Evelyn Lamb », »__typename »: »AuthorList », »AuthorList:75″: »id »: »75″, »name »: »Ferris Jabr », »__typename »: »AuthorList », »AuthorList:52″: »id »: »52″, »name »: »Frank Wilczek », »__typename »: »AuthorList », »AuthorList:69″: »id »: »69″, »name »: »Gabriel Popkin », »__typename »: »AuthorList », »AuthorList:77″: »id »: »77″, »name »: »George Musser », »__typename »: »AuthorList », »AuthorList:19092″: »id »: »19092″, »name »: »Grant Sanderson », »__typename »: »AuthorList », »AuthorList:20557″: »id »: »20557″, »name »: »Howard Lee », »__typename »: »AuthorList », »AuthorList:66″: »id »: »66″, »name »: »Ingrid Daubechies », »__typename »: »AuthorList », »AuthorList:46418″: »id »: »46418″, »name »: »Ingrid Wickelgren », »__typename »: »AuthorList », »AuthorList:85″: »id »: »85″, »name »: »Ivan Amato », »__typename »: »AuthorList », »AuthorList:37141″: »id »: »37141″, »name »: »Jake Buehler », »__typename »: »AuthorList », »AuthorList:44758″: »id »: »44758″, »name »: »James Dinneen », »__typename »: »AuthorList », »AuthorList:49403″: »id »: »49403″, »name »: »James R. Riordon », »__typename »: »AuthorList », »AuthorList:12170″: »id »: »12170″, »name »: »Janna Levin », »__typename »: »AuthorList », »AuthorList:32″: »id »: »32″, »name »: »Jeanette Kazmierczak », »__typename »: »AuthorList », »AuthorList:51″: »id »: »51″, »name »: »Jennifer Ouellette », »__typename »: »AuthorList », »AuthorList:44787″: »id »: »44787″, »name »: »Joanna Thompson », »__typename »: »AuthorList », »AuthorList:50541″: »id »: »50541″, »name »: »John M. Beggs », »__typename »: »AuthorList », »AuthorList:72″: »id »: »72″, »name »: »John Pavlus », »__typename »: »AuthorList », »AuthorList:16475″: »id »: »16475″, »name »: »John Preskill », »__typename »: »AuthorList », »AuthorList:91″: »id »: »91″, »name »: »John Rennie », »__typename »: »AuthorList », »AuthorList:10351″: »id »: »10351″, »name »: »Jonathan Lambert », »__typename »: »AuthorList », »AuthorList:31716″: »id »: »31716″, »name »: »Jonathan O’Callaghan », »__typename »: »AuthorList », »AuthorList:1241″: »id »: »1241″, »name »: »Jordana Cepelewicz », »__typename »: »AuthorList », »AuthorList:8463″: »id »: »8463″, »name »: »Joshua Roebke », »__typename »: »AuthorList », »AuthorList:49″: »id »: »49″, »name »: »Joshua Sokol », »__typename »: »AuthorList », »AuthorList:16815″: »id »: »16815″, »name »: »jye », »__typename »: »AuthorList », »AuthorList:67″: »id »: »67″, »name »: »K.C. Cole », »__typename »: »AuthorList », »AuthorList:37462″: »id »: »37462″, »name »: »Karmela Padavic-Callaghan », »__typename »: »AuthorList », »AuthorList:87″: »id »: »87″, »name »: »Kat McGowan », »__typename »: »AuthorList », »AuthorList:36139″: »id »: »36139″, »name »: »Katarina Zimmer », »__typename »: »AuthorList », »AuthorList:20556″: »id »: »20556″, »name »: »Katherine Harmon Courage », »__typename »: »AuthorList », »AuthorList:90″: »id »: »90″, »name »: »Katia Moskvitch », »__typename »: »AuthorList », »AuthorList:39551″: »id »: »39551″, »name »: »Katie McCormick », »__typename »: »AuthorList », »AuthorList:27374″: »id »: »27374″, »name »: »Kelsey Houston-Edwards », »__typename »: »AuthorList », »AuthorList:40″: »id »: »40″, »name »: »Kevin Hartnett », »__typename »: »AuthorList », »AuthorList:47633″: »id »: »47633″, »name »: »Konstantin Kakaes », »__typename »: »AuthorList », »AuthorList:45758″: »id »: »45758″, »name »: »Kristina Armitage », »__typename »: »AuthorList », »AuthorList:38413″: »id »: »38413″, »name »: »Lakshmi Chandrasekaran », »__typename »: »AuthorList », »AuthorList:12570″: »id »: »12570″, »name »: »Laura Poppick », »__typename »: »AuthorList », »AuthorList:38699″: »id »: »38699″, »name »: »Leila Sloman », »__typename »: »AuthorList », »AuthorList:23451″: »id »: »23451″, »name »: »Liam Drew », »__typename »: »AuthorList », »AuthorList:79″: »id »: »79″, »name »: »Liz Kruesi », »__typename »: »AuthorList », »AuthorList:38″: »id »: »38″, »name »: »Lucy Reading-Ikkanda », »__typename »: »AuthorList », »AuthorList:47180″: »id »: »47180″, »name »: »Lyndie Chiou », »__typename »: »AuthorList », »AuthorList:60″: »id »: »60″, »name »: »Maggie McKee », »__typename »: »AuthorList », »AuthorList:2333″: »id »: »2333″, »name »: »Mallory Locklear », »__typename »: »AuthorList », »AuthorList:3569″: »id »: »3569″, »name »: »Marcus Woo », »__typename »: »AuthorList », »AuthorList:414″: »id »: »414″, »name »: »Mark Kim-Mulgrew », »__typename »: »AuthorList », »AuthorList:50807″: »id »: »50807″, »name »: »Marta Zaraska », »__typename »: »AuthorList », »AuthorList:20495″: »id »: »20495″, »name »: »Matt Carlstrom », »__typename »: »AuthorList », »AuthorList:47830″: »id »: »47830″, »name »: »Matt von Hippel », »__typename »: »AuthorList », »AuthorList:17147″: »id »: »17147″, »name »: »Matthew Hutson », »__typename »: »AuthorList », »AuthorList:30953″: »id »: »30953″, »name »: »Max G. Levy », »__typename »: »AuthorList », »AuthorList:32437″: »id »: »32437″, »name »: »Max Kozlov », »__typename »: »AuthorList », »AuthorList:38705″: »id »: »38705″, »name »: »mcho », »__typename »: »AuthorList », »AuthorList:40613″: »id »: »40613″, »name »: »Melanie Mitchell », »__typename »: »AuthorList », »AuthorList:7186″: »id »: »7186″, »name »: »Melinda Wenner Moyer », »__typename »: »AuthorList », »AuthorList:14093″: »id »: »14093″, »name »: »Michael Harris », »__typename »: »AuthorList », »AuthorList:34″: »id »: »34″, »name »: »Michael Kranz », »__typename »: »AuthorList », »AuthorList:23″: »id »: »23″, »name »: »Michael Moyer », »__typename »: »AuthorList », »AuthorList:74″: »id »: »74″, »name »: »Michael Nielsen », »__typename »: »AuthorList », »AuthorList:19093″: »id »: »19093″, »name »: »Michele Bannister », »__typename »: »AuthorList », »AuthorList:1472″: »id »: »1472″, »name »: »Moira Chas », »__typename »: »AuthorList », »AuthorList:6476″: »id »: »6476″, »name »: »Monique Brouillette », »__typename »: »AuthorList », »AuthorList:42264″: »id »: »42264″, »name »: »Mordechai Rorvig », »__typename »: »AuthorList », »AuthorList:52093″: »id »: »52093″, »name »: »Nadia Drake », »__typename »: »AuthorList », »AuthorList:10″: »id »: »10″, »name »: »Natalie Wolchover », »__typename »: »AuthorList », »AuthorList:37605″: »id »: »37605″, »name »: »Nick Thieme », »__typename »: »AuthorList », »AuthorList:43298″: »id »: »43298″, »name »: »Nicole Yunger Halpern », »__typename »: »AuthorList », »AuthorList:37428″: »id »: »37428″, »name »: »Nima Arkani-Hamed », »__typename »: »AuthorList », »AuthorList:19962″: »id »: »19962″, »name »: »Nola Taylor Redd », »__typename »: »AuthorList », »AuthorList:51434″: »id »: »51434″, »name »: »Nona McKenna », »__typename »: »AuthorList », »AuthorList:24″: »id »: »24″, »name »: »Olena Shmahalo », »__typename »: »AuthorList », »AuthorList:1816″: »id »: »1816″, »name »: »Patrick Honner », »__typename »: »AuthorList », »AuthorList:84″: »id »: »84″, »name »: »Peter Byrne », »__typename »: »AuthorList », »AuthorList:55″: »id »: »55″, »name »: »Philip Ball », »__typename »: »AuthorList », »AuthorList:50804″: »id »: »50804″, »name »: »Polly Stryker », »__typename »: »AuthorList », »AuthorList:31″: »id »: »31″, »name »: »Pradeep Mutalik », »__typename »: »AuthorList », »AuthorList:24011″: »id »: »24011″, »name »: »Puja Changoiwala », »__typename »: »AuthorList », »AuthorList:100″: »id »: »100″, »name »: »Quanta Magazine », »__typename »: »AuthorList », »AuthorList:2784″: »id »: »2784″, »name »: »R. Douglas Fields », »__typename »: »AuthorList », »AuthorList:26114″: »id »: »26114″, »name »: »Rachel Crowell », »__typename »: »AuthorList », »AuthorList:9412″: »id »: »9412″, »name »: »Raleigh McElvery », »__typename »: »AuthorList », »AuthorList:820″: »id »: »820″, »name »: »Ramin Skibba », »__typename »: »AuthorList », »AuthorList:1666″: »id »: »1666″, »name »: »Rebecca Boyle », »__typename »: »AuthorList », »AuthorList:20950″: »id »: »20950″, »name »: »Richard Masland », »__typename »: »AuthorList », »AuthorList:48″: »id »: »48″, »name »: »Robbert Dijkgraaf », »__typename »: »AuthorList », »AuthorList:80″: »id »: »80″, »name »: »Roberta Kwok », »__typename »: »AuthorList », »AuthorList:15681″: »id »: »15681″, »name »: »Robin George Andrews », »__typename »: »AuthorList », »AuthorList:51187″: »id »: »51187″, »name »: »Robin Lloyd », »__typename »: »AuthorList », »AuthorList:24577″: »id »: »24577″, »name »: »Rodrigo Prez Ortega », »__typename »: »AuthorList », »AuthorList:78″: »id »: »78″, »name »: »Sabine Hossenfelder », »__typename »: »AuthorList », »AuthorList:23845″: »id »: »23845″, »name »: »Samuel Velasco », »__typename »: »AuthorList », »AuthorList:83″: »id »: »83″, »name »: »Sarah Lewin », »__typename »: »AuthorList », »AuthorList:35441″: »id »: »35441″, »name »: »Scott Aaronson », »__typename »: »AuthorList », »AuthorList:76″: »id »: »76″, »name »: »Sean B. Carroll », »__typename »: »AuthorList », »AuthorList:15680″: »id »: »15680″, »name »: »Sean Carroll », »__typename »: »AuthorList », »AuthorList:7239″: »id »: »7239″, »name »: »Shannon Hall », »__typename »: »AuthorList », »AuthorList:44197″: »id »: »44197″, »name »: »Sheon Han », »__typename »: »AuthorList », »AuthorList:65″: »id »: »65″, »name »: »Siobhan Roberts », »__typename »: »AuthorList », »AuthorList:5944″: »id »: »5944″, »name »: »Sophia Chen », »__typename »: »AuthorList », »AuthorList:61″: »id »: »61″, »name »: »Steph Yin », »__typename »: »AuthorList », »AuthorList:63″: »id »: »63″, »name »: »Stephanie Bucklin », »__typename »: »AuthorList », »AuthorList:26311″: »id »: »26311″, »name »: »Stephanie DeMarco », »__typename »: »AuthorList », »AuthorList:71″: »id »: »71″, »name »: »Stephen Ornes », »__typename »: »AuthorList », »AuthorList:17148″: »id »: »17148″, »name »: »Steve Nadis », »__typename »: »AuthorList », »AuthorList:13356″: »id »: »13356″, »name »: »Steven Strogatz », »__typename »: »AuthorList », »AuthorList:17150″: »id »: »17150″, »name »: »Susan D’Agostino », »__typename »: »AuthorList », »AuthorList:39768″: »id »: »39768″, »name »: »Tamar Lichter Blanks », »__typename »: »AuthorList », »AuthorList:2960″: »id »: »2960″, »name »: »Tara C. Smith », »__typename »: »AuthorList », »AuthorList:14785″: »id »: »14785″, »name »: »Thomas Lewton », »__typename »: »AuthorList », »AuthorList:3″: »id »: »3″, »name »: »Thomas Lin », »__typename »: »AuthorList », »AuthorList:54″: »id »: »54″, »name »: »Tim Vernimmen », »__typename »: »AuthorList », »AuthorList:88″: »id »: »88″, »name »: »Tom Siegfried », »__typename »: »AuthorList », »AuthorList:12964″: »id »: »12964″, »name »: »Vanessa Schipani », »__typename »: »AuthorList », »AuthorList:53″: »id »: »53″, »name »: »Veronique Greenwood », »__typename »: »AuthorList », »AuthorList:86″: »id »: »86″, »name »: »Virginia Hughes », »__typename »: »AuthorList », »AuthorList:3244″: »id »: »3244″, »name »: »Viviane Callier », »__typename »: »AuthorList », »AuthorList:89″: »id »: »89″, »name »: »Wynne Parry », »__typename »: »AuthorList », »AuthorList:15913″: »id »: »15913″, »name »: »XiaoZhi Lim », »__typename »: »AuthorList », »AuthorList:42263″: »id »: »42263″, »name »: »Yasemin Saplakoglu », »__typename »: »AuthorList », »AuthorList:45757″: »id »: »45757″, »name »: »Zack Savitsky », »__typename »: »AuthorList », »$ROOT_QUERY.options.acf.address_to_editor.0″: »name »: »Bill Andrews – Senior CS Editor », »__typename »: »Editor », »$ROOT_QUERY.options.acf.address_to_editor.1″: »name »: »Ben Brubaker – Staff CS Writer », »__typename »: »Editor », »$ROOT_QUERY.options.acf.address_to_editor.2″: »name »: »Matt Carlstrom – Senior Engagement Editor », »__typename »: »Editor », »$ROOT_QUERY.options.acf.address_to_editor.3″: »name »: »Jordana Cepelewicz – Senior Math Writer », »__typename »: »Editor », »$ROOT_QUERY.options.acf.address_to_editor.4″: »name »: »Konstantin Kakaes – Senior Math Editor », »__typename »: »Editor », »$ROOT_QUERY.options.acf.address_to_editor.5″: »name »: »Thomas Lin – Editor in Chief », »__typename »: »Editor », »$ROOT_QUERY.options.acf.address_to_editor.6″: »name »: »Michael Moyer – Deputy Editor, Physics, Math, CS », »__typename »: »Editor », »$ROOT_QUERY.options.acf.address_to_editor.7″: »name »: »John Rennie – Deputy Editor, Biology, Podcasts », »__typename »: »Editor », »$ROOT_QUERY.options.acf.address_to_editor.8″: »name »: »Yasemin Saplakoglu – Staff Biology Writer », »__typename »: »Editor », »$ROOT_QUERY.options.acf.address_to_editor.9″: »name »: »Samuel Velasco – Art Director », »__typename »: »Editor », »$ROOT_QUERY.options.acf.address_to_editor.10″: »name »: »Natalie Wolchover – Senior Physics Editor », »__typename »: »Editor », »$ROOT_QUERY.options.acf.address_to_editor.11″: »name »: »Charlie Wood – Staff Physics Writer », »__typename »: »Editor », »$ROOT_QUERY.menu(\ »slug\ »:\ »footer\ »).items.0″: »title »: »About Quanta », »url »: »https://www.quantamagazine.org/about/ », »order »:1, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »footer\ »).items.1″: »title »: »Archive », »url »: »https://www.quantamagazine.org/archive », »order »:2, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »footer\ »).items.2″: »title »: »Contact Us », »url »: »https://www.quantamagazine.org/contact-us/ », »order »:3, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »footer\ »).items.3″: »title »: »Terms & Conditions », »url »: »https://www.quantamagazine.org/terms-conditions/ », »order »:4, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »footer\ »).items.4″: »title »: »Privacy Policy », »url »: »https://www.quantamagazine.org/privacy-policy/ », »order »:5, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »footer\ »).items.5″: »title »: »Simons Foundation », »url »: »http://www.simonsfoundation.org », »order »:6, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »footer\ ») »: »items »:[« type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »footer\ »).items.0″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »footer\ »).items.1″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »footer\ »).items.2″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »footer\ »).items.3″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »footer\ »).items.4″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »footer\ »).items.5″, »typename »: »MenuItem »], »__typename »: »Menu », »$ROOT_QUERY.menu(\ »slug\ »:\ »main-menu\ »).items.0″: »title »: »Physics », »url »: »https://www.quantamagazine.org/physics/ », »order »:1, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »main-menu\ »).items.1″: »title »: »Mathematics », »url »: »https://www.quantamagazine.org/mathematics/ », »order »:2, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »main-menu\ »).items.2″: »title »: »Biology », »url »: »https://www.quantamagazine.org/biology/ », »order »:3, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »main-menu\ »).items.3″: »title »: »Computer Science », »url »: »https://www.quantamagazine.org/computer-science/ », »order »:4, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »main-menu\ »).items.4″: »title »: »Topics », »url »: »https://www.quantamagazine.org/topics », »order »:5, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »main-menu\ »).items.5″: »title »: »Archive », »url »: »https://www.quantamagazine.org/archive/ », »order »:6, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »main-menu\ ») »: »items »:[« type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »main-menu\ »).items.0″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »main-menu\ »).items.1″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »main-menu\ »).items.2″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »main-menu\ »).items.3″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »main-menu\ »).items.4″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »main-menu\ »).items.5″, »typename »: »MenuItem »], »__typename »: »Menu », »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ »).items.0″: »title »: »Blog », »url »: »https://www.quantamagazine.org/abstractions/ », »order »:1, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ »).items.1″: »title »: »Q&A », »url »: »https://www.quantamagazine.org/qa/ », »order »:2, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ »).items.2″: »title »: »Columns », »url »: »/tag/quantized », »order »:3, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ »).items.3″: »title »: »Puzzles », »url »: »https://www.quantamagazine.org/puzzles/ », »order »:4, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ »).items.4″: »title »: »Podcasts », »url »: »/podcasts/ », »order »:5, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ »).items.5″: »title »: »Videos », »url »: »/videos », »order »:6, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ »).items.6″: »title »: »Multimedia », »url »: »https://www.quantamagazine.org/multimedia/ », »order »:7, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ »).items.7″: »title »: »About Quanta », »url »: »https://www.quantamagazine.org/about/ », »order »:8, »__typename »: »MenuItem », »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ ») »: »items »:[« type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ »).items.0″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ »).items.1″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ »).items.2″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ »).items.3″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ »).items.4″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ »).items.5″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ »).items.6″, »typename »: »MenuItem », »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.menu(\ »slug\ »:\ »secondary-menu\ »).items.7″, »typename »: »MenuItem »], »__typename »: »Menu », »$ROOT_QUERY.getPostPageArchive(\ »slug\ »:\ »a-new-approach-to-computation-reimagines-artificial-intelligence-20230413\ ») »: »type »: »post », »meta »: »type »: »id », »generated »:true, »id »: »$ROOT_QUERY.getPostPageArchive(\ »slug\ »:\ »a-new-approach-to-computation-reimagines-artificial-intelligence-20230413\ »).meta », »typename »: »PageData », »data »:[« type »: »id », »generated »:false, »id »: »Post:124937″, »typename »: »Post »], »__typename »: »PostPageArchive », »$ROOT_QUERY.getPostPageArchive(\ »slug\ »:\ »a-new-approach-to-computation-reimagines-artificial-intelligence-20230413\ »).meta »: Quanta Magazine », »max_num_pages »:0, »found_posts »:0, »extra_term »: » », »author »: »type »: »id », »generated »:false, »id »: »Author:null », »typename »: »Author », »tag »: »type »: »id », »generated »:false, »id »: »Term:null », »typename »: »Term », »category »: »type »: »id », »generated »:false, »id »: »Term:null », »typename »: »Term », »__typename »: »PageData », »Author:null »: »id »:null, »name »:null, »link »:null, »description »:null, »url »:null, »public_email »:null, »facebook »:null, »twitter »:null, »instagram »:null, »acf »:null, »__typename »: »Author », »Term:null »: »id »:null, »slug »:null, »name »:null, »link »:null, »description »:null, »image »: » », »__typename »: »Term », »Post:124937″: »id »: »124937″, »title »: »A New Approach to Computation Reimagines Artificial Intelligence », »excerpt »: »\u003cp>By imbuing enormous vectors with semantic meaning, we can get machines to reason more abstractly and efficiently than before. \u003c/p>\n », »link »: »https://www.quantamagazine.org/a-new-approach-to-computation-reimagines-artificial-intelligence-20230413/ », »slug »: »a-new-approach-to-computation-reimagines-artificial-intelligence-20230413″, »disqus »: »124937 https://www.quantamagazine.org/?p=124937″, »date »: »2023-04-13T09:48:43″, »featured_media_image »:null, »authors »:[« type »: »id », »generated »:true, »id »: »Post:124937.authors.0″, »typename »: »Author »], »tags »:[« type »: »id », »generated »:true, »id »: »Post:124937.tags.0″, »typename »: »Term », »type »: »id », »generated »:true, »id »: »Post:124937.tags.1″, »typename »: »Term », »type »: »id », »generated »:true, »id »: »Post:124937.tags.2″, »typename »: »Term », »type »: »id », »generated »:true, »id »: »Post:124937.tags.3″, »typename »: »Term », »type »: »id », »generated »:true, »id »: »Post:124937.tags.4″, »typename »: »Term »], »podcast »:null, »acf »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf », »typename »: »ACFFields », »__typename »: »Post », »status »: »publish », »content »: » », »categories »:[« type »: »id », »generated »:false, »id »: »Term:190″, »typename »: »Term »], »attachments »:null, »series_prev »:null, »series_next »:null, »next »: »type »: »id », »generated »:true, »id »: »$Post:124937.next », »typename »: »PostPageArchive », »Post:124937.authors.0″: »name »: »Anil Ananthaswamy », »link »: »https://www.quantamagazine.org/authors/anil-ananthaswamy/ », »__typename »: »Author », »acf »: »type »: »id », »generated »:true, »id »: »$Post:124937.authors.0.acf », »typename »: »AuthorACF », »Post:124937.tags.0″: »slug »: »artificial-intelligence », »__typename »: »Term », »name »: »artificial intelligence », »link »: »https://www.quantamagazine.org/tag/artificial-intelligence/ », »Post:124937.tags.1″: »slug »: »computer-science », »__typename »: »Term », »name »: »computer science », »link »: »https://www.quantamagazine.org/tag/computer-science/ », »Post:124937.tags.2″: »slug »: »machine-learning », »__typename »: »Term », »name »: »machine learning », »link »: »https://www.quantamagazine.org/tag/machine-learning/ », »Post:124937.tags.3″: »slug »: »natural-language-processing », »__typename »: »Term », »name »: »natural language processing », »link »: »https://www.quantamagazine.org/tag/natural-language-processing/ », »Post:124937.tags.4″: »slug »: »neural-networks », »__typename »: »Term », »name »: »neural networks », »link »: »https://www.quantamagazine.org/tag/neural-networks/ », »$Post:124937.acf »: »featured_block_title »: » », »kicker »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.kicker », »typename »: »Term », »featured_image_default »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.featured_image_default », »typename »: »Image », »featured_image_square »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.featured_image_square », »typename »: »Image », »featured_image_full_width »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.featured_image_full_width », »typename »: »Image », »featured_image_gif »:false, »featured_video »: »false », »full_page_interactive »:false, »podcast_publish_date »: » », »__typename »: »ACFFields », »interactive_type »:null, »iframe_url »:null, »return_cursor »:null, »exclude_blurb »:null, »interactive_html »:null, »interactive_css »:null, »interactive_js »:null, »interactive_blurb »:null, »related_article »:null, »modules »:[« type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.0″, »typename »: »ACFImageComponent », »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.1″, »typename »: »ACFContent », »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.2″, »typename »: »ACFImageComponent », »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.3″, »typename »: »ACFContent »], »template »: »article », »subtitle »: »By imbuing enormous vectors with semantic meaning, we can get machines to reason more abstractly and efficiently than before. « , »title_layout »: »default », »title_background_type »:null, »title_background_image »:null, »title_background_video »:null, »title_background_attribution »:null, »title_background_image_gif »:null, »title_overlay_enable »:null, »title_overlay_color »:null, »title_overlay_opacity »:null, »title_text_color »:null, »featured_image_attribution »: »\u003cp>Myriam Wares for Quanta Magazine\u003c/p>\n », »featured_overlay_enable »: »false », »featured_overlay_color »:null, »featured_overlay_opacity »:null, »series »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.series », »typename »: »Term », »intro_content »:null, »make_image_full_width »:null, »hide_ad_on_post »:false, »$Post:124937.acf.kicker »: »name »: »machine learning », »link »: »https://www.quantamagazine.org/tag/machine-learning/ », »__typename »: »Term », »$Post:124937.acf.featured_image_default »: »alt »: » », »caption »: » », »url »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Default.webp », »width »:520, »height »:292, »sizes »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.featured_image_default.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$Post:124937.acf.featured_image_default.sizes »: »thumbnail »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Default.webp », »square_small »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Default-160×160.webp », »square_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Default.webp », »medium »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Default.webp », »medium_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Default.webp », »large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Default.webp », »__typename »: »ImageSizes », »$Post:124937.acf.featured_image_square »: »alt »: » », »caption »: » », »url »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Thumbnail.webp », »width »:300, »height »:300, »sizes »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.featured_image_square.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$Post:124937.acf.featured_image_square.sizes »: »thumbnail »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Thumbnail.webp », »square_small »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Thumbnail-160×160.webp », »square_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Thumbnail.webp », »medium »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Thumbnail.webp », »medium_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Thumbnail.webp », »large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Thumbnail.webp », »__typename »: »ImageSizes », »$Post:124937.acf.featured_image_full_width »: »alt »: » », »caption »: » », »url »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-HP-scaled.webp », »width »:2560, »height »:1084, »sizes »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.featured_image_full_width.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$Post:124937.acf.featured_image_full_width.sizes »: »thumbnail »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-HP-520×220.webp », »square_small »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-HP-160×160.webp », »square_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-HP-520×520.webp », »medium »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-HP-1720×729.webp », »medium_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-HP-768×325.webp », »large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-HP-scaled.webp », »__typename »: »ImageSizes », »Term:190″: »id »: »190″, »name »: »Computer Science », »slug »: »computer-science », »link »: »https://www.quantamagazine.org/computer-science/ », »__typename »: »Term », »$Post:124937.authors.0.acf »: »tagline »: »Contributing Writer », »avatar »: »type »: »id », »generated »:true, »id »: »$Post:124937.authors.0.acf.avatar », »typename »: »Image », »__typename »: »AuthorACF », »$Post:124937.authors.0.acf.avatar »: »alt »: »Photo of Anil Ananthaswamy », »caption »: » », »url »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2018/07/AnilAnanthaswamy.jpg », »width »:1000, »height »:1000, »sizes »: »type »: »id », »generated »:true, »id »: »$Post:124937.authors.0.acf.avatar.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$Post:124937.authors.0.acf.avatar.sizes »: »thumbnail »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2018/07/AnilAnanthaswamy-520×520.jpg », »square_small »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2018/07/AnilAnanthaswamy-160×160.jpg », »square_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2018/07/AnilAnanthaswamy-520×520.jpg », »medium »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2018/07/AnilAnanthaswamy.jpg », »medium_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2018/07/AnilAnanthaswamy-768×768.jpg », »large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2018/07/AnilAnanthaswamy.jpg », »__typename »: »ImageSizes », »$Post:124937.acf.modules.0″: »hide_this_component »:null, »acf_fc_layout »: »image_component », »layout »: »large », »settings »: »large_margin », »attribution »: »\u003cp>Myriam Wares for Quanta Magazine\u003c/p>\n », »caption »: » », »mobile_comp_caption »: » », »mobile_comp_attribution »: » », »sets »:[« type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.0.sets.0″, »typename »: »ImageSet »], »__typename »: »ACFImageComponent », »$Post:124937.acf.modules.0.sets.0″: »settings »: » », »image »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.0.sets.0.image », »typename »: »Image », »mobile_image »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.0.sets.0.mobile_image », »typename »: »Image », »mobile_side_margins »:false, »mobile_width_constraint »: » », »mobile_caption »: » », »mobile_attribution »: » », »zoom_image »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.0.sets.0.zoom_image », »typename »: »Image », »zoom_caption »: » », »zoom_attribution »: » », »mobile_zoom_image »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.0.sets.0.mobile_zoom_image », »typename »: »Image », »mobile_zoom_caption »: » », »mobile_zoom_attribution »: » », »external_link »: » », »__typename »: »ImageSet », »$Post:124937.acf.modules.0.sets.0.image »: »alt »: » », »caption »: » », »url »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Lede-scaled.webp », »width »:2560, »height »:1440, »sizes »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.0.sets.0.image.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$Post:124937.acf.modules.0.sets.0.image.sizes »: »thumbnail »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Lede-520×293.webp », »square_small »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Lede-160×160.webp », »square_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Lede-520×520.webp », »medium »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Lede-1720×968.webp », »medium_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Lede-768×432.webp », »large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/HyperDimensionalComputing-byMyriamWares-Lede-scaled.webp », »__typename »: »ImageSizes », »$Post:124937.acf.modules.0.sets.0.mobile_image »: »alt »:null, »caption »:null, »url »:null, »width »:null, »height »:null, »sizes »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.0.sets.0.mobile_image.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$Post:124937.acf.modules.0.sets.0.mobile_image.sizes »: »thumbnail »:null, »square_small »:null, »square_large »:null, »medium »:null, »medium_large »:null, »large »:null, »__typename »: »ImageSizes », »$Post:124937.acf.modules.0.sets.0.zoom_image »: »alt »:null, »caption »:null, »url »:null, »width »:null, »height »:null, »sizes »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.0.sets.0.zoom_image.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$Post:124937.acf.modules.0.sets.0.zoom_image.sizes »: »thumbnail »:null, »square_small »:null, »square_large »:null, »medium »:null, »medium_large »:null, »large »:null, »__typename »: »ImageSizes », »$Post:124937.acf.modules.0.sets.0.mobile_zoom_image »: »alt »:null, »caption »:null, »url »:null, »width »:null, »height »:null, »sizes »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.0.sets.0.mobile_zoom_image.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$Post:124937.acf.modules.0.sets.0.mobile_zoom_image.sizes »: »thumbnail »:null, »square_small »:null, »square_large »:null, »medium »:null, »medium_large »:null, »large »:null, »__typename »: »ImageSizes », »$Post:124937.acf.modules.1″: »hide_this_component »:null, »acf_fc_layout »: »content_area », »show_sidebars »:true, »content »: »\u003cp style=\ »font-weight: 400;\ »>Despite the wild success of ChatGPT and other large language models, the artificial neural networks (ANNs) that underpin these systems might be on the wrong track.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>For one, ANNs are super power-hungry, said \u003ca href=\ »https://users.umiacs.umd.edu/~fer/\ »>Cornelia Fermller\u003c/a>, a computer scientist at the University of Maryland. And the other issue is [their] lack of transparency. Such systems are so complicated that no one truly understands what theyre doing, or why they work so well. This, in turn, makes it almost impossible to get them to reason by analogy, which is what humans do using symbols for objects, ideas and the relationships between them.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>Such shortcomings likely stem from the current structure of ANNs and their building blocks: individual artificial neurons. Each neuron receives inputs, performs computations and produces outputs. Modern ANNs are elaborate networks of these computational units, trained to do specific tasks.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>Yet the limitations of ANNs have long been obvious. Consider, for example, an ANN that tells circles and squares apart. One way to do it is to have two neurons in its output layer, one that indicates a circle and one that indicates a square. If you want your ANN to also discern the shapes color blue or red youll need four output neurons: one each for blue circle, blue square, red circle and red square. More features mean even more neurons.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>This cant be how our brains perceive the natural world, with all its variations. You have to propose that, well, you have a neuron for all combinations, said \u003ca href=\ »http://www.rctn.org/bruno/\ »>Bruno Olshausen\u003c/a>, a neuroscientist at the University of California, Berkeley. So, youd have in your brain, [say,] a purple Volkswagen detector.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>Instead, Olshausen and \u003ca href=\ »https://www.hd-computing.com\ »>others\u003c/a> argue that information in the brain is represented by the activity of numerous neurons. So the perception of a purple Volkswagen is not encoded as a single neurons actions, but as those of thousands of neurons. The same set of neurons, firing differently, could represent an entirely different concept (a pink Cadillac, perhaps).\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>This is the starting point for a radically different approach to computation known as hyperdimensional computing. The key is that each piece of information, such as the notion of a car, or its make, model or color, or all of it together, is represented as a single entity: a hyperdimensional vector.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>A vector is simply an ordered array of numbers. A 3D vector, for example, comprises three numbers: the \u003cem>x\u003c/em>, \u003cem>y\u003c/em> and \u003cem>z\u003c/em> coordinates of a point in 3D space. A hyperdimensional vector, or hypervector, could be an array of 10,000 numbers, say, representing a point in 10,000-dimensional space. These mathematical objects and the algebra to manipulate them are flexible and powerful enough to take modern computing beyond some of its current limitations and foster a new approach to artificial intelligence.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>This is the thing that Ive been most excited about, practically in my entire career, Olshausen said. To him and many others, hyperdimensional computing promises a new world in which computing is efficient and robust, and machine-made decisions are entirely transparent.\u003c/p>\n\u003ch2 style=\ »font-weight: 400;\ »>\u003cstrong>Enter High-Dimensional Spaces\u003c/strong>\u003c/h2>\n\u003cp style=\ »font-weight: 400;\ »>To understand how hypervectors make computing possible, lets return to images with red circles and blue squares. First we need vectors to represent the variables SHAPE and COLOR. Then we also need vectors for the values that can be assigned to the variables: CIRCLE, SQUARE, BLUE and RED.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>The vectors must be distinct. This distinctness can be quantified by a property called orthogonality, which means to be at right angles. In 3D space, there are three vectors that are orthogonal to each other: One in the \u003cem>x\u003c/em> direction, another in the \u003cem>y\u003c/em> and a third in the \u003cem>z\u003c/em>. In 10,000-dimensional space, there are 10,000 such mutually orthogonal vectors.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>But if we allow vectors to be nearly orthogonal, the number of such distinct vectors in a high-dimensional space explodes. In a 10,000-dimensional space there are millions of nearly orthogonal vectors.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>Now lets create distinct vectors to represent SHAPE, COLOR, CIRCLE, SQUARE, BLUE and RED. Because there are so many possible nearly orthogonal vectors in a high-dimensional space, you can just assign six random vectors to represent the six items; theyre almost guaranteed to be nearly orthogonal. The ease of making nearly orthogonal vectors is a major reason for using hyperdimensional representation, \u003ca href=\ »https://link.springer.com/article/10.1007/s12559-009-9009-8\ »>wrote\u003c/a> \u003ca href=\ »https://redwood.berkeley.edu/people/pentti-kanerva/\ »>Pentti Kanerva\u003c/a>, a researcher at the Redwood Center for Theoretical Neuroscience at the University of California, Berkeley, in an influential 2009 paper.\u003c/p>\n », »fadein »:false, »__typename »: »ACFContent », »$Post:124937.acf.modules.2″: »hide_this_component »:null, »acf_fc_layout »: »image_component », »layout »: »medium », »settings »: » », »attribution »: »\u003cp>Chris Kymn\u003c/p>\n », »caption »: »\u003cp>Pentti Kanerva (left) and Bruno Olshausen, researchers at the University of California, Berkeley.\u003c/p>\n », »mobile_comp_caption »: » », »mobile_comp_attribution »: » », »sets »:[« type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.2.sets.0″, »typename »: »ImageSet »], »__typename »: »ACFImageComponent », »$Post:124937.acf.modules.2.sets.0″: »settings »: » », »image »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.2.sets.0.image », »typename »: »Image », »mobile_image »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.2.sets.0.mobile_image », »typename »: »Image », »mobile_side_margins »:false, »mobile_width_constraint »: » », »mobile_caption »: » », »mobile_attribution »: » », »zoom_image »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.2.sets.0.zoom_image », »typename »: »Image », »zoom_caption »: » », »zoom_attribution »: » », »mobile_zoom_image »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.2.sets.0.mobile_zoom_image », »typename »: »Image », »mobile_zoom_caption »: » », »mobile_zoom_attribution »: » », »external_link »: » », »__typename »: »ImageSet », »$Post:124937.acf.modules.2.sets.0.image »: »alt »: »Two men in front of a chalk board. », »caption »: » », »url »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/BrunoOlshausenPenttiKanerva-byChrisKymn.webp », »width »:1998, »height »:934, »sizes »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.2.sets.0.image.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$Post:124937.acf.modules.2.sets.0.image.sizes »: »thumbnail »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/BrunoOlshausenPenttiKanerva-byChrisKymn-520×243.webp », »square_small »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/BrunoOlshausenPenttiKanerva-byChrisKymn-160×160.webp », »square_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/BrunoOlshausenPenttiKanerva-byChrisKymn-520×520.webp », »medium »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/BrunoOlshausenPenttiKanerva-byChrisKymn-1720×804.webp », »medium_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/BrunoOlshausenPenttiKanerva-byChrisKymn-768×359.webp », »large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/BrunoOlshausenPenttiKanerva-byChrisKymn.webp », »__typename »: »ImageSizes », »$Post:124937.acf.modules.2.sets.0.mobile_image »: »alt »:null, »caption »:null, »url »:null, »width »:null, »height »:null, »sizes »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.2.sets.0.mobile_image.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$Post:124937.acf.modules.2.sets.0.mobile_image.sizes »: »thumbnail »:null, »square_small »:null, »square_large »:null, »medium »:null, »medium_large »:null, »large »:null, »__typename »: »ImageSizes », »$Post:124937.acf.modules.2.sets.0.zoom_image »: »alt »:null, »caption »:null, »url »:null, »width »:null, »height »:null, »sizes »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.2.sets.0.zoom_image.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$Post:124937.acf.modules.2.sets.0.zoom_image.sizes »: »thumbnail »:null, »square_small »:null, »square_large »:null, »medium »:null, »medium_large »:null, »large »:null, »__typename »: »ImageSizes », »$Post:124937.acf.modules.2.sets.0.mobile_zoom_image »: »alt »:null, »caption »:null, »url »:null, »width »:null, »height »:null, »sizes »: »type »: »id », »generated »:true, »id »: »$Post:124937.acf.modules.2.sets.0.mobile_zoom_image.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$Post:124937.acf.modules.2.sets.0.mobile_zoom_image.sizes »: »thumbnail »:null, »square_small »:null, »square_large »:null, »medium »:null, »medium_large »:null, »large »:null, »__typename »: »ImageSizes », »$Post:124937.acf.modules.3″:{« hide_this_component »:null, »acf_fc_layout »: »content_area », »show_sidebars »:false, »content »: »\u003cp style=\ »font-weight: 400;\ »>The paper built upon work done in the mid-1990s by Kanerva and Tony Plate, at the time a doctoral student with Geoff Hinton at the University of Toronto. The two independently developed the algebra for manipulating hypervectors and hinted at its usefulness for high-dimensional computing.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>Given our hypervectors for shapes and colors, the system developed by Kanerva and Plate shows us how to manipulate them using certain mathematical operations. Those actions correspond to ways of symbolically manipulating concepts.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>The first operation is multiplication. This is a way of combining ideas. For example, multiplying the vector SHAPE with the vector CIRCLE binds the two into a representation of the idea SHAPE is CIRCLE. This new bound vector is nearly orthogonal to both SHAPE and CIRCLE. And the individual components are recoverable an important feature if you want to extract information from bound vectors. Given a bound vector that represents your Volkswagen, you can unbind and retrieve the vector for its color: PURPLE.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>The second operation, addition, creates a new vector that represents whats called a superposition of concepts. For example, you can take two bound vectors, SHAPE is CIRCLE and COLOR is RED, and add them together to create a vector that represents a circular shape that is red in color. Again, the superposed vector can be decomposed into its constituents.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>The third operation is permutation; it involves rearranging the individual elements of the vectors. For example, if you have a three-dimensional vector with values labeled \u003cem>x\u003c/em>, \u003cem>y\u003c/em> and \u003cem>z\u003c/em>, permutation might move the value of \u003cem>x\u003c/em> to \u003cem>y\u003c/em>, \u003cem>y\u003c/em> to \u003cem>z\u003c/em>, and \u003cem>z\u003c/em> to \u003cem>x\u003c/em>. Permutation allows you to build structure, Kanerva said. It allows you to deal with sequences, things that happen one after another. Consider two events, represented by the hypervectors A and B. We can superpose them into one vector, but that would destroy information about the order of events. Combining addition with permutation preserves the order; the events can be retrieved in order by reversing the operations.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>Together, these three operations proved enough to create a formal algebra of hypervectors that allowed for symbolic reasoning. But many researchers were slow to grasp the potential of hyperdimensional computing, including Olshausen. It just didnt sink in, he said.\u003c/p>\n\u003ch2 style=\ »font-weight: 400;\ »>\u003cstrong>Harnessing the Power\u003c/strong>\u003c/h2>\n\u003cp style=\ »font-weight: 400;\ »>In 2015, a student of Olshausens named Eric Weiss demonstrated one aspect of hyperdimensional computings unique abilities. Weiss figured out how to represent a complex image as a single hyperdimensional vector that contains information about all the objects in the image, including their properties, such as colors, positions and sizes.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>I practically fell out of my chair, Olshausen said. All of a sudden the lightbulb went on.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>Soon more teams began developing hyperdimensional algorithms to replicate simple tasks that deep neural networks had begun tackling about two decades before, such as classifying images.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>Consider an annotated data set that consists of images of handwritten digits. An algorithm analyzes the features of each image using some predetermined scheme. It then creates a hypervector for each image. Next, the algorithm adds the hypervectors for all images of zero to create a hypervector for the idea of zero. It then does the same for all digits, creating 10 class hypervectors, one for each digit.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>Now the algorithm is given an unlabeled image. It creates a hypervector for this new image, then compares the hypervector against the stored class hypervectors. This comparison determines the digit that the new image is most similar to.\u003c/p>\n\u003cdiv id=’component-64401b7949edb’ class= » »>\u003cscript type=\ »text/template\ »>\ »type\ »:\ »Image\ »,\ »id\ »:\ »component-64401b7949edb\ »,\ »data\ »:\ »id\ »:124956,\ »src\ »:\ »https:\\/\\/d2r55xnwy6nx47.cloudfront.net\\/uploads\\/2023\\/04\\/AbbasRahimi-CourtesyofAbbasRahimi.webp\ »,\ »alt\ »:\ »A smiling man with glasses.\ »,\ »class\ »:\ »\ »,\ »width\ »:1305,\ »height\ »:1506,\ »mobileSrc\ »:false,\ »zoomSrc\ »:false,\ »mobileZoomSrc\ »:false,\ »align\ »:\ »align=\\\ »right\\\ »\ »,\ »wrapper_width\ »:\ »\ »,\ »caption\ »:\ »\u003cp>Abbas Rahimi, a computer scientist at IBM Research in Zurich.\u003c\\/p>\\n\ »,\ »attribution\ »:\ »\u003cp>Courtesy of Abbas Rahimi\u003c\\/p>\\n\ »,\ »variant\ »:\ »shortcode\ »,\ »size\ »:\ »default\ »,\ »disableZoom\ »:false,\ »disableMobileZoom\ »:false,\ »srcImage\ »:\ »ID\ »:124956,\ »id\ »:124956,\ »title\ »:\ »AbbasRahimi-CourtesyofAbbasRahimi\ »,\ »filename\ »:\ »AbbasRahimi-CourtesyofAbbasRahimi.webp\ »,\ »filesize\ »:137498,\ »url\ »:\ »https:\\/\\/d2r55xnwy6nx47.cloudfront.net\\/uploads\\/2023\\/04\\/AbbasRahimi-CourtesyofAbbasRahimi.webp\ »,\ »link\ »:\ »https:\\/\\/www.quantamagazine.org\\/a-new-approach-to-computation-reimagines-artificial-intelligence-20230413\\/abbasrahimi-courtesyofabbasrahimi\\/\ »,\ »alt\ »:\ »A smiling man with glasses.\ »,\ »author\ »:\ »51434\ »,\ »description\ »:\ »\ »,\ »caption\ »:\ »\ »,\ »name\ »:\ »abbasrahimi-courtesyofabbasrahimi\ »,\ »status\ »:\ »inherit\ »,\ »uploaded_to\ »:124937,\ »date\ »:\ »2023-04-12 20:12:07\ »,\ »modified\ »:\ »2023-04-12 20:12:48\ »,\ »menu_order\ »:0,\ »mime_type\ »:\ »image\\/webp\ »,\ »type\ »:\ »image\ »,\ »subtype\ »:\ »webp\ »,\ »icon\ »:\ »https:\\/\\/api.quantamagazine.org\\/wp-includes\\/images\\/media\\/default.png\ »,\ »width\ »:1305,\ »height\ »:1506,\ »sizes\ »:\ »thumbnail\ »:\ »https:\\/\\/d2r55xnwy6nx47.cloudfront.net\\/uploads\\/2023\\/04\\/AbbasRahimi-CourtesyofAbbasRahimi-451×520.webp\ »,\ »thumbnail-width\ »:451,\ »thumbnail-height\ »:520,\ »medium\ »:\ »https:\\/\\/d2r55xnwy6nx47.cloudfront.net\\/uploads\\/2023\\/04\\/AbbasRahimi-CourtesyofAbbasRahimi.webp\ »,\ »medium-width\ »:1305,\ »medium-height\ »:1506,\ »medium_large\ »:\ »https:\\/\\/d2r55xnwy6nx47.cloudfront.net\\/uploads\\/2023\\/04\\/AbbasRahimi-CourtesyofAbbasRahimi-768×886.webp\ »,\ »medium_large-width\ »:768,\ »medium_large-height\ »:886,\ »large\ »:\ »https:\\/\\/d2r55xnwy6nx47.cloudfront.net\\/uploads\\/2023\\/04\\/AbbasRahimi-CourtesyofAbbasRahimi.webp\ »,\ »large-width\ »:1305,\ »large-height\ »:1506,\ »1536×1536\ »:\ »https:\\/\\/d2r55xnwy6nx47.cloudfront.net\\/uploads\\/2023\\/04\\/AbbasRahimi-CourtesyofAbbasRahimi.webp\ »,\ »1536×1536-width\ »:1305,\ »1536×1536-height\ »:1506,\ »2048×2048\ »:\ »https:\\/\\/d2r55xnwy6nx47.cloudfront.net\\/uploads\\/2023\\/04\\/AbbasRahimi-CourtesyofAbbasRahimi.webp\ »,\ »2048×2048-width\ »:1305,\ »2048×2048-height\ »:1506,\ »square_small\ »:\ »https:\\/\\/d2r55xnwy6nx47.cloudfront.net\\/uploads\\/2023\\/04\\/AbbasRahimi-CourtesyofAbbasRahimi-160×160.webp\ »,\ »square_small-width\ »:160,\ »square_small-height\ »:160,\ »square_large\ »:\ »https:\\/\\/d2r55xnwy6nx47.cloudfront.net\\/uploads\\/2023\\/04\\/AbbasRahimi-CourtesyofAbbasRahimi-520×520.webp\ »,\ »square_large-width\ »:520,\ »square_large-height\ »:520,\ »largeForPrint\ »:false,\ »externalLink\ »:\ »\ »,\ »original_resolution\ »:false\u003c\/script>\u003c/div>\n\u003cp style=\ »font-weight: 400;\ »>Yet this is just the beginning. The strengths of hyperdimensional computing lie in the ability to compose and decompose hypervectors for reasoning. The latest demonstration of this came in March, when \u003ca href=\ »https://researcher.watson.ibm.com/researcher/view.php?person=zurich-ABR\ »>Abbas Rahimi\u003c/a> and colleagues at IBM Research in Zurich used hyperdimensional computing with neural networks to \u003ca href=\ »https://www.nature.com/articles/s42256-023-00630-8\ »>solve a classic problem\u003c/a> in abstract visual reasoning a significant challenge for typical ANNs, and even some humans. Known as Ravens progressive matrices, the problem presents images of geometric objects in, say, a 3-by-3 grid. One position in the grid is blank. The subject must choose, from a set of candidate images, the image that best fits the blank.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>We said, This is really the killer example for visual abstract reasoning, lets jump in, Rahimi said.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>To solve the problem using hyperdimensional computing, the team first created a dictionary of hypervectors to represent the objects in each image; each hypervector in the dictionary represents an object and some combination of its attributes. The team then trained a neural network to examine an image and generate a bipolar hypervector an element can be +1 or 1 thats as close as possible to some superposition of hypervectors in the dictionary; the generated hypervector thus contains information about all the objects and their attributes in the image. You guide the neural network to a meaningful conceptual space, Rahimi said.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>Once the network has generated hypervectors for each of the context images and for each candidate for the blank slot, another algorithm analyzes the hypervectors to create probability distributions for the number of objects in each image, their size, and other characteristics. These probability distributions, which speak to the likely characteristics of both the context and candidate images, can be transformed into hypervectors, allowing the use of algebra to predict the most likely candidate image to fill the vacant slot.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>Their approach was nearly 88% accurate on one set of problems, whereas neural networkonly solutions were less than 61% accurate. The team also showed that, for 3-by-3 grids, their system was almost 250 times faster than a traditional method that uses rules of symbolic logic to reason, since that method must search through an enormous rulebook to determine the correct next step.\u003c/p>\n\u003ch2 style=\ »font-weight: 400;\ »>\u003cstrong>A Promising Start\u003c/strong>\u003c/h2>\n\u003cp style=\ »font-weight: 400;\ »>Not only does hyperdimensional computing give us the power to solve problems symbolically, it also addresses some niggling issues of traditional computing. The performance of todays computers degrades rapidly if errors caused by, say, a random bit flip (a 0 becomes 1 or vice versa) cannot be corrected by built-in error-correcting mechanisms. Moreover, these error-correcting mechanisms can impose a penalty on performance of up to 25%, said \u003ca href=\ »https://vu-detail.github.io/people/jiao\ »>Xun Jiao\u003c/a>, a computer scientist at Villanova University.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>Hyperdimensional computing tolerates errors better, because even if a hypervector suffers significant numbers of random bit flips, it is still close to the original vector. This implies that any reasoning using these vectors is not meaningfully impacted in the face of errors. Jiaos team \u003ca href=\ »https://ieeexplore.ieee.org/document/9516681\ »>has shown\u003c/a> that these systems are at least 10 times more tolerant of hardware faults than traditional ANNs, which themselves are orders of magnitude more resilient than traditional computing architectures. We can leverage all [that] resilience to design some efficient hardware, Jiao said.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>Another advantage of hyperdimensional computing is transparency: The algebra clearly tells you why the system chose the answer it did. The same is not true for traditional neural networks. Olshausen, Rahimi and others are developing hybrid systems in which neural networks map things in the physical world to hypervectors, and then hyperdimensional algebra takes over. Things like analogical reasoning just fall in your lap, Olshausen said. This is what we should expect of any AI system. We should be able to understand it just like we understand an airplane or a television set.\u003c/p>\n\u003cdiv id=’component-64401b794a775′ class= »related-list »>\u003cscript type=\ »text/template\ »>\ »type\ »:\ »LinkList\ »,\ »id\ »:\ »component-64401b794a775\ »,\ »data\ »:\ »title\ »:\ »Related:\ »,\ »class\ »:\ »related-list\ »,\ »links\ »:[\ »type\ »:\ »internal\ »,\ »link\ »:\ »https:\\/\\/www.quantamagazine.org\\/the-unpredictable-abilities-emerging-from-large-ai-models-20230316\\/\ »,\ »title\ »:\ »The Unpredictable Abilities Emerging From Large AI Models\ »,\ »type\ »:\ »internal\ »,\ »link\ »:\ »https:\\/\\/www.quantamagazine.org\\/the-physics-principle-that-inspired-modern-ai-art-20230105\\/\ »,\ »title\ »:\ »The Physics Principle That Inspired Modern AI Art\ »,\ »type\ »:\ »internal\ »,\ »link\ »:\ »https:\\/\\/www.quantamagazine.org\\/researchers-discover-a-more-flexible-approach-to-machine-learning-20230207\\/\ »,\ »title\ »:\ »Researchers Discover a More Flexible Approach to Machine Learning\ »]\u003c\/script>\u003c/div>\n\u003cp style=\ »font-weight: 400;\ »>All of these benefits over traditional computing suggest that hyperdimensional computing is well suited for a new generation of extremely sturdy, low-power hardware. Its also compatible with in-memory computing systems, which perform the computing on the same hardware that stores data (unlike existing von Neumann computers that inefficiently shuttle data between memory and the central processing unit). Some of these new devices can be analog, operating at very low voltages, making them \u003ca href=\ »https://www.quantamagazine.org/a-brain-inspired-chip-can-run-ai-with-far-less-energy-20221110/\ »>energy-efficient\u003c/a> but also prone to random noise. For von Neumann computing, this randomness is the wall that you cant go beyond, Olshausen said. But with hyperdimensional computing, you can just punch through it.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>Despite such advantages, hyperdimensional computing is still in its infancy. Theres real potential here, Fermller said. But she points out that it still needs to be tested against real-world problems and at bigger scales, closer to the size of modern neural networks.\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>For problems at scale, this needs very efficient hardware, Rahimi said. For example, how [do you] efficiently search over 1 billion items?\u003c/p>\n\u003cp style=\ »font-weight: 400;\ »>All of this should come with time, Kanerva said. There are other secrets [that] high-dimensional spaces hold, he said. I see this as the very beginning of time for computing with vectors.\u003c/p>\n », »fadein »:false, »__typename »: »ACFContent »}, »$Post:124937.acf.series »: »name »:null, »link »:null, »__typename »: »Term », »$Post:124937.next.data.0″: »title »: »Mathematicians Find Hidden Structure in a Common Type of Space », »link »: »https://www.quantamagazine.org/mathematicians-find-hidden-structure-in-a-common-type-of-space-20230412/ », »categories »:[« type »: »id », »generated »:true, »id »: »$Post:124937.next.data.0.categories.0″, »typename »: »Term », »type »: »id », »generated »:true, »id »: »$Post:124937.next.data.0.categories.1″, »typename »: »Term »], »featured_media_image »:null, »acf »: »type »: »id », »generated »:true, »id »: »$Post:124937.next.data.0.acf », »typename »: »ACFFields », »__typename »: »Post », »$Post:124937.next.data.0.categories.0″: »slug »: »abstractions », »__typename »: »Term », »$Post:124937.next.data.0.categories.1″: »slug »: »mathematics », »__typename »: »Term », »$Post:124937.next.data.0.acf »: »template »: »article », »featured_block_title »: » », »featured_image_gif »:false, »featured_image_default »: »type »: »id », »generated »:true, »id »: »$Post:124937.next.data.0.acf.featured_image_default », »typename »: »Image », »featured_image_full_width »: »type »: »id », »generated »:true, »id »: »$Post:124937.next.data.0.acf.featured_image_full_width », »typename »: »Image », »__typename »: »ACFFields », »$Post:124937.next.data.0.acf.featured_image_default »: »alt »: » », »caption »: » », »url »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/SubspaceDesigns-byKristinaArmitage-Default.webp », »width »:520, »height »:292, »sizes »: »type »: »id », »generated »:true, »id »: »$Post:124937.next.data.0.acf.featured_image_default.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$Post:124937.next.data.0.acf.featured_image_default.sizes »: »thumbnail »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/SubspaceDesigns-byKristinaArmitage-Default.webp », »square_small »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/SubspaceDesigns-byKristinaArmitage-Default-160×160.webp », »square_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/SubspaceDesigns-byKristinaArmitage-Default.webp », »medium »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/SubspaceDesigns-byKristinaArmitage-Default.webp », »medium_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/SubspaceDesigns-byKristinaArmitage-Default.webp », »large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/SubspaceDesigns-byKristinaArmitage-Default.webp », »__typename »: »ImageSizes », »$Post:124937.next.data.0.acf.featured_image_full_width »: »alt »: » », »caption »: » », »url »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/SubspaceDesigns-byKristinaArmitage-HP-scaled.webp », »width »:2560, »height »:1084, »sizes »: »type »: »id », »generated »:true, »id »: »$Post:124937.next.data.0.acf.featured_image_full_width.sizes », »typename »: »ImageSizes », »__typename »: »Image », »$Post:124937.next.data.0.acf.featured_image_full_width.sizes »: »thumbnail »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/SubspaceDesigns-byKristinaArmitage-HP-520×220.webp », »square_small »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/SubspaceDesigns-byKristinaArmitage-HP-160×160.webp », »square_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/SubspaceDesigns-byKristinaArmitage-HP-520×520.webp », »medium »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/SubspaceDesigns-byKristinaArmitage-HP-1720×729.webp », »medium_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/SubspaceDesigns-byKristinaArmitage-HP-768×325.webp », »large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2023/04/SubspaceDesigns-byKristinaArmitage-HP-scaled.webp », »__typename »: »ImageSizes », »$Post:124937.next »: »data »:[« type »: »id », »generated »:true, »id »: »$Post:124937.next.data.0″, »typename »: »Post »], »__typename »: »PostPageArchive »}window.__app__ = {
state: {« navigation »: »megaMenuIsOpen »:false, »navIsOpen »:null, »localNavIsOpen »:null, »interactiveNavIsOpen »:null, »bookmarksIsOpen »:null, »headerType »: »default », »globals »:{« meta »: »\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\ »@context\ »:\ »https://schema.org\ »,\ »@type\ »:\ »BreadcrumbList\ »,\ »itemListElement\ »:[\ »@type\ »:\ »ListItem\ »,\ »position\ »:1,\ »item\ »:\ »@id\ »:\ »https://www.quantamagazine.org/\ »,\ »name\ »:\ »Science and Math News\ »,\ »@type\ »:\ »ListItem\ »,\ »position\ »:2,\ »item\ »:\ »@id\ »:\ »https://www.quantamagazine.org/computer-science/\ »,\ »name\ »:\ »Computer Science News, Interviews and Columns From Quanta Magazine\ »,\ »@type\ »:\ »ListItem\ »,\ »position\ »:3,\ »item\ »:\ »@id\ »:\ »https://www.quantamagazine.org/a-new-approach-to-computation-reimagines-artificial-intelligence-20230413/\ »,\ »name\ »:\ »A New Approach to Computation Reimagines Artificial Intelligence\ »]\n », »settings »: [];\r\n function gtag()dataLayer.push(arguments);\r\n\r\n // Default ad_storage to ‘denied’.\r\n gtag(‘consent’, ‘default’, \r\n ‘ad_storage’: ‘denied’\r\n );\r\n\r\n\r\n(function(w,d,s,l,i)w[l]=w[l])(window,document,’script’,’dataLayer’,’GTM-KZGMXJ7′);\r\n\r\n\r\n\r\n\r\n\r\nfunction getCookie(name) \r\n let value = \ »; \ » + document.cookie;\r\n var parts = value.split(\ »; \ » + name + \ »=\ »);\r\n if (parts.length === 2) return parts.pop().split(\ »;\ »).shift();\r\n\r\n\r\nif(getCookie(‘acceptedPolicy’)) \r\n// google analytics\r\n(function(i,s,o,g,r,a,m)function(),i[r].l=1*new Date();a=s.createElement(o),\r\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n)(window,document,’script’,’https://www.google-analytics.com/analytics.js’,’ga’);\r\nga(‘create’, ‘UA-8526335-13’, ‘auto’);\r\nga(‘set’, ‘forceSSL’, true);\r\nga(‘require’, ‘displayfeatures’);\r\nga(‘send’,’pageview’);\r\n\r\n// facebook pixel\r\n!function(f,b,e,v,n,t,s)\r\nif(f.fbq)return;n=f.fbq=function()\r\nn.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)\r\n;\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=’2.0′;\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)(window,document,’script’,\r\n’https://connect.facebook.net/en_US/fbevents.js’);\r\nfbq(‘init’, ‘190747804793608’); \r\nfbq(‘track’, ‘PageView’);\r\n\r\n// chartbeat\r\nvar _sf_async_config = uid: 65564, domain: ‘quantamagazine.org’, useCanonical: true ;(function() function loadChartbeat() window._sf_endpt = (new Date()).getTime(); var e = document.createElement(‘script’); e.setAttribute(‘language’, ‘javascript’); e.setAttribute(‘type’, ‘text/javascript’); e.setAttribute(‘src’,’//static.chartbeat.com/js/chartbeat.js’); document.body.appendChild(e); ;var oldonload = window.onload;window.onload = (typeof window.onload != ‘function’) ?loadChartbeat : function() oldonload(); loadChartbeat(); ;)();\r\n\r\n// parsley\r\nconst head = document.getElementsByTagName(‘head’)[0];\r\nconst parsleyScript = document.createElement(\ »script\ »);\r\nparsleyScript.type = \ »text/javascript\ »;\r\nparsleyScript.src = \ »//cdn.parsely.com/keys/quantamagazine.org/p.js\ »;\r\nparsleyScript.id = \ »parsley-cfg\ »;\r\n// end parsley\r\n\r\n//smartlook\r\n window.smartlook else \r\n(function(i,s,o,g,r,a,m)function()[]).push(arguments),i[r].l=1*new Date();a=s.createElement(o),\r\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n)(window,document,’script’,’https://www.google-analytics.com/analytics.js’,’ga’);\r\nga(‘create’, ‘UA-8526335-13’, storage: ‘none’ );\r\nga(‘set’, ‘anonymizeIp’, true);\r\nga(‘set’, ‘forceSSL’, true);\r\nga(‘require’, ‘displayfeatures’);\r\nga(‘send’,’pageview’);\r\n\r\n\r\n », »theme »: »page »: »accent »: »#ff8600″, »text »: »#1a1a1a », »background »: »white », »header »: »type »: »default », »gradient »: »color »: »white », »solid »: »primary »: »#1a1a1a », »secondary »: »#999999″, »hover »: »#ff8600″, »transparent »: »primary »: »white », »secondary »: »white », »hover »: »#ff8600″, »redirect »:null, »fallbackImage »: »alt »: » », »caption »: » », »url »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2017/04/default.gif », »width »:1200, »height »:600, »sizes »: »thumbnail »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2017/04/default-520×260.gif », »square_small »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2017/04/default-160×160.gif », »square_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2017/04/default-520×520.gif », »medium »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2017/04/default.gif », »medium_large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2017/04/default-768×384.gif », »large »: »https://d2r55xnwy6nx47.cloudfront.net/uploads/2017/04/default.gif », »__typename »: »ImageSizes », »__typename »: »Image »}, »modals »: »loginModal »:false, »signUpModal »:false, »forgotPasswordModal »:false, »resetPasswordModal »:false, »lightboxModal »:false, »callback »:null, »props »:null, »podcast »: »id »:null, »playing »:false, »duration »:0, »currentTime »:0, »user »: »loggedIn »:false, »savedArticleIDs »:[], »userEmail »: » », »editor »:false, »comments »: »open »:false, »cookies »: »acceptedCookie »:false},
env:
APP_URL: ‘https://www.quantamagazine.org’,
NODE_ENV: ‘production’,
WP_URL: ‘https://api.quantamagazine.org’,
HAS_GOOGLE_ID: true,
HAS_FACEBOOK_ID: true,
,
}

www.actusduweb.com
Suivez Actusduweb sur Google News


Ce site utilise des cookies pour améliorer votre expérience. Nous supposerons que cela vous convient, mais vous pouvez vous désinscrire si vous le souhaitez. J'accepte Lire la suite