<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JAMP</journal-id><journal-title-group><journal-title>Journal of Applied Mathematics and Physics</journal-title></journal-title-group><issn pub-type="epub">2327-4352</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jamp.2021.93028</article-id><article-id pub-id-type="publisher-id">JAMP-107674</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Physics&amp;Mathematics</subject></subj-group></article-categories><title-group><article-title>
 
 
  Deep Neural Network Based Behavioral Model of Nonlinear Circuits
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Zhe</surname><given-names>Jin</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Sekouba</surname><given-names>Kaba</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib></contrib-group><aff id="aff1"><addr-line>School of Automation and Electrical Engineering, Zhejiang University of Science and Technology, Hangzhou, China</addr-line></aff><pub-date pub-type="epub"><day>08</day><month>03</month><year>2021</year></pub-date><volume>09</volume><issue>03</issue><fpage>403</fpage><lpage>412</lpage><history><date date-type="received"><day>30,</day>	<month>January</month>	<year>2021</year></date><date date-type="rev-recd"><day>8,</day>	<month>March</month>	<year>2021</year>	</date><date date-type="accepted"><day>11,</day>	<month>March</month>	<year>2021</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  With the rapid growth of complexity and functionality of modern electronic systems, creating precise behavioral models of nonlinear circuits has become an attractive topic. Deep neural networks (DNNs) have been recognized as a powerful tool for nonlinear system modeling. To characterize the behavior of nonlinear circuits, a DNN based modeling approach is proposed in this paper. The procedure is illustrated by modeling a power amplifier (PA), which is a typical nonlinear circuit in electronic systems. The PA model is constructed based on a feedforward neural network with three hidden layers, and then Multisim circuit simulator is applied to generating the raw training data. Training and validation are carried out in Tensorflow deep learning framework. Compared with the commonly used polynomial model, the proposed DNN model exhibits a faster convergence rate and improves the mean squared error by 13 dB. The results demonstrate that the proposed DNN model can accurately depict the input-output characteristics of nonlinear circuits in both training and validation data sets.
 
</p></abstract><kwd-group><kwd>Nonlinear Circuits</kwd><kwd> Deep Neural Networks</kwd><kwd> Behavioral Model</kwd><kwd> Power Amplifier</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>Generating accurate circuit models is a common and efficient step towards system level design of electronic devices. To meet rigorous requirements for modern electronic systems, developing efficient modeling method has become an important research topic. According to the type of data needed for extraction, circuit models are divided into two categories: physical models and behavioral models [<xref ref-type="bibr" rid="scirp.107674-ref1">1</xref>]. Physical models are created by analyzing the circuitry of the devices, while behavioral models characterize the devices in terms of input and output signals, without resorting to their internal constitution.</p><p>Usually, modeling linear circuits is simple because their parameters are constant and the output is proportional to the input. However, most circuits are nonlinear. The nonlinearities contained in transistors or diodes make the modeling process relatively hard. Over the past decades, artificial neural networks have been proved to be a powerful tool for nonlinear regression. Neural networks trained from measured data can represent the nonlinear behavior of electronic devices. Several neural network based modeling applications have been reported recently. Cao Y. and Zhang Q.J. presented a new approach for developing recurrent neural network models of nonlinear circuits [<xref ref-type="bibr" rid="scirp.107674-ref2">2</xref>]. Tarver C. et al. developed a neural-network method to combat nonlinearities in power amplifiers [<xref ref-type="bibr" rid="scirp.107674-ref3">3</xref>]. Chen Z. et al. proposed a method for data-driven behavioral modeling of electronic circuits using recurrent neural networks [<xref ref-type="bibr" rid="scirp.107674-ref4">4</xref>].</p><p>Theoretically, traditional shallow neural networks with a single hidden layer can approximate any nonlinear function with arbitrary accuracy if the number of neurons is increased without constraint. However, increasing the hidden node number causes exponential increasing on the number of model parameters, and also requires much more training examples [<xref ref-type="bibr" rid="scirp.107674-ref5">5</xref>]. In recent years, deep neural networks (DNNs) have attracted a lot of researchers. Unlike traditional neural networks, deep neural networks possess multiple hidden layers and need fewer parameters. It is demonstrated that deeper networks can fit more complex functions by composing the functions learned in earlier layers [<xref ref-type="bibr" rid="scirp.107674-ref6">6</xref>].</p><p>In this paper, a nonlinear circuit behavioral modeling technique is developed on the basis of deep neural networks. The remaining parts of the paper are organized as follows. Section 2 describes the structure of a deep feedforward neural network. In Section 3, a power amplifier circuit is created as the object to be modeled. Training and validation are presented in Section 4.</p></sec><sec id="s2"><title>2. Deep Feedforward Neural Networks</title><p>There is no clear threshold of depth that divides shallow neural networks from deep neural networks. But it is mostly agreed that the deep structure of a neural network requires two or more hidden layers. The number of neurons may be equal or different in each of the hidden layers. These neurons find the mathematical manipulation to obtain output from the input, whether it is a linear or nonlinear relationship.</p><p>In this work, a feedforward neural network with multiple hidden layers is adopted to model nonlinear circuits. In a multi-layer neural network, the neurons are arranged in layered fashion, in which the input and output layers are separated by multiple hidden layers. This layer-wise architecture is referred to as feedforward because the information only travels forward in the network, through the input nodes then through the hidden layers and finally through the output nodes. Although a single hidden layer with enough neurons is sufficient to make the network a universal approximator, there are substantial benefits to using many such hidden layers.</p><p><xref ref-type="fig" rid="fig1">Figure 1</xref> shows a feedforward network with two hidden layers. It contains m input nodes and one output node. The input data vector is represented by</p><p>X = [ x 1 x 2 ⋯ x m ] T , (1)</p><p>where the superscript T denotes the transpose of the matrix. The first hidden layer contains n neurons. The connection weight matrix from the input layer to the first hidden layer is</p><p>W 1 = [ w 111 w 112 ⋯ w 11 m w 121 w 122 ⋯ w 12 m ⋮ ⋮ ⋱ ⋮ w 1 n 1 w 1 n 2 ⋯ w 1 n m ] . (2)</p><p>The bias of the first hidden layer is</p><p>B 1 = [ b 11 b 12 ⋯ b 1 n ] T . (3)</p><p>F(∙) is the activation function in hidden layers. The sigmoid function and the hyperbolic tangent function are two classical activation functions used for incorporating nonlinearity in neural networks. The sigmoid function outputs a value in (0, 1), which is helpful in performing computations that should be interpreted as probabilities. The hyperbolic tangent function has a shape similar to that of the sigmoid function, except that it is horizontally rescaled and vertically translated to (−1, 1). Since the voltage and the current of electric circuits may be both positive and negative, the hyperbolic tangent function is preferable to the sigmoid function in this application. Furthermore, its mean-centering and larger gradient with respect to sigmoid makes it easier to train. The hyperbolic tangent function is given by</p><p>F ( z ) = tanh ( z ) = e z − e − z e z + e − z . (4)</p><p>So the output of the first hidden layer is calculated by</p><p>H 1 = tanh ( W 1 &#215; X + B 1 ) . (5)</p><p>The second hidden layer contains p neurons. The connection weight between two hidden layers is</p><p>W 2 = [ w 211 w 212 ⋯ w 21 n w 221 w 222 ⋯ w 22 n ⋮ ⋮ ⋱ ⋮ w 2 p 1 w 2 p 2 ⋯ w 2 p n ] . (6)</p><p>The bias of the second hidden layer is denoted by</p><p>B 2 = [ b 21 b 22 ⋯ b 2 p ] T . (7)</p><p>Hence, the output of the second hidden layer is</p><p>H 2 = tanh ( W 2 &#215; H 1 + B 2 ) . (8)</p><p>The output of the network is</p><p>y = W 3 &#215; H 2 (9)</p><p>where W<sub>3</sub> is the connection weight from the second hidden layer to the output and is given by</p><p>W 3 = [ w 31 w 32 ⋯ w 3 p ] . (10)</p><p>In neural network training, the loss function is determined as the difference between the actual output and the predicted output from the model for one training example, while the average of the loss function for all the training examples is termed as the cost function. Briefly, the loss function is for a single training example, while the cost function is the average loss over the complete training data set. The loss function, which is sensitive to the application at hand, is critical to training and modeling process. A lot of loss functions, such as cross entropy and hinge loss, have been adopted in different types of applications. For regression problems, the squared error loss is most frequently used. Squared error loss for each training example is the square of the difference between the actual and the predicted values. Here, mean squared error (MSE) is determined as the cost function. It is computed by</p><p>MSE = 10 lg [ 1 K ∑ i = 1 K ( y ^ i − y i ) 2 ]   ( dB ) , (11)</p><p>where K is the number of examples in the data set, y ^ i is the i-th example output, and y i is the i-th output value of the model.</p><p>MSE measures the average squared difference between the actual and predicted values from the model. The aim of training is to minimize MSE. Gradient descent is one of the most popular algorithms to optimize neural networks. It seeks to determine the steepest descent and reduces the number of iterations and time taken to search large quantities of data points [<xref ref-type="bibr" rid="scirp.107674-ref7">7</xref>]. The gradient descent continuously updates parameters incrementally when an error calculation is completed to improve convergence. Model parameters are updated by</p><p>θ q + 1 = θ q − η &#215; ∇ θ J ( θ ) (12)</p><p>where θ denotes the parameters to be optimized (namely the connection weight W and the bias B in this application), the subscript q stands for the iteration number, η is the learning rate, ∇ θ is the gradient with respect to θ, and J ( θ ) is the cost function.</p></sec><sec id="s3"><title>3. Power Amplifiers</title><p>The parameters of linear circuits are constant. Their output response is directly proportional to the input. Contrary to linear circuits, the parameters of nonlinear circuits vary with current and voltage. Only a few simple nonlinear circuits are adequately described by equations that have a closed form solution. Most of them may possess multiple solutions or may not possess a solution at all [<xref ref-type="bibr" rid="scirp.107674-ref8">8</xref>]. Therefore, analyzing nonlinear circuits is usually difficult and we often characterize them by means of models.</p><p>Nonlinear circuit models are categorized into physical models and behavioral models. Physical models are generated according to the internal circuitry of the devices, while behavioral models are established by means of input-output signals. For a complicated electronic system, acquiring its precise physical model is impractical. So the behavioral model is a better choice. In behavioral modeling, the electronic system is treated as a black box, whose internal constitution is unknown. The aim of behavioral modeling is to depict the system’s input-output relation in a mathematical form [<xref ref-type="bibr" rid="scirp.107674-ref9">9</xref>].</p><p>In nonlinear circuits, the superposition principle does not hold and there is a natural generation of harmonic frequencies. The nonlinear circuits are also capable of exhibiting a self-sustained oscillation, which may be desired, as in the case of frequency dividers and free-running oscillators, or undesired, as in the case of power amplifiers (PAs) [<xref ref-type="bibr" rid="scirp.107674-ref10">10</xref>].</p><p>The power amplifier is a typical nonlinear device, which is widely used in electronic systems. It receives an electrical signal and reprocesses it to amplify or increase its power. The main features of a power amplifier are the circuit’s power efficiency and the maximum amount of power that the circuit is capable of handling. To attain large output power and high energy efficiency, power amplifiers are often driven to maximum ratings, which results in serious nonlinear distortion.</p><p>Next, we take a push-pull PA as an example to illustrate the proposed modeling techniques. The schematic of the power amplifier is shown as <xref ref-type="fig" rid="fig2">Figure 2</xref>. The circuit simulation is performed in Multisim. There are two stages in the amplifier circuit. The first stage is a small-signal amplifier and the second stage is an output transformerless complementary-symmetry amplifier [<xref ref-type="bibr" rid="scirp.107674-ref11">11</xref>]. The input signal is provided by a function generator XFG1, the output signal is observed by an oscilloscope XSC1, and the distortion of the output signal is measured by a distortion analyzer XDA1.</p><p>An ideal amplifier is capable of amplifying a pure sinusoidal signal to provide a larger version and the resulting waveform is a pure single-frequency sinusoidal signal. When the device works at nonlinear regions, distortion occurs and the output will not be an exact duplicate of the input signal [<xref ref-type="bibr" rid="scirp.107674-ref12">12</xref>]. The distortion of the output signal is measured by total harmonic distortion (THD), which is defined as</p><p>THD = d 1 2 + d 2 2 + ⋯ d N 2 &#215; 100 % . (13)</p><p>In Equation (13), d i ( i = 1 , 2 , ⋯ , N ) is the i-th harmonic distortion determined by</p><p>d i = | A i | | A 1 | &#215; 100 % . (14)</p><p>where A<sub>1</sub> is the fundamental amplitude and A<sub>i</sub> is the i-th harmonic amplitude. When the frequency f and the amplitude of the input signal V<sub>Ain</sub> are 1 KHz and 0.2V respectively, the output waveform is a magnified replica of the input signal, as shown in <xref ref-type="fig" rid="fig3">Figure 3</xref>. When the input signal’s amplitude rises to 1.8V, the output signal is seriously distorted, as shown in <xref ref-type="fig" rid="fig4">Figure 4</xref>, because the transistors are driven to nonlinear region.</p><p>Besides linearity, power efficiency is also an important consideration. The power efficiency of an amplifier is defined as the ratio of the output power P<sub>out</sub> to the input power P<sub>in</sub>. The power efficiency and the THD with different amplitude of the input signal V<sub>Ain</sub> are listed in <xref ref-type="table" rid="table1">Table 1</xref>. The power and the THD data are acquired by the wattmeter and the distortion analyzer in Multisim respectively. When the input signal is small, the linearity of the device is good but the power efficiency is poor. As the input increases, the linearity descends but the power efficiency ascends. For a practical PA, there must be a compromise between its linearity and power efficiency.</p><table-wrap id="table1" ><label><xref ref-type="table" rid="table1">Table 1</xref></label><caption><title> Testing results of the power amplifier in <xref ref-type="fig" rid="fig2">Figure 2</xref></title></caption><table><tbody><thead><tr><th align="center" valign="middle" >V<sub>Ain</sub> (V)</th><th align="center" valign="middle" >0.2</th><th align="center" valign="middle" >0.6</th><th align="center" valign="middle" >1.0</th><th align="center" valign="middle" >1.4</th><th align="center" valign="middle" >1.8</th></tr></thead><tr><td align="center" valign="middle" >P<sub>out</sub> (mW)</td><td align="center" valign="middle" >12</td><td align="center" valign="middle" >105</td><td align="center" valign="middle" >239</td><td align="center" valign="middle" >302</td><td align="center" valign="middle" >327</td></tr><tr><td align="center" valign="middle" >P<sub>in</sub> (mW)</td><td align="center" valign="middle" >486</td><td align="center" valign="middle" >482</td><td align="center" valign="middle" >519</td><td align="center" valign="middle" >524</td><td align="center" valign="middle" >520</td></tr><tr><td align="center" valign="middle" >Power efficiency</td><td align="center" valign="middle" >2.45%</td><td align="center" valign="middle" >21.78%</td><td align="center" valign="middle" >46.05%</td><td align="center" valign="middle" >57.63%</td><td align="center" valign="middle" >62.88%</td></tr><tr><td align="center" valign="middle" >THD</td><td align="center" valign="middle" >0.97%</td><td align="center" valign="middle" >1.88%</td><td align="center" valign="middle" >7.40%</td><td align="center" valign="middle" >20.84%</td><td align="center" valign="middle" >30.34%</td></tr></tbody></table></table-wrap></sec><sec id="s4"><title>4. Training and Validation</title><p>The proposed DNN model is trained and validated in Tensorflow, which is a popular machine learning framework developed by Google. Tensorflow is an open-source framework used in conjunction with Python to implement algorithms, deep learning applications, and much more. It contains a symbolic math library which is specially developed for machine learning applications such as deep neural networks.</p><p>To model the power amplifier discussed in Section 3, a neural network with three hidden layers is constructed. There are 25 neurons in each hidden layer. A part of Python code is as follows.</p><p>importtensorflow as tf</p><p>importnumpy as np</p><p>importmatplotlib.pyplot as plt</p><p>PA_dat = np.loadtxt('E:\deep\PA_dat.txt') # load raw data generated by Multisim simulator</p><p>a=25 # number of neurons in each hidden layer</p><p>...</p><p>W1=tf.Variable(tf.random_normal([1,a]), name=&quot;weight1&quot;) # weights between input and 1st hidden layer</p><p>B1=tf.Variable(tf.random_normal([1,a]), name=&quot;bias1&quot;) # bias of 1st hidden layer</p><p>S1=tf.nn.tanh(tf.add(tf.matmul(XX,W1),tf.matmul(tf.ones([c,1]),B1))) # output of 1st hidden layer</p><p>...</p><p>init=tf.global_variables_initializer() # initialize network parameters</p><p>cost=tf.reduce_mean(tf.square(Y-Z)) # cost function: MSE</p><p>learning_rate=0.05 # learning rate</p><p>optimizer=tf.train.GradientDescentOptimizer(learning_rate).minimize(cost) # gradient descent</p><p>training_epochs=1000 # epoch number</p><p>withtf.Session() as sess: # train the model</p><p>sess.run(init)</p><p>for epoch in range(training_epochs):</p><p>sess.run(optimizer, feed_dict={X:train_X, Y:train_Y})</p><p>For the purpose of comparison, a five-order polynomial model trained by the same data set is utilized as a reference model. The learning curves of two models are shown in <xref ref-type="fig" rid="fig5">Figure 5</xref>. After 1000 training epochs, the MSE of the DNN model is about −126 dB, while the MSE of the polynomial model is around −113 dB. Apart from higher accuracy, the DNN model also exhibits a faster convergence rate than the polynomial model does. However, it should be noticed that the DNN model uses more parameters and is more complicated.</p><p>The validation data set is generated by Multisim circuit simulator too. The frequency of validation signals ranges from 0.1 KHz to 1 MHz. One of the input-output waveform pairs is shown in <xref ref-type="fig" rid="fig6">Figure 6</xref>. The input signal consists of three frequency components, whose mathematical expression is</p><p>v in = 0.8 sin ( 2 π f 1 t ) + 0.5 sin ( 2 π f 2 t ) + 0.4 sin ( 2 π f 3 t )     ( V ) (15)</p><p>where f<sub>1</sub> = 10 KHz, f<sub>2</sub> = 20 KHz, and f<sub>3</sub> = 30 KHz. The validation result is shown in <xref ref-type="fig" rid="fig7">Figure 7</xref>. It illustrates that the model precisely fits the output data in validation set. In the validation set, the MSE of the DNN model is about −123 dB, while the MSE of the polynomial model is −112 dB. Therefore, compared with the commonly used polynomial model, the proposed DNN model improves accuracy in both training and validation data sets.</p></sec><sec id="s5"><title>5. Conclusion</title><p>This paper presented a DNN based behavioral modeling approach for nonlinear circuits. A power amplifier was taken as an example to illustrate the proposed modeling method. A feedforward deep neural network with three hidden layers was adopted to model the amplifier. The results show that compared with the commonly used polynomial model, the proposed model not only improves precision but also provides a faster convergence rate. Applying other newly developed neural networks to modeling nonlinear circuits is an obvious future extension of this work.</p></sec><sec id="s6"><title>Conflicts of Interest</title><p>The authors declare no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s7"><title>Cite this paper</title><p>Jin, Z. and Kaba, S. (2021) Deep Neural Network Based Behavioral Model of Nonlinear Circuits. Journal of Applied Mathematics and Physics, 9, 403-412. https://doi.org/10.4236/jamp.2021.93028</p></sec></body><back><ref-list><title>References</title><ref id="scirp.107674-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Jin, Z., Zhou, Y. and Song, Z. (2009) Behavioral Modeling of RF Power Amplifiers Using Modified Volterra Series. Journal of Circuits, Systems, and Computers, 18, 351-359. https://doi.org/10.1142/S0218126609005113</mixed-citation></ref><ref id="scirp.107674-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Cao, Y. and Zhang, Q.J. (2009) A New Training Approach for Robust Recurrent Neural-Network Modeling of Nonlinear Circuits. IEEE Transactions on Microwave and Techniques, 57, 1539-1553. https://doi.org/10.1109/TMTT.2009.2020832</mixed-citation></ref><ref id="scirp.107674-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Almudena, S. (2009) Analysis and Design of Autonomous Microwave Circuits. John Wiley &amp; Sons, Inc., Hoboken, New Jersey.</mixed-citation></ref><ref id="scirp.107674-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Bansal, R. and Majumdar, S. (2017) Nonlinear Modelling of Differential Amplifier Circuit. Proceedings of the IEEE international Conference on Wireless Communications, Signal Processing and Networking (WiSPNET), Chennai, 22-24 March 2017, 743-749. https://doi.org/10.1109/WiSPNET.2017.8299860</mixed-citation></ref><ref id="scirp.107674-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Robert, L.B. and Louis N. (2011) Electronic Devices and Circuit Theory. 11th Edition, Pearson Education Inc., New Jersey.</mixed-citation></ref><ref id="scirp.107674-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Riaza, R. (2020) Homogeneous Models of Nonlinear Circuits. IEEE Transactions on Circuits and Systems-I, 67, 2002-2015. https://doi.org/10.1109/TCSI.2020.2968306</mixed-citation></ref><ref id="scirp.107674-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Tavazoei M.S., Kakhki M.T. and Bizzarri F. (2020) Nonlinear Fractional-Order Circuits and Systems: Motivation, a Brief Overview, and Some Future Directions. Open Journal of Circuits and Systems, 1, 220-232. https://doi.org/10.1109/OJCAS.2020.3029254</mixed-citation></ref><ref id="scirp.107674-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">Basodi, S., Ji, C., Zhang, H. and Pan, Y. (2020) Gradient Amplification: An efficient Way to Train Deep Neural Networks. Big Data Mining and Analytics, 3, 196-207.https://doi.org/10.26599/BDMA.2020.9020004</mixed-citation></ref><ref id="scirp.107674-ref9"><label>9</label><mixed-citation publication-type="other" xlink:type="simple">Charu, C.A. (2018) Neural Networks and Deep Learning. Springer Nature Switzerland AG, Cham.</mixed-citation></ref><ref id="scirp.107674-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">Liu, Z., Hu, X., Liu. T., Li, X., Wang, W. and Ghannouchi, M.G. (2020) Attention-Based Deep Neural Network Behavioral Model for Wideband Wireless Power Amplifiers. IEEE Microwave and Wireless Components Letters, 30, 82-85. https://doi.org/10.1109/LMWC.2019.2952763</mixed-citation></ref><ref id="scirp.107674-ref11"><label>11</label><mixed-citation publication-type="other" xlink:type="simple">Chen, Z., Raginsky, M. and Rosenbaum, E. (2017) Verilog-A Compatible Recurrent Neural Network Model for Transient Circuit Simulation. Proceedings of IEEE 26th Conference on Electrical Performance of Electronic Packaging and Systems (EPEPS), San Jose, 15-18 October 2017. https://doi.org/10.1109/EPEPS.2017.8329743</mixed-citation></ref><ref id="scirp.107674-ref12"><label>12</label><mixed-citation publication-type="other" xlink:type="simple">Tarver, C., Jiang, L., Sefidi, A. and Cavallaro, J.R. (2019) Neural Network DPD via Backpropagation through a Neural Network Model of the PA. Proceedings of the 53rd Asilomar Conference on Signals, Systems, and Computers, Pacific Grove, 3-6 November 2019, 358-362. https://doi.org/10.1109/IEEECONF44664.2019.9048910</mixed-citation></ref></ref-list></back></article>