Advertisement
jargon

IBM Brain Chips vs Keal SDK

Aug 18th, 2011
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. Keal SDK's "Constellation" Module:
  2.  
  3. fn v(a,b){c=0;r=0;t=0;foreach(a as k=>v){if(isset(b[k])){c++;t=b[k]-v;r+=t*t;}}if((c!==0)&&(r!==0)){r=sqrt(r);}ret r;}fn s(h,a,b){r=0;t=0;e=v(h[a],h[b]);foreach(h as c=>d){if((a!==c)&&(b!==c)){t++;f=v(h[a],h[c]);g=v(h[b],h[c]);if(e>f){r++;}if(e>g){r++;}}}ret 1-r/2/t;}
  4.  
  5. Stolen by IBM: (source: http://www.bbc.co.uk/news/technology-14574747 )
  6.  
  7. 18 August 2011 Last updated at 09:49 ET
  8. IBM produces first 'brain chips'
  9.  
  10. IBM's processors replicate the system of synaptic connections found in the human brain
  11. IBM has developed a microprocessor which it claims comes closer than ever to replicating the human brain.
  12.  
  13. The system is capable of "rewiring" its connections as it encounters new information, similar to the way biological synapses work.
  14.  
  15. Researchers believe that that by replicating that feature, the technology could start to learn.
  16.  
  17. Cognitive computers may eventually be used for understanding human behaviour as well as environmental monitoring.
  18.  
  19. Dharmendra Modha, IBM's project leader, explained that they were trying to recreate aspects of the mind such as emotion, perception, sensation and cognition by "reverse engineering the brain."
  20.  
  21. The SyNAPSE system uses two prototype "neurosynaptic computing chips". Both have 256 computational cores, which the scientists described as the electronic equivalent of neurons.
  22.  
  23. One chip has 262,144 programmable synapses, while the other contains 65,536 learning synapses.
  24. Man machine
  25.  
  26. In humans and animals, synaptic connections between brain cells physically connect themselves depending on our experience of the world. The process of learning is essentially the forming and strengthening of connections.
  27.  
  28. A machine cannot solder and de-solder its electrical tracks. However, it can simulate such a system by "turning up the volume" on important input signals, and paying less attention to others.
  29.  
  30. IBM has not released exact details of how its SyNAPSE processor works, but Dr Richard Cooper, a reader in cognitive science at Birkbeck, University of London said that it likely replicated physical connections using a "virtual machine".
  31.  
  32. Instead of stronger and weaker links, such a system would simply remember how much "attention" to pay to each signal and alter that depending on new experiences.
  33. Artist impression of neurons connecting IBM's processor replicates the synaptic connections between neurons found in the brain
  34.  
  35. "Part of the trick is the learning algorithm - how should you turn those volumes up and down," said Dr Cooper.
  36.  
  37. "There's a a whole bunch of tasks that can be done just with a relatively simple system like that such as associative memory. When we see a cat we might think of a mouse."
  38.  
  39. Some future-gazers in the cognitive computing world have speculated that the technology will reach a tipping point where machine consciousness is possible.
  40.  
  41. However, Dr Mark Bishop, professor of cognitive computing at Goldsmiths, was more cautious.
  42.  
  43. "[I] understand cognition to be something over and above a process simulated by the execution of mere computations, [and] see such claims as verging on the magical," he said.
  44.  
  45. IBM's work on the SyNAPSE project continues and the company, along with its academic partners, has just been awarded $21m (£12.7m) by the US Defense Advanced Research Projects Agency (DARPA).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement