Skip to main content

HUMAN BRAIN & AI : Statistical interconnection between Brain neurons and artificial neurons and its simulation

 Brain neuron network and its working :

A neural network in the brain is a group of interconnected units called neurons that send signals to one another. These neurons can be either biological cells or mathematical models. While individual neurons are simple, many of them together in a network can perform complex tasks.

A biological neural network is a population of biological neurons chemically connected to each other by synapses. Each neuron sends and receives electrochemical signals called action potentials to its connected neighbors. A neuron can serve an excitatory role, amplifying and propagating signals it receives, or an inhibitory role, suppressing signals instead.

It has been estimated that there are around 86 billion neurons in the brain. Each neuron is connected to another 1,000 neurons, creating an incredibly complex network of communication

Neural network
. During development, the 100 trillion synapses in the human cortex form at a rate of an estimated 10,000 every 15 minutes.

Neural networks route signals through the brain along a linear pathway, analyzing and organizing different types of information within fractions of a second. These networks play a crucial role in how we process and understand the world around us.

Neuron

Neurons, also known as nerve cells, are the basic working units of the brain and nervous system. They function as information messengers, using electrical impulses and chemical signals to transmit information between different regions of the brain and between the brain and the rest of the nervous system.

Neurons can be split into three parts:

  1. Soma (cell body): This portion of the neuron receives information. It contains the cell’s nucleus.
  2. Dendrites: These thin filaments carry information from other neurons to the soma. They are the “input” part of the cell.
  3. Axon: This long projection carries information from the soma and sends it off to other cells. This is the “output” part of the cell. It normally ends with a number of synapses connecting to the dendrites of other neurons.

Neurons work by sending chemicals, called neurotransmitters, across a small area between the axon of one neuron and the dendrite of another. This tiny space that allows for information exchange is called a synapse. Neurons also allow the central nervous system (CNS) and the peripheral nervous system (PNS) to report information back to each other instantaneously and constantly.

If a neuron receives a large number of inputs from other neurons, these signals add up until they exceed a particular threshold. Once this threshold is exceeded, the neuron is triggered to send an impulse along its axon — this is called an action potential.

you know that 

1.Your brain is hyper-efficient, running on just 20 watts of power.

2.Signals in your neurons can travel at the same speed as Formula 1 cars (~100 m/s or 360 km/h)

3.Your brain has about 100 billion neurons – about as many stars as in the Milky Way galaxy.

Artificial Neural Network :(ANN)
example of complex  artificial neuron network


Biological neurons and artificial neurons share several similarities:

  1. Processing and Transmitting Information: Both biological and artificial neurons are the basic building blocks that process and transmit information.

  2. Parallel Processing: Biological neural networks process information in parallel, which is also true for artificial neural networks.

  3. Learning: In biological neural networks, learning comes from past experiences which improve their performance level. This is also true of artificial neural networks.

  4. Interconnections: The human brain has a biological neural network which has billions of interconnections. As the brain learns, these connections are either formed, changed, or removed, similar to how an artificial neural network adjusts its weights to account for a new training example.

  5. Neurons and Synapses: In both biological and artificial neural networks, neurons are the basic building blocks that process and transmit information. Synapses are the points of connection between neurons, where information is transmitted.

  6. Neural Pathways: In both biological and artificial neural networks, neural pathways are the connections between neurons that allow information to be transmitted throughout the network.

    Biological Neurons vs Artificial Neurons

    1. Memory: In an artificial neural network, the system’s unique functional memory is placed independently with the CPU. On the other hand, the distributed memory in the biological neural network is located within the neural interlinks.

    In summary, while artificial neurons are inspired by biological neurons, they are simplified versions designed for computational efficiency and ease of mathematical analysis.

Comments

Popular posts from this blog

HUMAN BRAIN & AI : Complex working of biological brain & web like connection of neurons

what is nervous system ? The nervous system is a highly complex part of an animal’s body that coordinates its actions and processes sensory information. It does this by transmitting signals to and from different parts of the body. Here are some key points about the nervous system: Components : The nervous system consists of three main components: Brain : The central control center that processes information, makes decisions, and coordinates various functions. Spinal Cord : A bundle of nerves that runs down the back and connects the brain to the rest of the body. Nerves : These are like communication highways that carry signals between the brain, spinal cord, and other body parts. Function : The nervous system detects environmental changes (such as temperature, touch, and pain) that impact the body. It works in tandem with the endocrine system (which uses hormones) to respond to these events. The nervous system controls basic body functions like heartbeat, breathing, and movement. It ...

HUMAN BRAIN & AI : Can we completely simulate human brain in artificial intelligence in future

   The idea of simulating the human brain in AI is a topic of ongoing research. There are multiple approaches to achieve human brain-like AI, including machine learning, spiking neural networks, neuromorphic computing, bio AI, explainable AI, and general AI . For instance, Google has been working on large-scale brain simulations for machine learning, using artificial neural networks that loosely simulate neuronal learning processes 2 . They’ve developed a distributed computing infrastructure for training large-scale neural networks and have trained models with more than 1 billion connections . Moreover, a neuromorphic supercomputer called Deep South, capable of simulating the synapses of a human brain at full scale, is set to boot up in Australia 3 . It will be capable of 228 trillion synaptic operations per second, which is on par with the estimated number of operations in the human brain . However, it’s important to note that while these developments are promising, they are...