/neuron-astrocyte-networks

Modified feedforward neural network models to represent neuron-astrocyte interactions.

Primary LanguagePython

neuron-astrocyte-networks

Modified feedforward neural network models to represent neuron-astrocyte interactions.

Includes Porto-Pazos Model (ppm), genetic algorithms (ga), back propagation(bp) and my own model (reciprocal astrocyte processing (RAP) model).

To browse source code

  • Find source code of Porto Pazos model (which includes a GA) here.
  • Find source code for RAP model here.
  • Pybrain is a library I have used to experiment with variations of GA, BP and PPM implementations. However final experiments used only pure python (albeit with numpy).