From 6752c1dc8d95934b2a48b80e6440348421fc21cc Mon Sep 17 00:00:00 2001 From: EnfxcFCb6 Date: Wed, 9 Jul 2025 16:14:21 -0400 Subject: [PATCH] Standardized README to Markdown format --- README.md | 27 +++++++++++++++++++++++++++ index.html | 52 ---------------------------------------------------- 2 files changed, 27 insertions(+), 52 deletions(-) create mode 100644 README.md delete mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..ddca453 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# For the paper: + +Gutig R, Sompolinsky H (2009) Time-warp-invariant neuronal processing. *PLoS Biol* 7:e1000141 + +## Abstract: + +Fluctuations in the temporal durations of sensory signals constitute a major source of variability within natural stimulus ensembles. The neuronal mechanisms through which sensory systems can stabilize perception against such fluctuations are largely unknown. An intriguing instantiation of such robustness occurs in human speech perception, which relies critically on temporal acoustic cues that are embedded in signals with highly variable duration. Across different instances of natural speech, auditory cues can undergo temporal warping that ranges from 2-fold compression to 2-fold dilation without significant perceptual impairment. Here, we report that time-warp-invariant neuronal processing can be subserved by the shunting action of synaptic conductances that automatically rescales the effective integration time of postsynaptic neurons. We propose a novel spike-based learning rule for synaptic conductances that adjusts the degree of synaptic shunting to the temporal processing requirements of a given task. Applying this general biophysical mechanism to the example of speech processing, we propose a neuronal network model for time-warp-invariant word discrimination and demonstrate its excellent performance on a standard benchmark speech-recognition task. Our results demonstrate the important functional role of synaptic conductances in spike-based neuronal information processing and learning. The biophysics of temporal integration at neuronal membranes can endow sensory pathways with powerful time-warp-invariant computational capabilities. + +Brian simulator models for the basic model are available at this web page: + +[http://briansimulator.org/docs/examples-frompapers_Guetig_Sompolinsky_2009.html](http://briansimulator.org/docs/examples-frompapers_Guetig_Sompolinsky_2009.html) + +The simulation reproduces Fig. 2: + +![screenshot1](./screenshot1.png) + +and Fig. 3C (but not in a speech recognition context): + +![screenshot2](./screenshot2.png) + +This simulation requires Brian which can be downloaded and installed from the instructions available at [http://www.briansimulator.org/](http://www.briansimulator.org/) + +For support on installing and using Brian simulations there is a support group at [https://groups.google.com/group/briansupport](https://groups.google.com/group/briansupport). + +--- + +2025-07-09: Converted README to Markdown. \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index eae18f5..0000000 --- a/index.html +++ /dev/null @@ -1,52 +0,0 @@ -
-For the paper:
-
-Gutig R, Sompolinsky H (2009) Time-warp-invariant neuronal
-processing. PLoS Biol 7:e1000141
-
-Abstract:
-
-Fluctuations in the temporal durations of sensory signals constitute a
-major source of variability within natural stimulus ensembles. The
-neuronal mechanisms through which sensory systems can stabilize
-perception against such fluctuations are largely unknown. An
-intriguing instantiation of such robustness occurs in human speech
-perception, which relies critically on temporal acoustic cues that are
-embedded in signals with highly variable duration. Across different
-instances of natural speech, auditory cues can undergo temporal
-warping that ranges from 2-fold compression to 2-fold dilation without
-significant perceptual impairment. Here, we report that
-time-warp-invariant neuronal processing can be subserved by the
-shunting action of synaptic conductances that automatically rescales
-the effective integration time of postsynaptic neurons. We propose a
-novel spike-based learning rule for synaptic conductances that adjusts
-the degree of synaptic shunting to the temporal processing
-requirements of a given task. Applying this general biophysical
-mechanism to the example of speech processing, we propose a neuronal
-network model for time-warp-invariant word discrimination and
-demonstrate its excellent performance on a standard benchmark
-speech-recognition task. Our results demonstrate the important
-functional role of synaptic conductances in spike-based neuronal
-information processing and learning. The biophysics of temporal
-integration at neuronal membranes can endow sensory pathways with
-powerful time-warp-invariant computational capabilities.
-
-Brian simulator models for the basic model are available at this web
-page:
-
-http://briansimulator.org/docs/examples-frompapers_Guetig_Sompolinsky_2009.html
-
-The simulation reproduces Fig. 2:
-
-screenshot1
-
-and Fig. 3C (but not in a speech recognition context):
-
-screenshot2
-
-This simulation requires Brian which can be downloaded and installed
-from the instructions available at http://www.briansimulator.org/
-
-For support on installing and using Brian simulations there is a
-support group at https://groups.google.com/group/briansupport.
-