Difference between revisions of "NeuralNetworksResearch"

From aHuman Wiki
Jump to: navigation, search
(Automated page entry using MWPush.pl)
(Automated page entry using MWPush.pl)
Line 39: Line 39:
 
== Interesting links ==
 
== Interesting links ==
  
* Neurons, glia, neurotransmitters - see [[http://www.mind.ilstu.edu/curriculum/neurons_intro/neurons_intro.php|link]]
+
* Neurons, glia, neurotransmitters - see [http://www.mind.ilstu.edu/curriculum/neurons_intro/neurons_intro.php link]
  
 
http://www.terrapsych.com/neuron.jpg
 
http://www.terrapsych.com/neuron.jpg
  
* Neuron Types - see [[http://www.david.curtis.care4free.net/hebbs.gif|link]]
+
* Neuron Types - see [http://www.david.curtis.care4free.net/hebbs.gif link]
  
 
http://www.david.curtis.care4free.net/hebbs.gif
 
http://www.david.curtis.care4free.net/hebbs.gif
Line 49: Line 49:
 
== Useful resources ==
 
== Useful resources ==
  
   # [[http://www.ai-junkie.com/ann/evolved/nnt1.html|Neural Networks in Plain English]]
+
   # [http://www.ai-junkie.com/ann/evolved/nnt1.html Neural Networks in Plain English]
 
   # [[ftp://ftp.sas.com/pub/neural/FAQ.html|Neural Network FAQ by SAS]]
 
   # [[ftp://ftp.sas.com/pub/neural/FAQ.html|Neural Network FAQ by SAS]]
   # [[http://leenissen.dk/fann|FANN library]]
+
   # [http://leenissen.dk/fann FANN library]
   # [[http://www.youtube.com/watch?v=xbYgKoG4x2g&feature=channel|NN Lections]]
+
   # [http://www.youtube.com/watch?v=xbYgKoG4x2g&feature=channel NN Lections]

Revision as of 10:29, 17 June 2015

Neural Network Research

@@Home -> NeuralNetworksResearch

neural-research.jpg


Neural Network research covers new theory of neural networks.

Unfortunately, existing theory has been started 50 years ago and was mostly occupied by mathematicians who contribute to the theory without good understanding of new findings of biological sciences.

As a result we have large building of formulas and theorems, with a weak fundament of previous-century knowledge of neural networks. This building is unable to scale solved tasks, to explain human memory and features, it is mostly dedicated to so called "weak intelligence" - fitting Turing definition - it produces things that to some extent, in laboratory conditions, look like being intelligent, whilst it is just good mistification.

Theory of neural networks, besides of just explaining how the mind operates on lower level of details, should provide computational models to enable reproducing biological neural networks with IT methods.

New Theory of Neural Networks

New theory of neural networks should cover at least:

  • neuron types - pyramidal, stellate (there are total of 150 different types on neurons)
  • neuron structure - e.g. pyramidal neuron consists of soma, 1 (exactly one) apical dendrite, set of distal dendrites, set of proximal dendrites, and one axon, which has 2 (exactly two) branches
  • neuron development - with enlightning and enforcement of dendrite to axon connectivity, which is like weights in classical neural networks
  • neuron assemblies - grouping neurons in low-level structures which enable to build items of long-term memory
  • neurotransmitters - that provide positive, negative and modulation connections, which combined with multi-receptor dendrites able to build several different networks on the same set of neurons
  • glia cells - which fill the space in between neurons, feed them, direct their development and are brokers between excitatory and inhibitory neurotransmitters
  • types of inter-neuron connectivity - axon-to-axon, axon-to-soma, axon-to-dendrite
  • signal transmission - action potential, membrane (pre-synaptic) potential, post-synaptic potential, different signal timing, and non-firing intervals for inhibitory, excitatory and modulatory neurotransmitters
  • neural networks as multi-connector structures, not just input and output, but allowing input side to become output side, have secondary inputs and outputs for specific purposes, support two different networks be totally connected by all their neurons (e.g. neurons and interneurons)

Research Targets

Interesting links

  • Neurons, glia, neurotransmitters - see link

neuron.jpg

  • Neuron Types - see link

hebbs.gif

Useful resources

 # Neural Networks in Plain English
 # [Network FAQ by SAS]
 # FANN library
 # NN Lections