Skip to main content

ORIGINAL RESEARCH article

Front. Comput. Neurosci., 07 February 2022
Volume 15 - 2021 | https://doi.org/10.3389/fncom.2021.800875

Predicting Spike Features of Hodgkin-Huxley-Type Neurons With Simple Artificial Neural Network

Tian Wang1,2 Ye Wang1,2 Jiamin Shen1 Lei Wang1 Lihong Cao1,2,3*
  • 1State Key Laboratory of Media Convergence and Communication, Communication University of China, Beijing, China
  • 2Neuroscience and Intelligent Media Institute, Communication University of China, Beijing, China
  • 3State Key Laboratory of Mathematical Engineering and Advanced Computing, Wuxi, China

Hodgkin-Huxley (HH)-type model is the most famous computational model for simulating neural activity. It shows the highest accuracy in capturing neuronal spikes, and its model parameters have definite physiological meanings. However, HH-type models are computationally expensive. To address this problem, a previous study proposed a spike prediction module (SPM) to predict whether a spike will take place 1 ms later based on three voltage values with intervals of 1 ms. Although SPM does well, it fails to evaluate the informative features of the spike. In this study, the feature prediction module (FPM) based on simple artificial neural network (ANN) was proposed to predict spike features including maximum voltage, minimum voltage, and dropping interval. Nine different HH-type models were adopted whose firing patterns cover most of the firing behaviors observed in the brain. Voltage and spike feature samples under constant external input current were collected for training and testing. Experiment results illustrated that the combination of SPM and FPM can accurately predict the spiking part of different HH-type models and can generalize to unseen types of input current. The combination of SPM and FPM may offer a possible way to simulate the action potentials of biological neurons with high accuracy and efficiency.

1. Introduction

Neurons communicate with each other in the form of spikes. Spikes of neurons are of great importance in the brain as they contribute to efficient neural information processing and facilitate the transmission of information (Bean, 2007). The generation of spikes depends in large part on voltage-gated ion channels (Berger and Crook, 2015). Neurons embedded with voltage-gated ion channels can almost always generate spikes. Under different densities or combinations of ion channels, they can perform a diversity of firing behaviors, e.g., spiking, bursting, subthreshold oscillation, and mixed-mode (Goldman et al., 2001).

For decades, many computational models have been proposed to simulate the firing behaviors of neurons. These models can be mainly classified into two categories: 1) simplified model without ion channels, and 2) detailed model with ion channels. Representative models in the first category include integrate-and-fire (IF) model (Lapique, 1907; Abbott, 1999), leaky IF model (Stein, 1967), adaptive IF model (Brette and Gerstner, 2005), resonate-and-fire (RF) model (Izhikevich, 2001), FitzHugh-Nagumo (FHN) model (FitzHugh, 1961; Nagumo et al., 1962), Hindmarsh-Rose (HR) model (Hindmarsh and Rose, 1984), Izhikevich model (Izhikevich, 2003), and map-based (MB) model (Rulkov, 2002). While representative models in the second category include Hodgkin-Huxley (HH) model (Hodgkin and Huxley, 1952) and Morris-Lecar (ML) model (Morris and Lecar, 1981).

Simplified models are convenient for numerical calculations and have been widely used in simulating large-scale brain networks or neural circuits. However, as ion channels are the building blocks of spike generation, given their lack of ion channels, simplified models might be inaccurate when capturing spike features of neurons; moreover, parameters in these models have little electrophysiological meanings. Therefore, parameter tunings are time-consuming.

On the contrary, detailed models are much more accurate in characterizing spike features of neurons. The ML model is a special case of the HH model, which aims at simulating the oscillatory behavior of barnacle muscle fiber (Morris and Lecar, 1981). In the remaining part of this paper, detailed models refer to the HH-type models. HH-type models embedded with different ion channels can generate various firing behaviors, reproducing spikes similar to experimental data, and parameters included in these models have definite physiological meanings. However, because of their inconvenience for numerical calculations, HH-type models are difficult to carry out large-scale brain network simulations.

Previous studies have tried to accelerate the calculation of the HH-type models in several different ways. For example, researchers increased the time step in numerical schemes, e.g., from 0.01 to 0.1 ms. However, this is not an optimal approach as it may lead to lower simulation accuracy. Recently, another method has been proposed: library-based numerical method Sun et al. (2009). Specifically, plenty of spike samples from the classical HH model under different stimulus intensities were collected to build a library (spike database). When performing network simulation, spike sequences of the corresponding HH neurons can be estimated from the library. However, this method is still not good enough as it can only reproduce raw statistical information of spikes, e.g., average firing rate, interspike interval distribution, and power spectra of voltage traces, and cannot capture the spike timing information of neurons, which is more informative. Moreover, as they only tested their method using the classical HH model, the generalization ability of the method is still unknown. Ionic neuron models have many different types besides classical HH-type and firing activities produced by these neurons are rather diverse and changeable. Previously, Cao et al. proposed a spike prediction module (SPM) to use three voltage values (intervals of 1 ms) to decide whether or not a spike will take place 1 ms later (Cao et al., 2018). Although SPM does well, the features of the spike have not been evaluated. In this study, a novel method named feature prediction module (FPM) was proposed to predict informative spike features including maximum voltage, minimum voltage, and dropping interval. To the best of our knowledge, we are the first to explore the task of spike feature prediction with a simple artificial neural network. Spike features and voltage data were collected from nine different HH-type models whose firing patterns cover most of the firing behaviors observed in the brain. Then, we constructed the FPM based on the SPM. For three sequential voltages (interval of 1 ms), the SPM was first used for spike predictions; if a spike is predicted, then the voltages will be imported to the FPM to predict spike features; otherwise, the voltages will be updated and imported to the SPM again (as shown in Figure 1 for more details).

FIGURE 1
www.frontiersin.org

Figure 1. The schematic shows all the processes in the method. Collected sequential V1, V2, and V3 were first imported to the spike prediction module (SPM) to judge whether these three values can be used to predict spike features; if the output of SPM is higher than 0.5 (threshold), then V1, V2, and V3 were imported to the feature prediction module (FPM) to do feature predictions. After that, new V1, V2, and V3 were collected start from t + 3ms + Twidth until the stop time is reached; while if the output of SPM is lower than 0.5, V1, V2, and V3 were moved forward with 0.01 ms to get new V1, V2, and V3 and imported to the SPM to do classifications. These procedures were repeated until reaching the stop time.

2. Materials and Methods

2.1. Overview of the Method

The schematic of all the processes in the method is illustrated in Figure 1.

(1) Three sequential voltage data with 1 ms interval were extracted from a given neuron model.

(2) The SPM was used to judge whether there would be a spike of 1 ms later (Cao et al., 2018).

(3) If the output of SPM is bigger than 0.5, then the input voltages would be imported to the FPM, where we introduced a three-layer artificial neural network (ANN) to do predictions. Specifically, three units were used in the input layer, corresponds to the three input voltage values; ten units were used in the hidden layer to extract features from the input layer; three units were used in the output layer, which corresponds to three spike features (see Vmax, Vmin, and Twidth in Figure 2).

(4) While if the output of SPM is smaller than 0.5, then the input voltages would move forward with 0.01 ms to acquire new voltage samples and import them to the SPM again.

(5) Following step (3), we predict the spike features and calculate the loss (mean squared error, MSE). After that, we observed whether the stop time is reached; if yes, the whole process would stop; otherwise, voltage samples would be extracted from a new start time: t+3ms+Twidth (t denotes time corresponds to V1), and does classifications and predictions again until the stop time is reached.

FIGURE 2
www.frontiersin.org

Figure 2. Three typical features of a spike and the FPM structure. (A) The Vmax, Vmin, and Twidth denote the maximum voltage, minimum voltage, and dropping interval of the spike (the difference between tmax and tmin), respectively, V1, V2, and V3 denote three sequential voltage values with an interval of 1 ms before Vmax. (B) The structure of FPM, with V1, V2, and V3 as input and Vmax, Vmin, and Twidth as output. One hidden layer is used with ten artificial neurons.

2.2. Three Typical Features in Neuronal Spikes

Spikes are the basic and crucial units in reflecting neuronal activities. Figure 2A demonstrates a typical spike, marked with three indices, Vmax, Vmin, and Twidth, which denote the maximum voltage, minimum voltage, and dropping interval (time interval between Vmax and Vmin) of the spike, respectively. V1, V2, and V3 are three sequential voltage values before Vmax, with an interval of 1 ms. V1, V2, and V3 were then imported to FPM, with Vmax, Vmin, and Twidth as output, ten artificial neurons were used in the hidden layer of FPM, as shown in Figure 2B.

2.3. Neuron Models

Spike data (Vmax, Vmin, Twidth, V1, V2, and V3) were collected from nine different ionic neuron models: regular spiking neuron with and without adaptation (RS_Adaptation Ermentrout, 1998 and RS_NoAdaptation Fohlmeister and Miller, 1997), fast spiking neuron with and without adaptation (FS_Adaptation Gouwens et al., 2010 and FS_NoAdaptaton Wang and Buzsáki, 1996), bursting excitatory neuron (Bursting_RS Golomb et al., 2006), bursting inhibitory neuron (Bursting_FS Golomb et al., 2007), phasic spiking neuron (Rothman and Manis, 2003; Gai et al., 2009), Class I firing excitable (Traub and Miles, 1991) and Class II firing excitable (Hodgkin and Huxley, 1952) neurons. Besides, the mixed mode can also be generated by Bursting_RS under certain stimulus intensity (Figure 3). These ten firing patterns cover most of the firing behaviors observed experimentally in different brain regions.

FIGURE 3
www.frontiersin.org

Figure 3. Ten typical firing patterns reproduced by nine different ionic models.

Detailed mathematical expressions for each neuron were described using the classical HH equation:

CmdVdt=-Ileak+Iinj-ionIion    (1)

where Cm is the membrane capacitance, Ileak is the leak current, Iinj is the external input current with four modes: constant, slope, sinusoidal, and noise. ionIion is the summation of ionic currents. Iion is illustrated in equation 2.

Iion=gmaxmpnq(V-Eion)    (2)

gmax is the maximal conductance of the corresponding ion channel, m and n are gating variables controlling the open and close states of ion channels, while p and q are the numbers of gating variables needed. Eion is the reversal potential of each ion channel. Detailed expressions of these ion currents and electrophysiological parameters of RS_Adaptation, RS_NoAdaptation, FS_Adaptation, FS_NoAdaptation, Bursting_RS, Bursting_FS, Phasic spiking, Class I excitable, and Class II excitable were separately referred from Hodgkin and Huxley (1952), Traub and Miles (1991), Wang and Buzsáki (1996), Ermentrout (1998), Fohlmeister and Miller (1997), Golomb et al. (2006), Golomb et al. (2007), Rothman and Manis (2003), Gai et al. (2009), and Gouwens et al. (2010).

2.4. Collection of Spike Features and Voltage Samples for Training and Testing

For each specific model in Section 2.3, a corresponding dataset was built to train and evaluate the FPM. In the training stage, constant current with different intensities was used as the external input current to generate spike trains with different firing frequencies. For every spike, Vmax, Vmin, and Twidth, and sequential V1, V2, and V3 were collected in the data set. Here, the time interval between V1, V2, V3, and Vmax is 1 ms. To test the generalization ability of the proposed model, three additional current stimuli were introduced during testing. Specifically, constant, slope, sinusoidal, and Gaussian white noise stimuli were used to evaluate the performance of FPM. The noise current mode was set as four levels, denoted as 1, 2, 3, and 4, by controlling the sigma of Gaussian distribution to make the noise current range cover 25, 50, 75, and 100% current range used in constant stimuli. The sample size of the training and testing data set for each neuron model is listed in Table 1. It should be mentioned that all the samples have labels.

TABLE 1
www.frontiersin.org

Table 1. The sample size of the feature prediction module (FPM) training and testing data set used for each neuron model.

In this study, voltage data of the nine neuron models were calculated in Python using the fourth-order Runge-Kutta algorithm with time integration of 0.01 ms. Construction of the FPM was realized in a Python-based package-PyBrain.

3. Results

3.1. Performance of the FPM in Training and Testing

Voltage samples were regulated to the same distribution range for training and testing the FPM. Seventy percent of data in the training set were randomly selected for training, and the remaining 30% was used for validation. After iteration for 1,000 times, the FPM has been trained well enough. Figure 4 illustrates the change of MSE during training.

FIGURE 4
www.frontiersin.org

Figure 4. Training and validation error of FPM to the iteration number of nine models.

To examine the performance of FPM in testing data, we calculated prediction errors and accuracy of all the models under constant, slope, sinusoidal, and noise stimuli, where the noise stimuli were set as four levels. Here, prediction error was calculated using root mean square error (RMSE), while accuracy was calculated using the coefficient of determination (R2) from the regression analysis. As shown in Table 2, for the three spike features (Vmax, Vmin, and Twidth), the proposed method shows low prediction errors and high prediction accuracy on nine different neurons whose firing patterns cover most of the firing behaviors observed experimentally in the brain. Also, it is worth noting that the proposed method achieved good performance on the three current types that had not been used in training.

TABLE 2
www.frontiersin.org

Table 2. Prediction errors and accuracy using samples from the library in the FPM.

These results show that for a given sequential V1, V2, and V3, the trained FPM performs very well in predicting the features of the subsequent spike and demonstrates the robustness of the proposed model.

3.2. Visualization of the Performance of SPM and FPM in Spike Prediction

To intuitively demonstrate the performance of the proposed method, we visualized its prediction results under different external input currents. Figure 5 demonstrates representative neuron activities showing the performance of SPM and FPM in classification and prediction under noise current mode (noise level=4), from which we can see that the predictive values (blue stars) almost coincide with the true values (red circles). The predicted spike features under constant, slope, sinusoidal, and noise (level=1, 2, 3) modes are presented in the Supplementary Material.

FIGURE 5
www.frontiersin.org

Figure 5. Nine neuron models showing the performance of SPM and FPM in prediction under noise current stimuli mode (level=4). Black crosses denote voltage values for spike prediction, red circles denote true values, and blue stars denote predictive values.

4. Discussion

4.1. Contributions of This Study

Neuron models used in spiking neural networks can be divided into simplified models without ion channels, represented by the LIF model, and detailed models with ion channels, represented by the HH-type model. LIF models are computationally efficient and have been used in simulating large-scale brain networks and scenarios like dealing with asynchronous event-based spatio-temporal information (Yang et al., 2021a). However, LIF models might be inaccurate when obtaining spike features as they fail to capture detailed ion channel information. While HH-type models can simulate spike features more accurately, they suffer from computational complexity. In this study, we focus on HH-type neurons and built an artificial neural network, FPM, to provide novel insights of predicting subsequent spike features (Vmax, Vmin, and Twidth). While the previously proposed SPM can predict a spike event, the FPM can successfully predict informative spike features (Vmax, Vmin, and Twidth) for ten firing patterns that cover most of the firing behaviors observed in the brain. Also, it can be well generalized to different unseen input current scenarios. Experimental results demonstrate that the combination of SPM and FPM can successfully predict the spiking part of nine different HH-type neuron models, offering a possible efficient way of simulating action potentials of biological neurons with high accuracy.

4.2. Diverse Firing Patterns in Neurons

Firing patterns exhibited by neurons reflect what coding strategies or manners these neurons adapt to encode input signals. During the past decades, a diversity of firing patterns has been observed in biophysical experiments (summarized in Izhikevich, 2004), e.g., spiking, bursting, and oscillation. Besides, spiking can be further classified into regular spiking (with and without adaptation), fast spiking (with and without adaptation), and phasic spiking, etc., while bursting can be further classified into regular bursting, fast bursting, phasic bursting, and rebound bursting, and so on. Based on the properties of frequency response (f) to different injected current (I), f-I curves and dynamical firing structures, firing behaviors of neurons can be classified into Class I, Class II, and Class III types. In this study, to test the effectiveness of our proposed method, nine ionic models which can generate most of the firing patterns mentioned above have been considered, including RS_Adaptation, RS_NoAdaptation, FS_Adaptation, FS_NoAdaptation, phasic spiking, Bursting_RS, Bursting_FS, mixed-mode, and class I and class II excitable neurons. The obtained results not only demonstrate the reliability of our method in predicting spike features but also show the generality of our method in applying to diverse neuron models or firing patterns.

4.3. Other Methods in Solving HH Equations

For a long period, numerical methods used to solve differential equations or models were Euler, Runge- Kutta, and some other revised versions. To achieve higher accuracy in solving equations, relatively smaller time steps were usually employed, e.g., 0.01 and 0.005 ms. However, the reduction of time steps would sacrifice the computation speed. For models with few equations, computational speed may not be a problem, while for models with plenty of equations, computation speed will be very critical.

This problem is especially serious in simulating large-scale neural network models. To address this problem, a novel library-based method has been proposed to accelerate the speed of action potential calculations (Sun et al., 2009). However, it can only acquire raw statistical information of spikes and is not able to capture the relative spike timing information. Also, its generalization ability is unknown as the method has only been tested in the classical HH model.

In this study, our proposed method has been tested in various ionic neuron models. Experimental results demonstrate that the proposed method not only performs well in accurately simulating action potentials of neurons but also shows good generalities to different HH-type neuron models and firing patterns.

4.4. Extensions of the Current Study

Our proposed method performed well in predicting spike features in many neuronal models. We speculate that the combination of SPM and FPM may contribute to an overall acceleration in the adoption of the HH equation. Specifically, the SPM and FPM can be used to effectively predict the spiking parts during fast voltage-changing periods, when the voltage is relatively stable and changes slowly, a larger time step can be implemented to speed up the computation.

While a previous study has tried to approximate the characteristics of a multi-compartment neuron by a temporally convolutional neural network with five to eight layers (Beniaguev et al., 2021), for situations that can be handled with point neurons, our proposed method can be effectively applied to predict the spiking part of each neuron. Also, the proposed method may be extended to large-scale network simulation by replacing traditional HH-type neurons with simple ANNs.

Although our proposed method performed well in predicting spike features in many neuronal models, there are still some insufficiencies that need to be improved in further studies. In this study, all neuron models considered are point neuron models. It is unknown if the method can be extended to more complicated situations like CerebelluMorphic (Yang et al., 2021c) and large-scale biophysically meaningful neural networks with multi-compartmental neurons (Yang et al., 2021b). Further studies are needed.

Data Availability Statement

The code and dataset presented in the study are publicly available. This data can be found here: https://github.com/tianaeiou/Spike-Prediction.

Author Contributions

LC designed the study. YW, TW, JS, and LW proposed the analysis. YW, TW, LW, and LC wrote the paper. All authors contributed to the article and approved the submitted version.

Funding

This work was supported by the National Natural Science Foundation of China (grant no. 62176241), the National Key Research and Development Program of China (grant no. 2021ZD0200300), and the Open Project Program of the State Key Laboratory of Mathematical Engineering and Advanced Computing (grant no. 2020A09).

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher's Note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Supplementary Material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fncom.2021.800875/full#supplementary-material

References

Abbott, L. F. (1999). Lapicque's introduction of the integrate-and-fire model neuron (1907). Brain Res. Bull. 50, 303–304. doi: 10.1016/S0361-9230(99)00161-6

PubMed Abstract | CrossRef Full Text | Google Scholar

Bean, B. P. (2007). The action potential in mammalian central neurons. Nat. Rev. Neurosci. 8, 451–465. doi: 10.1038/nrn2148

PubMed Abstract | CrossRef Full Text | Google Scholar

Beniaguev, D., Segev, I., and London, M. (2021). Single cortical neurons as deep artificial neural networks. Neuron 109, 2727–2739. doi: 10.1016/j.neuron.2021.07.002

PubMed Abstract | CrossRef Full Text | Google Scholar

Berger, S. D., and Crook, S. M. (2015). Modeling the influence of ion channels on neuron dynamics in drosophila. Front. Comput. Neurosci. 9:139. doi: 10.3389/fncom.2015.00139

PubMed Abstract | CrossRef Full Text | Google Scholar

Brette, R., and Gerstner, W. (2005). Adaptive exponential integrate-and-fire model as an effective description of neuronal activity. J. Neurophysiol. 94, 3637–3642. doi: 10.1152/jn.00686.2005

PubMed Abstract | CrossRef Full Text | Google Scholar

Cao, L., Shen, J., Wang, L., and Wang, Y. (2018). Predicting spikes with artificial neural network. Sci. China Inf. Sci. 61, 060428–060421. doi: 10.1007/s11432-017-9379-4

PubMed Abstract | CrossRef Full Text | Google Scholar

Ermentrout, B. (1998). Linearization of fi curves by adaptation. Neural Comput. 10, 1721–1729. doi: 10.1162/089976698300017106

PubMed Abstract | CrossRef Full Text | Google Scholar

FitzHugh, R. (1961). Impulses and physiological states in theoretical models of nerve membrane. Biophys. J. 1, 445–466. doi: 10.1016/S0006-3495(61)86902-6

PubMed Abstract | CrossRef Full Text | Google Scholar

Fohlmeister, J., and Miller, R. (1997). Impulse encoding mechanisms of ganglion cells in the tiger salamander retina. J. Neurophysiol. 78, 1935–1947. doi: 10.1152/jn.1997.78.4.1935

PubMed Abstract | CrossRef Full Text | Google Scholar

Gai, Y., Doiron, B., Kotak, V., and Rinzel, J. (2009). Noise-gated encoding of slow inputs by auditory brain stem neurons with a low-threshold k+ current. J. Neurophysiol. 102, 3447–3460. doi: 10.1152/jn.00538.2009

PubMed Abstract | CrossRef Full Text | Google Scholar

Goldman, M. S., Golowasch, J., Marder, E., and Abbott, L. (2001). Global structure, robustness, and modulation of neuronal models. J. Neurosci. 21, 5229–5238. doi: 10.1523/JNEUROSCI.21-14-05229.2001

PubMed Abstract | CrossRef Full Text | Google Scholar

Golomb, D., Donner, K., Shacham, L., Shlosberg, D., Amitai, Y., and Hansel, D. (2007). Mechanisms of firing patterns in fast-spiking cortical interneurons. PLoS Comput. Bio.l 3:e156. doi: 10.1371/journal.pcbi.0030156

PubMed Abstract | CrossRef Full Text | Google Scholar

Golomb, D., Yue, C., and Yaari, Y. (2006). Contribution of persistent na+ current and m-type k+ current to somatic bursting in ca1 pyramidal cells: combined experimental and modeling study. J. Neurophysiol. 96, 1912–1926. doi: 10.1152/jn.00205.2006

PubMed Abstract | CrossRef Full Text | Google Scholar

Gouwens, N. W., Zeberg, H., Tsumoto, K., Tateno, T., Aihara, K., and Robinson, H. P. (2010). Synchronization of firing in cortical fast-spiking interneurons at gamma frequencies: a phase-resetting analysis. PLoS Comput. Biol. 6:e1000951. doi: 10.1371/journal.pcbi.1000951

PubMed Abstract | CrossRef Full Text | Google Scholar

Hindmarsh, J. L., and Rose, R. (1984). A model of neuronal bursting using three coupled first order differential equations. Proc. R. Soc. Lond. B. Biol. Sci. 221, 87–102. doi: 10.1098/rspb.1984.0024

PubMed Abstract | CrossRef Full Text | Google Scholar

Hodgkin, A. L., and Huxley, A. F. (1952). A quantitative description of membrane current and its application to conduction and excitation in nerve. J. Physiol. 117, 500–544. doi: 10.1113/jphysiol.1952.sp004764

PubMed Abstract | CrossRef Full Text | Google Scholar

Izhikevich, E. M. (2001). Resonate-and-fire neurons. Neural Netw. 14, 883–894. doi: 10.1016/S0893-6080(01)00078-8

PubMed Abstract | CrossRef Full Text | Google Scholar

Izhikevich, E. M. (2003). Simple model of spiking neurons. IEEE Trans. Neural Netw. 14, 1569–1572. doi: 10.1109/TNN.2003.820440

PubMed Abstract | CrossRef Full Text | Google Scholar

Izhikevich, E. M. (2004). Which model to use for cortical spiking neurons? IEEE Trans. Neural Netw. 15, 1063–1070. doi: 10.1109/TNN.2004.832719

PubMed Abstract | CrossRef Full Text | Google Scholar

Lapique, L. (1907). Recherches quantitatives sur l'excitation electrique des nerfs traitee comme une polarization. J. Physiol. Pathol. 9, 620–635.

Google Scholar

Morris, C., and Lecar, H. (1981). Voltage oscillations in the barnacle giant muscle fiber. Biophys. J. 35, 193–213. doi: 10.1016/S0006-3495(81)84782-0

PubMed Abstract | CrossRef Full Text | Google Scholar

Nagumo, J., Arimoto, S., and Yoshizawa, S. (1962). An active pulse transmission line simulating nerve axon. Proc. IRE 50, 2061–2070. doi: 10.1109/JRPROC.1962.288235

PubMed Abstract | CrossRef Full Text | Google Scholar

Rothman, J. S., and Manis, P. B. (2003). The roles potassium currents play in regulating the electrical activity of ventral cochlear nucleus neurons. J. Neurophysiol. 89, 3097–3113. doi: 10.1152/jn.00127.2002

PubMed Abstract | CrossRef Full Text | Google Scholar

Rulkov, N. F. (2002). Modeling of spiking-bursting neural behavior using two-dimensional map. Phys. Rev. E 65, 041922. doi: 10.1103/PhysRevE.65.041922

PubMed Abstract | CrossRef Full Text | Google Scholar

Stein, R. B. (1967). Some models of neuronal variability. Biophys. J. 7, 37–68. doi: 10.1016/S0006-3495(67)86574-3

PubMed Abstract | CrossRef Full Text | Google Scholar

Sun, Y., Zhou, D., Rangan, A. V., and Cai, D. (2009). Library-based numerical reduction of the hodgkin-huxley neuron for network simulation. J. Comput. Neurosci. 27, 369. doi: 10.1007/s10827-009-0151-9

PubMed Abstract | CrossRef Full Text | Google Scholar

Traub, R. D., and Miles, R. (1991). Neuronal Networks of the Hippocampus, Vol. 777. Cambridge: Cambridge University Press.

Google Scholar

Wang, X.-J., and Buzsáki, G. (1996). Gamma oscillation by synaptic inhibition in a hippocampal interneuronal network model. J. Neurosci. 16, 6402–6413. doi: 10.1523/JNEUROSCI.16-20-06402.1996

PubMed Abstract | CrossRef Full Text | Google Scholar

Yang, S., Gao, T., Wang, J., Deng, B., Lansdell, B., and Linares-Barranco, B. (2021a). Efficient spike-driven learning with dendritic event-based processing. Front. Neurosci. 15:97. doi: 10.3389/fnins.2021.601109

PubMed Abstract | CrossRef Full Text | Google Scholar

Yang, S., Wang, J., Deng, B., Azghadi, M. R., and Linares-Barranco, B. (2021b). Neuromorphic context-dependent learning framework with fault-tolerant spike routing. IEEE Trans. Neural Netw. Learn. Syst. 1–15. doi: 10.1109/TNNLS.2021.3084250

PubMed Abstract | CrossRef Full Text | Google Scholar

Yang, S., Wang, J., Zhang, N., Deng, B., Pang, Y., and Azghadi, M. R. (2021c). Cerebellumorphic: large-scale neuromorphic model and architecture for supervised motor learning. IEEE Trans. Neural Netw. Learn. Syst. 1–15. doi: 10.1109/TNNLS.2021.3057070

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: spike, Hodgkin-Huxley model, spike features prediction, artificial neural network, spike prediction module, feature prediction module

Citation: Wang T, Wang Y, Shen J, Wang L and Cao L (2022) Predicting Spike Features of Hodgkin-Huxley-Type Neurons With Simple Artificial Neural Network. Front. Comput. Neurosci. 15:800875. doi: 10.3389/fncom.2021.800875

Received: 24 October 2021; Accepted: 24 December 2021;
Published: 07 February 2022.

Edited by:

Yuanyuan Mi, Chongqing University, China

Reviewed by:

Shuangming Yang, Tianjin University, China
Georgios Detorakis, Independent Researcher, Irvine, United States

Copyright © 2022 Wang, Wang, Shen, Wang and Cao. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Lihong Cao, lihong.cao@cuc.edu.cn

Download