1 / 62

Connectionism

Connectionism. associationism. Associationism. David Hume (1711-1776) was one of the first philosophers to develop a detailed theory of mental processes. Associationism.

ayla
Download Presentation

Connectionism

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Connectionism

  2. associationism

  3. Associationism David Hume (1711-1776) was one of the first philosophers to develop a detailed theory of mental processes.

  4. Associationism “There is a secret tie or union among particular ideas, which causes the mind to conjoin them more frequently together, and makes the one, upon its appearance, introduce the other.”

  5. Three Principles • Resemblance • Contiguity in space and time • Cause and effect

  6. Constant Conjunction

  7. Constant Conjunction

  8. Constant Conjunction Causal Association

  9. Vivacity Hume thought different ideas you had had different levels of “vivacity” – how clear or lively they are. (Compare seeing an elephant to remembering an elephant.)

  10. Belief To believe an idea was for that idea to be very vivacious. Importantly, causal association is vivacity preserving. If you believe the cause, then you believe its effect.

  11. Constant Conjunction

  12. Constant Conjunction

  13. Hume’s Non-Rational Mind Hume thus had a model of mental processes that was non-rational. Associative principles aren’t truth-preserving; they are vivacity preserving. (Hume thought this was a positive feature, because he thought that you could not rationally justify causal reasoning.)

  14. Classical Conditioning And as we saw before, the associationist paradigm continued into psychology after it became a science.

  15. Connectionism Connectionism is the “new” associationism.

  16. connectionism

  17. Names • Connectionist Network • Artificial Neural Network • Parallel Distributed Processors

  18. High Mine Middle Rock Low

  19. 3 Mine 1 Rock 9

  20. Connection 3 Mine 1 Rock 9

  21. Weights Each connection has its own weight between -1 and 1. The weights correspond to how much of each node’s “message” is passed on. In this example, if the weight is +0.5, then the Low node passes on 3 x 0.5 = 1.5.

  22. 0.5 3 -0.5 1 Mine 1 Rock 9

  23. -2 0.5 3 -0.5 1 Mine 1 Rock 9

  24. f(-2) 3 Mine 1 Rock 9

  25. Activation Function Each non-input node has an activation function. This tells it how active to be, given the sum of its inputs. Often the activation functions are just on/ off: f(x) = 1, if x > 0; otherwise f(x) = 0

  26. 0 3 1 Mine 1 2 Rock 9 -1

  27. 0 3 1 1 1 2 0 9 -1

  28. Training a Connectionist Network STEP 1: Assign weights to the connections at random.

  29. Training a Connectionist Network STEP 2: Gather a very large number of categorization tasks to which you know the answer. For example, a large number of echoes where you know whether they are from rocks or from mines. This is the “training set.”

  30. Training a Connectionist Network STEP 3: Randomly select one echo from the training set. Give it to the network.

  31. Back Propagation STEP 4: If the network gets the answer right, do nothing. If it gets the answer wrong, find all the connections that supported the wrong answer and adjust them down slightly. Find all the ones that supported the right answer and adjust them up slightly.

  32. Repeat! STEP 5: Repeat the testing-and-adjusting thousands of times. Now you have a trained network.

  33. Important Properties of Connectionist Networks • Connectionist networks can learn. (If they have access to thousands of right answers, and someone is around to adjust the weights of their connections. As soon as they stop being “trained” they never learn a new thing again.)

  34. Learning If we suppose that networks train themselves (and no one knows how this could happen), learning is still a problem: The system, though it can learn, can’t remember. In altering its connections, it alters the traces of its former experiences.

  35. Parallel Processing 2. Connectionist networks process in parallel. Serial computation:

  36. Parallel Processing A parallel computation might work like this: I want to solve a really complicated math problem, so I assign small parts of it to each student in class. They work “in parallel” and together we solve the problem faster than one processor working serially.

  37. Distributed Representations 3. Representations in connectionist networks are distributed. Information about the ‘shape’ of the object (in sonar echoes) is encoded not in any one node or connection, but across all the nodes and connections.

  38. Local Processing 4. Processing in a connectionist network is local. There is no central processor controlling what happens in a connectionist network. The only thing that determines whether a node activates is its activation function and its inputs. There’s no program telling it what to do.

  39. Graceful Degradation 5-6. Connectionist networks tolerate low-quality inputs, and can still work even as some of their parts begin to fail. Since computing and representation are distributed throughout the network, even if part of it is destroyed or isn’t receiving input, the whole will still work pretty well.

  40. Connectionism and the brain

  41. Brain = Neural Network? One of the main points of interest of connectionism is the idea that the human brain might be a connectionist network.

  42. Neurons A neuron receives inputs from a large number of other neurons, some of which “inhibit” it and others of which “excite” it. At a certain threshold, it fires.

  43. Neurons Neurons are hooked up ‘in parallel’: different chains of activation and inhibition can operate independently of one another.

  44. Neurons But is the brain really a neural network?

  45. Spike Trains Neurons fire in ‘spikes’ and many brain researchers think they communicate in the frequency of spikes over time. That’s not a part of connectionism.

  46. Spike Trains (Another hypothesis is that they communicate information by firing in the same patterns as other neurons.)

More Related