Skip to main content
  • Poster presentation
  • Open access
  • Published:

A flexible software tool for fitting the parameters of neuronal models

Multi-compartmental conductance-based neuronal models have the potential to imitate the behavior of real neurons with great accuracy. However, these models have many parameters, often poorly constrained by the available data. One alternative is to utilize much simpler (e.g., reduced compartmental or integrate-and-fire type) model neurons, whose non-biophysical parameters need to be set such that the behavior of the model cell best approximates that of the real neuron.

For both simple and detailed models, the relationship between the values of the parameters and the behavior of the model is nonlinear and complex, and the task of finding the optimal parameter values is highly non-trivial. Thus, a reliable automated parameter-constraining procedure which could handle the different scenarios relevant for model fitting and model simplification would be of great value, and the goal of our research was to develop such a flexible framework.

The result of our efforts is the software called Optimizer, implemented in the Python programming language. The program consists of five independent modules, which are connected via a sixth core module. These modules are responsible for reading and handling the target data, interfacing with the simulator, storing the settings specified by the user, as well as implementing the error functions and the optimization algorithms. The program can run optimizations based on one or more traces, and currently implements nine commonly used error functions based on either point-by-point comparisons or extracted features, including mean squared error, spike count, and action potential characteristics. Arbitrary linear combinations of these error functions are also supported. For optimization, the program relies on the inspyred package, which implements a wide selection of powerful nonlinear optimization algorithms; our default choice is a canonical genetic algorithm. The software can be easily modified, expanded, and customized to suit individual needs. For example, the user can implement his/her own specific error function simply by creating the function in the appropriate file and adding the name to the list of the functions. The program currently supports the Neuron simulator, but it can be easily extended to support other simulation software. Optimizer provides two different interfaces. One is a graphical interface, which allows the user to set the optimization parameters and observe, analyze the results in a convenient way. The other interface is command-line based, which reads the settings from a text file, and thus allows the optimization to run on platforms that do not support graphical interactions.

So far, we tested the program on four different types of problems: we used it to determine conductance densities in squid axon and in a multi compartmental CA1 pyramidal cell; we fitted the passive parameters of a reconstructed neuron; we fitted a nonlinear integrate-and-fire model to complex biological data; and we successfully applied the software in two different cases of systematic model simplification. In all tests, Optimizer showed equally good or better performance than software solutions described in the literature. Its simplicity and remarkable flexibility make the software applicable to a wide range of problems, making it an extremely useful research tool.

Acknowledgements

Our work was supported by grants OTKA K83251and TÁMOP-4.2.1.B-11/2/KMR-2011-0002.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Péter Friedrich.

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Friedrich, P., Gulyás, A.I., Freund, T.F. et al. A flexible software tool for fitting the parameters of neuronal models. BMC Neurosci 14 (Suppl 1), P202 (2013). https://doi.org/10.1186/1471-2202-14-S1-P202

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2202-14-S1-P202

Keywords