In fish... "Contrary to expectation, the synaptic strengths in the pallium remained about the same regardless of whether the fish learned anything. Instead, in the fish that learned, the synapses were pruned from some areas of the pallium — producing an effect “like cutting a bonsai tree,” Fraser said — and replanted in others." This is a very counter intuitive. So there are existing neural connections (formed someho…
I don't think it is counter intuitive (maybe if you hold a strong opinion, it is.) There's a growing body of evidence that brains, to some degree, learn by removing connections, and in some cases, add connections elsewhere. I think part of learning is, that we have some general idea about something, but it turns out to be inaccurate, so we need to specialize it (and get rid off the old connection.) I'm speculating th…
Scientists watch a memory form in the brain of a living fish
21–30 of 33 posts
Re: Scientists watch a memory form in the brain of a living fish
#22In fish... "Contrary to expectation, the synaptic strengths in the pallium remained about the same regardless of whether the fish learned anything. Instead, in the fish that learned, the synapses were pruned from some areas of the pallium — producing an effect “like cutting a bonsai tree,” Fraser said — and replanted in others." This is a very counter intuitive. So there are existing neural connections (formed someho…
Re: Scientists watch a memory form in the brain of a living fish
#23In fish... "Contrary to expectation, the synaptic strengths in the pallium remained about the same regardless of whether the fish learned anything. Instead, in the fish that learned, the synapses were pruned from some areas of the pallium — producing an effect “like cutting a bonsai tree,” Fraser said — and replanted in others." This is a very counter intuitive. So there are existing neural connections (formed someho…
Re: Scientists watch a memory form in the brain of a living fish
#24In fish... "Contrary to expectation, the synaptic strengths in the pallium remained about the same regardless of whether the fish learned anything. Instead, in the fish that learned, the synapses were pruned from some areas of the pallium — producing an effect “like cutting a bonsai tree,” Fraser said — and replanted in others." This is a very counter intuitive. So there are existing neural connections (formed someho…
Re: Scientists watch a memory form in the brain of a living fish
#25Re: Scientists watch a memory form in the brain of a living fish
#26Earlier quoted context omitted.
I don't think it is counter intuitive (maybe if you hold a strong opinion, it is.) There's a growing body of evidence that brains, to some degree, learn by removing connections, and in some cases, add connections elsewhere. I think part of learning is, that we have some general idea about something, but it turns out to be inaccurate, so we need to specialize it (and get rid off the old connection.) I'm speculating th…
Artificial neural networks have something similar, called the lottery ticket hypothesis
Re: Scientists watch a memory form in the brain of a living fish
#27In fish... "Contrary to expectation, the synaptic strengths in the pallium remained about the same regardless of whether the fish learned anything. Instead, in the fish that learned, the synapses were pruned from some areas of the pallium — producing an effect “like cutting a bonsai tree,” Fraser said — and replanted in others." This is a very counter intuitive. So there are existing neural connections (formed someho…
That’s counter intuitive (at least for you) because in modern society it’s customary to think that people are born tabula rasa and then “it’s all a social construct”. Perhaps we are indeed born with innate preferences, biases, and default sexual orientations …
Re: Scientists watch a memory form in the brain of a living fish
#28Earlier quoted context omitted.
Artificial neural networks have something similar, called the lottery ticket hypothesis
I'm not sure it is quite comparable, as the lottery hypothesis postulates that for every Neural Net with n connections/weights, there is one with n-1 connections, that retains its accuracy. So it doesn't learn by pruning, just becomes more efficient by being smaller. That's at least how I understood it.
The Lottery Ticket Hypothesis: A randomly-initialized, dense neural network contains a subnetwork that is initialised such that — when trained in isolation — it can match the test accuracy of the original network after training for at most the same number of iterations. - Frankle & Carbin (2019, p.2)
Re: Scientists watch a memory form in the brain of a living fish
#29Earlier quoted context omitted.
I'm not sure it is quite comparable, as the lottery hypothesis postulates that for every Neural Net with n connections/weights, there is one with n-1 connections, that retains its accuracy. So it doesn't learn by pruning, just becomes more efficient by being smaller. That's at least how I understood it.
Your thing would imply a 0 connected neural net could compete with GPT3. I quote The Lottery Ticket Hypothesis: A randomly-initialized, dense neural network contains a subnetwork that is initialised such that — when trained in isolation — it can match the test accuracy of the original network after training for at most the same number of iterations. - Frankle & Carbin (2019, p.2)
Re: Scientists watch a memory form in the brain of a living fish
#30Earlier quoted context omitted.
Your thing would imply a 0 connected neural net could compete with GPT3. I quote The Lottery Ticket Hypothesis: A randomly-initialized, dense neural network contains a subnetwork that is initialised such that — when trained in isolation — it can match the test accuracy of the original network after training for at most the same number of iterations. - Frankle & Carbin (2019, p.2)
Yeah, that's why it is merely a hypothesis. I think the Lottery Ticket hypothesis goes further and states that this subnetwork also has a subnetwork which matches test accuracy, up to some degree. Else it wouldn't be interesting. Of course there must be a limit...