Skip to main content

Meet The World’s First Human Brain-Like Supercomputer

Meet The World's First Human Brain-Like Supercomputer

We all know very well that there is no doubt that we are at the gates of an era of great discoveries about the human brain and its activity that still has many secrets. There are those who want to connect the brain to a computer, there are those who want to connect our brain mass to the Internet, and there are those who are deeply committed to perceiving the complex human organ. However, now according to the latest reports, scientists have recently, turned on the world’s first human brain-like supercomputer.

Meet The World’s First Human Brain-Like Supercomputer

There is no doubt that we are at the gates of an era of great discoveries about the human brain and its activity that still has many secrets. There are those who want to connect the brain to a computer, there are those who want to connect our brain mass to the Internet, and there are those who are deeply committed to perceiving the complex human organ.
The largest neuromorphic supercomputer in the world was connected. A machine designed and built to work just the way a brain works. A computer that has a million processor cores.



SpiNNaker – The largest human brain like supercomputer

The brain is the most complex organ in the body and the most difficult to unravel. Scientists have developed a variety of methods to better understand the brain, including the use of supercomputers. The largest neuromorphic computer in the world, called SpiNNaker (Neural Network Architecture) or “neural network architecture by voltage peaks”, referring to the electrical “firing” of the synapses, which communicate between neurons, was connected recently for the first time.

The supercomputer will be able to complete more than 200 million actions per second thanks to its set of one million processor cores, each of which has 100 million components. This superstructure is capable of executing 200 billion shares per second.

SpiNNaker is 20 years old and close to $19.5 million in production cost. The project was originally supported by the Research Council of Engineering and Physical Sciences (EPSRC) but was most recently funded by the European Human Brain Project.

The supercomputer was designed and built by the University of Manchester Computer Science School. Construction began in 2006 and the supercomputer was finally connected yesterday. SpiNNaker is not the first supercomputer to incorporate one million processor cores, but it is still incredibly unique because it is designed to mimic the human brain.
Most computers send information from one point to another using a standard network. SpiNNaker sends small bits of information to thousands of points, similar to the way neurons pass chemicals and electrical signals through the brain. This supercomputer uses electronic circuits to mimic neurons.
“SpiNNaker completely rethinks how conventional computers work. Basically, we created a machine that works more like a brain than a traditional computer, which is extremely stimulating,” a professor of computer engineering, Steve Furber observed.

The team behind SpiNNaker hopes the machine will help them “unravel some of the secrets of how the human brain works by running unprecedented large-scale simulations.” The Spinnaker has so far been used to mimic the processing of more isolated brain networks, such as the cortex.
It was also used to control SpOmnibot, a robot that processes visual information and navigates towards its targets.

Understanding the brain and its 100 billion neurons

Those responsible for SpiNNaker plan to create a supercomputer that emulates one billion biological neurons. The human brain contains about 100 billion neurons connected through 1 billion synapses. The SpiNNaker brings us one step closer to a better understanding of the human brain.

The heart of the “digital super-brain”

Supercomputers were first introduced in the 1960s but have become increasingly popular and powerful in the last decade. The Oak Ridge National Laboratory (ORNL) supercomputer of the United States Department of Energy recently received the distinction of being the fastest supercomputer in the world.

This work of computational engineering prides itself on a LINPACK benchmark score of 122.3 PFLOPS. The US Department of Energy plans to use the Summit for energy research, advanced materials, artificial intelligence and learn more about diseases such as cancer and Alzheimer’s. So, what do you think about this? Simply share all your views and thoughts in the comment section below.

Comments

Popular posts from this blog

Android Q Release Date, Name & Feature Rumours

It's likely we're now just a matter of weeks away from the first Android Q developer build, with a proper announcement anticipated for Google I/O on 7 May. Some of its new features have already come to light, and it's possible we could be looking at the death of the back button on Android. We already lost the recent apps button in Android 9 Pie, and now our back button could be at risk too. According to code found by XDA, the Back button's functionality could be replaced by the newly single home button. We're really not sure how we feel about this change, which will confuse many Android users upgrading from earlier operating systems. Other rumoured changes to the OS are more appealing, with some suggestion of improved RCS support that could open up the platform to third-party apps. RCS, or Rich Communication Service, is in essence a data-enabled revamp of the standard text messaging service with added bells and whistles such as read receipts, group texts, ...

Top 30 Tools That Every Programmer Should Have

This is list of few essential tools from my coding workflow. I think these tools should be part of every programmer’s toolkit. Whether you are writing simple “Hello World” program or a complex web application, these tools make your coding easier and increase productivity.  programmer 1. Devdocs.io – API documentation for all popular programming languages and framework. It also includes instant search and works offline too. 2. Glitch.com – you can create your own web apps in the browser. import GitHub repos, use any NPM package or build on any popular frameworks and directly deploy to firebase. 3. Bundlephobia.com – you can quickly find the import cost of any package in the NPM registry. 4. Babeljs.com/repl – write code in modern JavaScript and BebelJS will transform your code into JavaScript that is compatible with older browsers. 5. Codeplay.com – you can quickly build frontend responsive layouts with frameworks like Bootstrap, Materialize CSS and SemanticUI. 6. H...

What Is The Difference Between MTP, PTP, and USB Mass Storage?

We all know very well that when we connect a smartphone to a PC we usually find different options to do and select, each with their own characteristics, advantages, and disadvantages. Hence, in this explanatory tutorial, we are going to explain the 3 main connection modes, MTP, PTP, and USB Mass Storage offered by most Android devices. Hence, here in this explanatory post, we will simply show you the difference between these 3 well-known modes in Android, MTP, PTP, and USB Mass Storage. What Is The Difference Between MTP, PTP, and USB Mass Storage? When we connect a smartphone to a PC, we usually find different options to do and select, each with their own characteristics, advantages, and disadvantages. Hence, in this explanatory tutorial, we are going to explain the three main connection modes offered by most Android devices that are:- MTP PTP USB Mass Storage MTP (Media Transfer Protocol) on Android In the most recent versions of Android, the MTP is the protocol w...