I'm not an expert on neural nets, but "deep learning" does imply a deeper structure, I.e. more intermediate layers in the network.
There have probably been lots of improvements to the algorithms behind neural networks, but my opinion is that improved computer hardware has also made training neural nets more feasible.
Rational choice by amateurs
-
Kirby
- Honinbo
- Posts: 9553
- Joined: Wed Feb 24, 2010 6:04 pm
- GD Posts: 0
- KGS: Kirby
- Tygem: 커비라고해
- Has thanked: 1583 times
- Been thanked: 1707 times
-
John Fairbairn
- Oza
- Posts: 3724
- Joined: Wed Apr 21, 2010 3:09 am
- Has thanked: 20 times
- Been thanked: 4672 times
Re: Rational choice by amateurs
I have no doubt I'm talking through my backside - but that's form of reverse engineering and it helps me understand.
I talked about "higher structure" (certainly not deeper) but put that badly. The portion of Levitin's work that I leapt on was something higher that attended to structure.
On the principle that when you are in a hole stop digging, it will best if I just quote Levitin:
I talked about "higher structure" (certainly not deeper) but put that badly. The portion of Levitin's work that I leapt on was something higher that attended to structure.
On the principle that when you are in a hole stop digging, it will best if I just quote Levitin:
A little later he says:Listening to music and attending to its syntactic features - its structure - activated a particular region of the frontal cortex on the left side [of the brain] called pars orbitalis - a sub-section of the region known as Brodmann Area 47. The region we found in our study had some overlap with previous studies of structure in language, but it also had some unique activations. In addition to this left hemisphere activation, we also found activation in an analogous area of the right hemisphere. This told us that attending to structure in music require both halves of the brain, while attending to structure in language only requires the left half.
It is this chronological aspect that makes me wonder whether music and go may significantly share some brain functions.We found evidence for the existence of a brain region that processes structure in general, when that structure is conveyed over time.
-
Kirby
- Honinbo
- Posts: 9553
- Joined: Wed Feb 24, 2010 6:04 pm
- GD Posts: 0
- KGS: Kirby
- Tygem: 커비라고해
- Has thanked: 1583 times
- Been thanked: 1707 times
Re: Rational choice by amateurs
As far as I know, neural networks don't have the concept of left and right brain. I'm not sure what this implies about the learning process.
be immersed
-
Tryss
- Lives in gote
- Posts: 502
- Joined: Tue May 24, 2011 1:07 pm
- Rank: KGS 2k
- GD Posts: 100
- KGS: Tryss
- Has thanked: 1 time
- Been thanked: 153 times
Re: Rational choice by amateurs
Left and right brain are structure at a wildly different scale than our neural network. A brain has around 100 billions neurons and hundred trillions of synapses.
It's like comparing the urbanism and structure of the whole US east coast metropolis to the urbanism and structure of a small village.
It's like comparing the urbanism and structure of the whole US east coast metropolis to the urbanism and structure of a small village.
-
Kirby
- Honinbo
- Posts: 9553
- Joined: Wed Feb 24, 2010 6:04 pm
- GD Posts: 0
- KGS: Kirby
- Tygem: 커비라고해
- Has thanked: 1583 times
- Been thanked: 1707 times
Re: Rational choice by amateurs
There's different scale, but the left/right-ness is also a concept that doesn't exist in neural networks, right?
The human brain has a lot of different areas performing different functions, but a neural network is basically a graph of connected nodes. The intermediate layers are connected to different components, but no explicit functions are designed to match the human brain afaik.
For example, a neural network doesn't have a portion of the graph set aside to simulate the frontal lobe vs the temporal lobe.
Intermediate layers may have different weights after being trained, but this is implicitly learned as opposed to being designed to be similar to sections of the human brain.
The human brain has a lot of different areas performing different functions, but a neural network is basically a graph of connected nodes. The intermediate layers are connected to different components, but no explicit functions are designed to match the human brain afaik.
For example, a neural network doesn't have a portion of the graph set aside to simulate the frontal lobe vs the temporal lobe.
Intermediate layers may have different weights after being trained, but this is implicitly learned as opposed to being designed to be similar to sections of the human brain.
be immersed
-
Tryss
- Lives in gote
- Posts: 502
- Joined: Tue May 24, 2011 1:07 pm
- Rank: KGS 2k
- GD Posts: 100
- KGS: Tryss
- Has thanked: 1 time
- Been thanked: 153 times
Re: Rational choice by amateurs
Of course ! But it's kinda like saying there isn't the concept of the suburb and the inner city in my little street.For example, a neural network doesn't have a portion of the graph set aside to simulate the frontal lobe vs the temporal lobe.
These brain area are huge. You would need a million interconnected neural network to approach the size of these macro area. And these area have multiple functions.
Our neural network are closer to the organisation of a very small slice of the cortex :
https://en.wikipedia.org/wiki/Cerebral_ ... awings.png
We're at the cellular level, not the organ's one.
-
Kirby
- Honinbo
- Posts: 9553
- Joined: Wed Feb 24, 2010 6:04 pm
- GD Posts: 0
- KGS: Kirby
- Tygem: 커비라고해
- Has thanked: 1583 times
- Been thanked: 1707 times
Re: Rational choice by amateurs
Agree. Though, looks like that small village of a neural network is better than our urban human brains at go 
be immersed
- yakcyll
- Dies with sente
- Posts: 77
- Joined: Thu Apr 19, 2018 6:40 am
- Rank: EGF 3k
- GD Posts: 0
- Universal go server handle: yakcyll
- Location: Warsaw, PL
- Has thanked: 165 times
- Been thanked: 18 times
- Contact:
Re: Rational choice by amateurs
If you think about structure, then no, there's no such thing as lobes or left and right hemispheres in neural networks. Neural networks aren't supposed to simulate a brain, they are supposed to simulate processes that occur inside of a brain - in this case, transmission of signals between semi-independent neurons. If you consider functionality however, then specific neural networks can be related to specific parts of a brain, e.g. your policy network is responsible for working out sequences and so more related to the left hemisphere, while your value network allows you to evaluate the board on the fly, being more similar to what the right hemisphere is responsible for.Kirby wrote:There's different scale, but the left/right-ness is also a concept that doesn't exist in neural networks, right?
The human brain has a lot of different areas performing different functions, but a neural network is basically a graph of connected nodes. The intermediate layers are connected to different components, but no explicit functions are designed to match the human brain afaik.
For example, a neural network doesn't have a portion of the graph set aside to simulate the frontal lobe vs the temporal lobe.
Intermediate layers may have different weights after being trained, but this is implicitly learned as opposed to being designed to be similar to sections of the human brain.
All this talk about comparisons between neural networks and brains is really weird. NNs are pure maths; if you saw the equations for stuff that goes on inside a go bot, you'd have a hard time comparing the two. There's no intuition in there to speak of, just the history of its games concentrated into a couple of numerical computations.
- paK0
- Lives in gote
- Posts: 507
- Joined: Sun Jun 23, 2013 2:17 pm
- Rank: terrible
- GD Posts: 0
- OGS: paK0, paK0666
- Universal go server handle: paK0
- Location: Germany
- Has thanked: 176 times
- Been thanked: 46 times
Re: Rational choice by amateurs
Gomoto wrote:you are probably not aware your brain is pure math too
shhh. itsa secret. dont tell
- Attachments
-
- Imgur-724331.png (428.58 KiB) Viewed 6071 times