For questions related to neuroscience in the context of artificial intelligence. For example, if you have a question about an AI paper that claims that the proposed method is inspired by certain neuroscience findings, you probably should use this tag.
Questions tagged [neuroscience]
17 questions
19
votes
4 answers
What activation function does the human brain use?
Does the human brain use a specific activation function?
I've tried doing some research, and as it's a threshold for whether the signal is sent through a neuron or not, it sounds a lot like ReLU. However, I can't find a single article confirming…

mlman
- 301
- 2
- 5
13
votes
5 answers
Is there a rigorous proof that AGI is possible, at least, in theory?
It is often implicitly assumed in computer science that the human mind, or at least some mechanical calculations that humans perform (see the Church-Turing thesis), can be replicated with a Turing machine, therefore Artificial General Intelligence…

yters
- 387
- 2
- 10
10
votes
3 answers
How powerful a computer is required to simulate the human brain?
How much processing power is needed to emulate the human brain? More specifically, the neural simulation, such as communication between the neurons and processing certain data in real-time.
I understand that this may be a bit of speculation and it's…

kenorb
- 10,423
- 3
- 43
- 91
9
votes
1 answer
Are biological neurons organized in consecutive layers as well?
I'm now reading a book titled Hands-On Machine Learning with Scikit-Learn and TensorFlow and in the Chapter 10 of the book, the author writes the following:
The architecture of biological neural networks (BNN)4 is still the subject of active…

Blaszard
- 1,027
- 2
- 11
- 25
7
votes
3 answers
What makes the animal brain so special?
Whenever I read any book about neural networks or machine learning, their introductory chapter says that we haven't been able to replicate the brain's power due to its massive parallelism.
Now, in modern times, transistors have been reduced to the…
user9947
7
votes
4 answers
Which artificial neural network can mimic biological neurons the most?
On the Wikipedia page we can read the basic structure of an artificial neuron (a model of biological neurons) which consist:
Dendrites - acts as the input vector,
Soma - acts as the summation function,
Axon - gets its signal from the summation…

kenorb
- 10,423
- 3
- 43
- 91
6
votes
3 answers
Is there any artificially intelligent system that really mimics human intelligence?
After having read something that Elon Musk said about artificial intelligence and how it could affect our lives, I've been reading about artificial intelligence, deep learning, etc. The recurrent topic is neural networks, which are used for…

Curious G
- 71
- 3
6
votes
2 answers
Are convolutional neural networks inspired by the human brain?
The Deep Learning book by Goodfellow et al. states
Convolutional networks stand out as an example of neuroscientific principles influencing deep learning.
Are convolutional neural networks (CNNs) really inspired by the human brain?
If so, how? In…

Single Malt
- 205
- 1
- 11
4
votes
1 answer
Is some kind of dropout used in the human brain?
I've read that ANNs are based on how the human brain works. Now, I am reading about dropout.
Is some kind of dropout used in the human brain? Can we say that the ability to forget is some kind of dropout?

Seal-Trainer
- 41
- 1
- 3
4
votes
1 answer
What are examples of machine learning techniques inspired by neuroscience?
What are examples of machine learning techniques (i.e. models, algorithms, etc.) inspired (to different extents) by neuroscience?
Particularly, I'm interested in recent developments, say less than 10 years old, that have their basis in neuroscience…

SpiderRico
- 960
- 8
- 18
3
votes
2 answers
Do dreams have a similar role to backpropagation in deep learning?
Humans often dream of random events that occurred during the day. Could the reason for this be that our brains are backpropagating errors while we sleep, and we see the result of these "backpropagations" as dreams?
user6107
3
votes
1 answer
Is it possible to build an AGI with neural networks on neuromorphic chips?
I read a lot about the structure of the human brain and artificial neural networks.
Is it possible to build an AGI (or human-level AI) with artificial neural networks on neuromorphic chips, which would be divided into centers, like the brain is,…

Bartosz Królak
- 65
- 2
3
votes
2 answers
What are the scientific journals dedicated to artificial general intelligence?
Apart from Journal of Artificial General Intelligence (a peer-reviewed open-access academic journal, owned by the Artificial General Intelligence Society (AGIS)), are there any other journals (or proceedings) completely (or partially) dedicated to…

nbro
- 39,006
- 12
- 98
- 176
3
votes
2 answers
What is the difference between human brains and neural networks?
There are many people trying to show how neural networks are still very different from humans, but I fail to see in what way human brains are different from neural models in anything but complexity.
The way we learn is similar, the way we process…

Mark.F
- 446
- 2
- 4
- 16
1
vote
0 answers
Is there a mechanism in the human brain that works analog to LSTMs?
Is there a mechanism in the human brain that works analog to LSTMs? Is there a biological/neuroscientific interpretation of LSTMs and recurrent neural networks? How do long-term and short-term memories work in the brain, on a neuron level?
I would…

mrk
- 111
- 3