<?xml version="1.0" encoding="ISO-8859-1"?><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<front>
<journal-meta>
<journal-id>1405-5546</journal-id>
<journal-title><![CDATA[Computación y Sistemas]]></journal-title>
<abbrev-journal-title><![CDATA[Comp. y Sist.]]></abbrev-journal-title>
<issn>1405-5546</issn>
<publisher>
<publisher-name><![CDATA[Instituto Politécnico Nacional, Centro de Investigación en Computación]]></publisher-name>
</publisher>
</journal-meta>
<article-meta>
<article-id>S1405-55462013000100003</article-id>
<title-group>
<article-title xml:lang="en"><![CDATA[Backpropagation through Time Algorithm for Training Recurrent Neural Networks using Variable Length Instances]]></article-title>
<article-title xml:lang="es"><![CDATA[Algoritmo de retropropagación a través de tiempo para el aprendizaje de redes neuronales recurrentes usando instancias de longitud variable]]></article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name>
<surname><![CDATA[Grau]]></surname>
<given-names><![CDATA[Isel]]></given-names>
</name>
<xref ref-type="aff" rid="A01"/>
</contrib>
<contrib contrib-type="author">
<name>
<surname><![CDATA[Nápoles]]></surname>
<given-names><![CDATA[Gonzalo]]></given-names>
</name>
<xref ref-type="aff" rid="A01"/>
</contrib>
<contrib contrib-type="author">
<name>
<surname><![CDATA[Bonet]]></surname>
<given-names><![CDATA[Isis]]></given-names>
</name>
<xref ref-type="aff" rid="A02"/>
</contrib>
<contrib contrib-type="author">
<name>
<surname><![CDATA[García]]></surname>
<given-names><![CDATA[María Matilde]]></given-names>
</name>
<xref ref-type="aff" rid="A01"/>
</contrib>
</contrib-group>
<aff id="A01">
<institution><![CDATA[,Universidad Central Marta Abreu Centro de Estudios de Informática ]]></institution>
<addr-line><![CDATA[Las Villas ]]></addr-line>
<country>Cuba</country>
</aff>
<aff id="A02">
<institution><![CDATA[,Escuela de Ingeniería de Antioquia  ]]></institution>
<addr-line><![CDATA[ ]]></addr-line>
<country>Colombia</country>
</aff>
<pub-date pub-type="pub">
<day>00</day>
<month>03</month>
<year>2013</year>
</pub-date>
<pub-date pub-type="epub">
<day>00</day>
<month>03</month>
<year>2013</year>
</pub-date>
<volume>17</volume>
<numero>1</numero>
<fpage>15</fpage>
<lpage>24</lpage>
<copyright-statement/>
<copyright-year/>
<self-uri xlink:href="http://www.scielo.org.mx/scielo.php?script=sci_arttext&amp;pid=S1405-55462013000100003&amp;lng=en&amp;nrm=iso"></self-uri><self-uri xlink:href="http://www.scielo.org.mx/scielo.php?script=sci_abstract&amp;pid=S1405-55462013000100003&amp;lng=en&amp;nrm=iso"></self-uri><self-uri xlink:href="http://www.scielo.org.mx/scielo.php?script=sci_pdf&amp;pid=S1405-55462013000100003&amp;lng=en&amp;nrm=iso"></self-uri><abstract abstract-type="short" xml:lang="en"><p><![CDATA[Artificial Neural Networks (ANNs) are grouped within connectionist techniques of Artificial Intelligence. In particular, Recurrent Neural Networks are a type of ANN which is widely used in signal reproduction tasks and sequence analysis, where causal relationships in time and space take place. On the other hand, in many problems of science and engineering, signals or sequences under analysis do not always have the same length, making it difficult to select a computational technique for information processing. This article presents a flexible implementation of Recurrent Neural Networks which allows designing the desired topology based on specific application problems. Furthermore, the proposed model is capable of learning to use knowledge bases with instances of variable length in an efficient manner. The performance of the suggested implementation is evaluated through a study case of bioinformatics sequence classification. We also mention its application in obtaining artificial earthquakes from seismic scenarios similar to Cuba.]]></p></abstract>
<abstract abstract-type="short" xml:lang="es"><p><![CDATA[Las Redes Neuronales Artificiales (RNAs) se agrupan dentro de las técnicas conexionistas de la Inteligencia Artificial. En particular las Redes Neuronales Recurrentes son un tipo de RNA de amplio uso en tareas de reproducción de señales y análisis de secuencias, donde se reflejan relaciones causales en el tiempo y el espacio respectivamente. Por otra parte, en muchos problemas de la ingeniería y la ciencia, las señales o secuencias analizadas no siempre tienen la misma longitud, dificultando la selección de la técnica computacional a utilizar para su procesamiento. En este artículo se presenta una implementación flexible de Redes Neuronales Recurrentes que permite definir la topología deseada en función del problema específico de aplicación. Además este modelo es capaz de aprender utilizando bases de conocimiento con instancias de longitud variable de una forma eficiente. El rendimiento de la implementación propuesta es evaluado a través de un caso de estudio de clasificación de secuencias bioinformáticas y además se describe su aplicación en la obtención de terremotos sintéticos a partir de información de escenarios sísmicos similares a los de Cuba.]]></p></abstract>
<kwd-group>
<kwd lng="en"><![CDATA[Recurrent neural networks]]></kwd>
<kwd lng="en"><![CDATA[backpropagation through time]]></kwd>
<kwd lng="en"><![CDATA[sequence analysis]]></kwd>
<kwd lng="en"><![CDATA[bioinformatics]]></kwd>
<kwd lng="en"><![CDATA[artificial earthquakes]]></kwd>
<kwd lng="es"><![CDATA[Redes neuronales recurrentes]]></kwd>
<kwd lng="es"><![CDATA[retropropagación a través de tiempo]]></kwd>
<kwd lng="es"><![CDATA[análisis de secuencias]]></kwd>
<kwd lng="es"><![CDATA[bioinformática]]></kwd>
<kwd lng="es"><![CDATA[terremotos artificiales]]></kwd>
</kwd-group>
</article-meta>
</front><body><![CDATA[  	    <p align="justify"><font face="verdana" size="4">Art&iacute;culos</font></p>  	    <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="center"><font face="verdana" size="4"><b>Backpropagation through Time Algorithm for Training Recurrent Neural Networks using Variable Length Instances</b></font></p>  	    <p align="center"><font face="verdana" size="2">&nbsp;</font></p>      <p align="center"><font face="verdana" size="3"><b>Algoritmo de retropropagaci&oacute;n a trav&eacute;s de tiempo para el aprendizaje de redes neuronales recurrentes usando instancias de longitud variable</b></font></p>  	    <p align="center"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="center"><font face="verdana" size="2"><b>Isel Grau<sup>1</sup>, Gonzalo N&aacute;poles<sup>1</sup>, Isis Bonet<sup>2</sup>, and Mar&iacute;a Matilde Garc&iacute;a<sup>1</sup></b></font></p>  	    <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="justify"><font face="verdana" size="2"><sup><i>1</i></sup> <i>Centro de Estudios de Inform&aacute;tica, Universidad Central "Marta Abreu" de Las Villas, Cuba.</i></font></p>  	    ]]></body>
<body><![CDATA[<p align="justify"><font face="verdana" size="2"><i><sup>2</sup> Escuela de Ingenier&iacute;a de Antioquia, Colombia</i> <a href="mailto:igrau@uclv.edu.cu">igrau@uclv.edu.cu</a>, <a href="mailto:gnapoles@uclv.edu.cu">gnapoles@uclv.edu.cu</a>, <a href="mailto:mmgarcia@uclv.edu.cu">mmgarcia@uclv.edu.cu</a></font></p>  	    <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="justify"><font face="verdana" size="2"><b>Abstract</b></font></p>  	    <p align="justify"><font face="verdana" size="2">Artificial Neural Networks (ANNs) are grouped within connectionist techniques of Artificial Intelligence. In particular, Recurrent Neural Networks are a type of ANN which is widely used in signal reproduction tasks and sequence analysis, where causal relationships in time and space take place. On the other hand, in many problems of science and engineering, signals or sequences under analysis do not always have the same length, making it difficult to select a computational technique for information processing. This article presents a flexible implementation of Recurrent Neural Networks which allows designing the desired topology based on specific application problems. Furthermore, the proposed model is capable of learning to use knowledge bases with instances of variable length in an efficient manner. The performance of the suggested implementation is evaluated through a study case of bioinformatics sequence classification. We also mention its application in obtaining artificial earthquakes from seismic scenarios similar to Cuba.</font></p>  	    <p align="justify"><font face="verdana" size="2"><b>Keywords:</b> Recurrent neural networks, backpropagation through time, sequence analysis, bioinformatics, artificial earthquakes.</font></p>  	    <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="justify"><font face="verdana" size="2"><b>Resumen</b></font></p>  	    <p align="justify"><font face="verdana" size="2">Las Redes Neuronales Artificiales (RNAs) se agrupan dentro de las t&eacute;cnicas conexionistas de la Inteligencia Artificial. En particular las Redes Neuronales Recurrentes son un tipo de RNA de amplio uso en tareas de reproducci&oacute;n de se&ntilde;ales y an&aacute;lisis de secuencias, donde se reflejan relaciones causales en el tiempo y el espacio respectivamente. Por otra parte, en muchos problemas de la ingenier&iacute;a y la ciencia, las se&ntilde;ales o secuencias analizadas no siempre tienen la misma longitud, dificultando la selecci&oacute;n de la t&eacute;cnica computacional a utilizar para su procesamiento. En este art&iacute;culo se presenta una implementaci&oacute;n flexible de Redes Neuronales Recurrentes que permite definir la topolog&iacute;a deseada en funci&oacute;n del problema espec&iacute;fico de aplicaci&oacute;n. Adem&aacute;s este modelo es capaz de aprender utilizando bases de conocimiento con instancias de longitud variable de una forma eficiente. El rendimiento de la implementaci&oacute;n propuesta es evaluado a trav&eacute;s de un caso de estudio de clasificaci&oacute;n de secuencias bioinform&aacute;ticas y adem&aacute;s se describe su aplicaci&oacute;n en la obtenci&oacute;n de terremotos sint&eacute;ticos a partir de informaci&oacute;n de escenarios s&iacute;smicos similares a los de Cuba.</font></p>  	    <p align="justify"><font face="verdana" size="2"><b>Palabras clave:</b> Redes neuronales recurrentes, retropropagaci&oacute;n a trav&eacute;s de tiempo, an&aacute;lisis de secuencias, bioinform&aacute;tica, terremotos artificiales.</font></p>  	    <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    ]]></body>
<body><![CDATA[<p align="justify"><font face="verdana" size="2"><a href="/pdf/cys/v17n1/v17n1a3.pdf">DESCARGAR ART&Iacute;CULO EN FORMATO PDF</a></font></p>  	    <p align="justify"><font face="verdana" size="2">&nbsp;</font></p>  	    <p align="justify"><font face="verdana" size="2"><b>References</b></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>1.&nbsp;Garc&iacute;a, M.M., Bello, R., D&iacute;az, A. &amp; Reynoso, A. (2003).</b> <i>Redes Neuronales Artificiales.</i> M&eacute;xico: Prometeo Editores. Retrieved from <a href="http://148.202.105.23:8991/F/8TGDD3KRGKKHD2X8L9M8EHYA9HKBS7CSJHT9FE5Y4BKDGM2%20UUT-01381?func=item-global&doc_library=UDG01&ampdoc_number=000219225&year=&volume=&sub_library=EIC." target="_blank">http://148.202.105.23:8991/F/8TGDD3KRGKKHD2X8L9M8EHYA9HKBS7CSJHT9FE5Y4BKDGM2 UUT&#45;01381?func=item&#45;global&doc_library=UDG01&ampdoc_number=000219225&year=&volume=&sub_library=EIC.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058874&pid=S1405-5546201300010000300001&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></a></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>2.&nbsp;Hammer, B. &amp; Villmann, T. (2003).</b> Mathematical Aspects of Neural Networks. <i>11<sup>th</sup> European Symposium on Artificial Neural Networks (ESANN 2003),</i> Bruges, Belgium, 59&#45;72.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058876&pid=S1405-5546201300010000300002&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>3.&nbsp;Pearlmutter, B.A. (1990).</b> <i>Dynamic Recurrent Neural Networks (CMU&#45;CS&#45;90&#45;196).</i> Pittsburgh, PA: Carnegie Mellon University.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058878&pid=S1405-5546201300010000300003&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>4.&nbsp;Baldi, P., Pollastri, G., Frasconi, P., &amp; Vullo, A. (2003).</b> New Machine Learning Methods for the Prediction of Protein Topologies. In Paolo Frasconi &amp; Ron Shamir (Eds.). <i>Artificial Intelligence and Heuristic Methods in</i> <i>Bioinformatics</i> (51&#45;74). Amsterdam; Washington, DC: IOS Press.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058880&pid=S1405-5546201300010000300004&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>5.&nbsp;Draghici, S. &amp; Potter, R.B. (2003).</b> Predicting HIV drug resistance with neural networks. <i>Bioinformatics,</i> 19(1), 98&#45;107.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058882&pid=S1405-5546201300010000300005&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>6.&nbsp;Bonet, I., Garcia, M.M., Saeys, Y., Peer, Y., &amp; Grau, R. (2007).</b> Predicting Human Immunodeficiency Virus (HIV) Drug Resistance Using Recurrent Neural Networks. <i>2<sup>nd</sup> International Work&#45;Conference on The Interplay Between Natural and Artificial Computation (IWINAC'07). Lecture Notes in Computer Science,</i> 4527, 234&#45;243.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058884&pid=S1405-5546201300010000300006&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>7.&nbsp;Beerenwinkel, N., Lengauer, T., Selbig, J., Schmidt, B., Walter, H., Korn, K., Kaiser, R., &amp; Hoffmann, D. (2001).</b> Geno2pheno: interpreting genotypic HIV drug resistance tests. <i>IEEE Intelligence System,</i> 16(6), 35&#45;41.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058886&pid=S1405-5546201300010000300007&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>8.&nbsp;Beerenwinkel, N., Schmidt, B., Walter, H., Kaiser, R., Lengauer, T., Hoffmann, D., Korn, K., &amp; Selbig, J. (2002).</b> Diversity and complexity of HIV&#45;1 drug resistance: a bioinformatics approach to predicting phenotype from genotype. <i>Proceedings of the National Academy of Sciences of the United States of America,</i> 99(12), 8271 &#45;8276.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058888&pid=S1405-5546201300010000300008&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>9.&nbsp;Bonet, I., Rodr&iacute;guez, A., Grau, R., Garc&iacute;a, M.M., &amp; Izquierdo, Y. (2008).</b> Predicting HIV protease drugs resistance with multiclassifier systems. <i>XVII International AIDS Conference, M&eacute;xico City.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058890&pid=S1405-5546201300010000300009&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></i></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>10.&nbsp;Bonet, I., Rodr&iacute;guez, A., Garc&iacute;a, M.M., &amp; Grau, R. (2012).</b> Combinaci&oacute;n de clasificadores para bioinform&aacute;tica. <i>Computaci&oacute;n y Sistemas,</i> 16(2), 191 &#45;201.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058892&pid=S1405-5546201300010000300010&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>11.&nbsp;Grau, I., N&aacute;poles, G., Le&oacute;n, M., &amp; Grau, R. (2012).</b> Fuzzy Cognitive maps for modelling, predicting and interpreting HIV drug resistance. <i>Lecture Notes in Computer Science,</i> 7637, 31&#45;40.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058894&pid=S1405-5546201300010000300011&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>12.&nbsp;N&aacute;poles, G., Grau, I., Le&oacute;n, M. &amp; Grau, R. (2012).</b> Modelling, aggregation and simulation of a dynamic biological system through Fuzzy Cognitive Maps. <i>11th Mexican International Conference on Artificial Intelligence, (MICAI 2012) Part II. Lecture Notes in Artificial Intelligence,</i> 7630, 187&#45;197.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058896&pid=S1405-5546201300010000300012&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>13.&nbsp;Rhee, S., Taylor, J., Wadhera, G., Ben&#45;Hur, A., Brutlag, D.L., &amp; Shafer, R.W. (2006).</b> Genotypic predictors of human immunodeficiency virus type 1 drug resistance. <i>Proceedings of the National Academic of Sciences of the United States of America,</i> 103(46), 17355&#45;17360.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058898&pid=S1405-5546201300010000300013&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>14.&nbsp;Kierczak, M., Ginalski, K., Dramiriski, M., Koronacki, J., Rudnicki, W., &amp; Komorowski, J.</b><b>(2009).</b> A Rough Set&#45;Based Model of HIV&#45;1Reverse Transcriptase Resistome. <i>Bioinformatics and Biology Insights,</i> 5(3), 109&#45;127.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058900&pid=S1405-5546201300010000300014&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>15.&nbsp;Vermeiren, H., Van den Bulcke, T., Van Marck, H., Lecocq, P., Van Houtte, M., &amp; Bacheler, L. (2004).</b> Application of multiple linear regression modelling to the quantitative prediction of HIV&#45;1 drug susceptibility phenotype from viral genotype. <i>XIII International HIV Drug Resistance Workshop,</i> Costa Adeje, Canary Islands, Spain.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058902&pid=S1405-5546201300010000300015&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>16.&nbsp;Hilera, J.R. &amp; Martinez, V.J. (1995).</b> <i>Redes Neuronales Artificiales: Fundamentos, Modelos y Aplicaciones.,</i> Madrid: RA&#45;MA.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058904&pid=S1405-5546201300010000300016&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>17.&nbsp;Bonet, I., Salazar, S., Rodr&iacute;guez, A., Grau, R., &amp; Garc&iacute;a, M.M. (2007).</b> Redes Neuronales Recurrentes para An&aacute;lisis de Secuencias. <i>Revista Cubana de Ciencias Inform&aacute;ticas,</i> 1(4), 48&#45;57.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058906&pid=S1405-5546201300010000300017&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>18.&nbsp;Atiya, A.F. &amp; Parlos, A.G. (2000).</b> New Results on Recurrent Network Training: Unifying the Algorithms and Accelerating Convergence. <i>IEEE Transactions on Neural Networks,</i> 11(3), 697&#45;709.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058908&pid=S1405-5546201300010000300018&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>19.&nbsp;Werbos, P.J. (1990).</b> Backpropagation Through Time: What it does and How to do it. <i>Proceedings of the IEEE,</i> 78(10), 1550&#45;1560.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058910&pid=S1405-5546201300010000300019&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>20.&nbsp;Prosperi, M. &amp; Ulivi, G. (2008).</b> Evolutionary Fuzzy Modelling for Drug Resistant HIV&#45;1 Treatment Optimization. <i>Studies in Computational Intelligence,</i> 82, 251 &#45;287.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058912&pid=S1405-5546201300010000300020&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>21.&nbsp;Beerenwinkel, N., Sing, T., Lengauer, T., Rahnenfuhrer, J., Roomp, K., Savenkov, I., Fischer, R., Hoffmann, D., Selbig, J., Korn, K., Walter, H., Berg, T., Braun, P., Fatkenheuer, G., Oette, M., Rockstroh, J., Kupfer, B., Kaiser, R., &amp; Daume, M. (2005).</b> Computational methods for the design of effective therapies against drug resistant HIV strains. <i>Bioinformatics,</i> 21(21),3943&#45;3950.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058914&pid=S1405-5546201300010000300021&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>22.&nbsp;</b>HIV Drug Resistance Database (2012). Retrieved from <a href="http://hivdb.stanford.edu/cgi&#45;bin/GenoPhenoDS.cgi" target="_blank">http://hivdb.stanford.edu//cgi&#45;bin/GenoPhenoDS.cgi</a></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058916&pid=S1405-5546201300010000300022&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --><!-- ref --><p align="justify"><font face="verdana" size="2"><b>23.&nbsp;Miyazawa, S. &amp; Jernigan, R.L. (1999).</b> Self&#45;Consistent Estimation of Inter&#45;Residue Protein Contact Energies Based on an Equilibrium Mixture Approximation of Residues. <i>Proteins: Structure, Function, and</i> Bioinformatics, 34(1), 49&#45;68.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058917&pid=S1405-5546201300010000300023&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>24.&nbsp;Friedman, M. (1937).</b> The use of ranks to avoid the assumption of normality implicit in the analysis of variance. <i>Journal of the American Statistical Association,</i> 32(200), 675&#45;701.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058919&pid=S1405-5546201300010000300024&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    ]]></body>
<body><![CDATA[<!-- ref --><p align="justify"><font face="verdana" size="2"><b>25.&nbsp;Friedman, M. (1940).</b> A comparison of alternative tests of significance for the problem of m rankings. <i>Annals of Mathematical Statistics,</i> 11(1), 86&#45;92.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058921&pid=S1405-5546201300010000300025&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>  	    <!-- ref --><p align="justify"><font face="verdana" size="2"><b>26. Wilcoxon, F. (1945).</b> Individual comparisons by ranking methods. <i>Biometrics Bulletin,</i> 1(6), 80&#45;83.    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&#160;<a href="javascript:void(0);" onclick="javascript: window.open('/scielo.php?script=sci_nlinks&ref=2058923&pid=S1405-5546201300010000300026&lng=','','width=640,height=500,resizable=yes,scrollbars=1,menubar=yes,');">Links</a>&#160;]<!-- end-ref --></font></p>      ]]></body><back>
<ref-list>
<ref id="B1">
<label>1</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[García]]></surname>
<given-names><![CDATA[M.M.]]></given-names>
</name>
<name>
<surname><![CDATA[Bello]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[Díaz]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Reynoso]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
</person-group>
<source><![CDATA[Redes Neuronales Artificiales]]></source>
<year>2003</year>
<publisher-loc><![CDATA[México ]]></publisher-loc>
<publisher-name><![CDATA[Prometeo Editores]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B2">
<label>2</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Hammer]]></surname>
<given-names><![CDATA[B.]]></given-names>
</name>
<name>
<surname><![CDATA[Villmann]]></surname>
<given-names><![CDATA[T.]]></given-names>
</name>
</person-group>
<source><![CDATA[Mathematical Aspects of Neural Networks]]></source>
<year>2003</year>
<conf-name><![CDATA[11 European Symposium on Artificial Neural Networks]]></conf-name>
<conf-date>2003</conf-date>
<conf-loc>Bruges </conf-loc>
<page-range>59-72</page-range></nlm-citation>
</ref>
<ref id="B3">
<label>3</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Pearlmutter]]></surname>
<given-names><![CDATA[B.A.]]></given-names>
</name>
</person-group>
<source><![CDATA[Dynamic Recurrent Neural Networks (CMU-CS-90-196)]]></source>
<year>1990</year>
<publisher-loc><![CDATA[Pittsburgh^ePA PA]]></publisher-loc>
<publisher-name><![CDATA[Carnegie Mellon University]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B4">
<label>4</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Baldi]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
<name>
<surname><![CDATA[Pollastri]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[Frasconi]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
<name>
<surname><![CDATA[Vullo]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[New Machine Learning Methods for the Prediction of Protein Topologies]]></article-title>
<person-group person-group-type="editor">
<name>
<surname><![CDATA[Frasconi]]></surname>
<given-names><![CDATA[Paolo]]></given-names>
</name>
<name>
<surname><![CDATA[Shamir]]></surname>
<given-names><![CDATA[Ron]]></given-names>
</name>
</person-group>
<source><![CDATA[Artificial Intelligence and Heuristic Methods in Bioinformatics]]></source>
<year>2003</year>
<page-range>51-74</page-range><publisher-loc><![CDATA[Amsterdam^eDCWashington DC]]></publisher-loc>
<publisher-name><![CDATA[IOS Press]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B5">
<label>5</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Draghici]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Potter]]></surname>
<given-names><![CDATA[R.B.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Predicting HIV drug resistance with neural networks]]></article-title>
<source><![CDATA[Bioinformatics]]></source>
<year>2003</year>
<volume>19</volume>
<numero>1</numero>
<issue>1</issue>
<page-range>98-107</page-range></nlm-citation>
</ref>
<ref id="B6">
<label>6</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Bonet]]></surname>
<given-names><![CDATA[I.]]></given-names>
</name>
<name>
<surname><![CDATA[Garcia]]></surname>
<given-names><![CDATA[M.M.]]></given-names>
</name>
<name>
<surname><![CDATA[Saeys]]></surname>
<given-names><![CDATA[Y.]]></given-names>
</name>
<name>
<surname><![CDATA[Peer]]></surname>
<given-names><![CDATA[Y.]]></given-names>
</name>
<name>
<surname><![CDATA[Grau]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Predicting Human Immunodeficiency Virus (HIV) Drug Resistance Using Recurrent Neural Networks]]></article-title>
<source><![CDATA[2nd International Work-Conference on The Interplay Between Natural and Artificial Computation (IWINAC'07)]]></source>
<year>2007</year>
<page-range>234-243</page-range></nlm-citation>
</ref>
<ref id="B7">
<label>7</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Beerenwinkel]]></surname>
<given-names><![CDATA[N.]]></given-names>
</name>
<name>
<surname><![CDATA[Lengauer]]></surname>
<given-names><![CDATA[T.]]></given-names>
</name>
<name>
<surname><![CDATA[Selbig]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Schmidt]]></surname>
<given-names><![CDATA[B.]]></given-names>
</name>
<name>
<surname><![CDATA[Walter]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
<name>
<surname><![CDATA[Korn]]></surname>
<given-names><![CDATA[K.]]></given-names>
</name>
<name>
<surname><![CDATA[Kaiser]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[Hoffmann]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Geno2pheno: interpreting genotypic HIV drug resistance tests]]></article-title>
<source><![CDATA[IEEE Intelligence System]]></source>
<year>2001</year>
<volume>16</volume>
<numero>6</numero>
<issue>6</issue>
<page-range>35-41</page-range></nlm-citation>
</ref>
<ref id="B8">
<label>8</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Beerenwinkel]]></surname>
<given-names><![CDATA[N.]]></given-names>
</name>
<name>
<surname><![CDATA[Schmidt]]></surname>
<given-names><![CDATA[B.]]></given-names>
</name>
<name>
<surname><![CDATA[Walter]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
<name>
<surname><![CDATA[Kaiser]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[Lengauer]]></surname>
<given-names><![CDATA[T.]]></given-names>
</name>
<name>
<surname><![CDATA[Hoffmann]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
<name>
<surname><![CDATA[Korn]]></surname>
<given-names><![CDATA[K.]]></given-names>
</name>
<name>
<surname><![CDATA[Selbig]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Diversity and complexity of HIV-1 drug resistance: a bioinformatics approach to predicting phenotype from genotype]]></article-title>
<source><![CDATA[Proceedings of the National Academy of Sciences of the United States of America]]></source>
<year>2002</year>
<volume>99</volume>
<numero>12</numero>
<issue>12</issue>
<page-range>8271 -8276</page-range></nlm-citation>
</ref>
<ref id="B9">
<label>9</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Bonet]]></surname>
<given-names><![CDATA[I.]]></given-names>
</name>
<name>
<surname><![CDATA[Rodríguez]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Grau]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[García]]></surname>
<given-names><![CDATA[M.M.]]></given-names>
</name>
<name>
<surname><![CDATA[Izquierdo]]></surname>
<given-names><![CDATA[Y.]]></given-names>
</name>
</person-group>
<source><![CDATA[Predicting HIV protease drugs resistance with multiclassifier systems. XVII International AIDS Conference]]></source>
<year>2008</year>
<publisher-loc><![CDATA[México ]]></publisher-loc>
</nlm-citation>
</ref>
<ref id="B10">
<label>10</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Bonet]]></surname>
<given-names><![CDATA[I.]]></given-names>
</name>
<name>
<surname><![CDATA[Rodríguez]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[García]]></surname>
<given-names><![CDATA[M.M.]]></given-names>
</name>
<name>
<surname><![CDATA[Grau]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
</person-group>
<article-title xml:lang="es"><![CDATA[Combinación de clasificadores para bioinformática]]></article-title>
<source><![CDATA[Computación y Sistemas]]></source>
<year>2012</year>
<volume>16</volume>
<numero>2</numero>
<issue>2</issue>
<page-range>191 -201</page-range></nlm-citation>
</ref>
<ref id="B11">
<label>11</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Grau]]></surname>
<given-names><![CDATA[I.]]></given-names>
</name>
<name>
<surname><![CDATA[Nápoles]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[León]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Grau]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
</person-group>
<source><![CDATA[Fuzzy Cognitive maps for modelling, predicting and interpreting HIV drug resistance]]></source>
<year>2012</year>
<page-range>31-40</page-range></nlm-citation>
</ref>
<ref id="B12">
<label>12</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Nápoles]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[Grau]]></surname>
<given-names><![CDATA[I.]]></given-names>
</name>
<name>
<surname><![CDATA[León]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Grau]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
</person-group>
<source><![CDATA[Modelling, aggregation and simulation of a dynamic biological system through Fuzzy Cognitive Maps. 11th Mexican International Conference on Artificial Intelligence, (MICAI 2012) Part II]]></source>
<year>2012</year>
<volume>7630</volume>
<page-range>187-197</page-range></nlm-citation>
</ref>
<ref id="B13">
<label>13</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Rhee]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Taylor]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Wadhera]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[Ben-Hur]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Brutlag]]></surname>
<given-names><![CDATA[D.L.]]></given-names>
</name>
<name>
<surname><![CDATA[Shafer]]></surname>
<given-names><![CDATA[R.W.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Genotypic predictors of human immunodeficiency virus type 1 drug resistance]]></article-title>
<source><![CDATA[Proceedings of the National Academic of Sciences of the United States of America]]></source>
<year>2006</year>
<volume>103</volume>
<numero>46</numero>
<issue>46</issue>
<page-range>17355-17360</page-range></nlm-citation>
</ref>
<ref id="B14">
<label>14</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Kierczak]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Ginalski]]></surname>
<given-names><![CDATA[K.]]></given-names>
</name>
<name>
<surname><![CDATA[Dramiriski]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Koronacki]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Rudnicki]]></surname>
<given-names><![CDATA[W.]]></given-names>
</name>
<name>
<surname><![CDATA[Komorowski]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[A Rough Set-Based Model of HIV-1Reverse Transcriptase Resistome]]></article-title>
<source><![CDATA[Bioinformatics and Biology Insights]]></source>
<year>2009</year>
<volume>5</volume>
<numero>3</numero>
<issue>3</issue>
<page-range>109-127</page-range></nlm-citation>
</ref>
<ref id="B15">
<label>15</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Vermeiren]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
<name>
<surname><![CDATA[Van den Bulcke]]></surname>
<given-names><![CDATA[T.]]></given-names>
</name>
<name>
<surname><![CDATA[Van Marck]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
<name>
<surname><![CDATA[Lecocq]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
<name>
<surname><![CDATA[Van Houtte]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Bacheler]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
</person-group>
<source><![CDATA[Application of multiple linear regression modelling to the quantitative prediction of HIV-1 drug susceptibility phenotype from viral genotype. XIII International HIV Drug Resistance Workshop]]></source>
<year>2004</year>
<publisher-loc><![CDATA[Costa AdejeCanary Islands ]]></publisher-loc>
</nlm-citation>
</ref>
<ref id="B16">
<label>16</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Hilera]]></surname>
<given-names><![CDATA[J.R.]]></given-names>
</name>
<name>
<surname><![CDATA[Martinez]]></surname>
<given-names><![CDATA[V.J.]]></given-names>
</name>
</person-group>
<source><![CDATA[Redes Neuronales Artificiales: Fundamentos, Modelos y Aplicaciones]]></source>
<year>1995</year>
<publisher-loc><![CDATA[Madrid ]]></publisher-loc>
<publisher-name><![CDATA[RA-MA]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B17">
<label>17</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Bonet]]></surname>
<given-names><![CDATA[I.]]></given-names>
</name>
<name>
<surname><![CDATA[Salazar]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Rodríguez]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Grau]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[García]]></surname>
<given-names><![CDATA[M.M.]]></given-names>
</name>
</person-group>
<article-title xml:lang="es"><![CDATA[Redes Neuronales Recurrentes para Análisis de Secuencias]]></article-title>
<source><![CDATA[Revista Cubana de Ciencias Informáticas]]></source>
<year>2007</year>
<volume>1</volume>
<numero>4</numero>
<issue>4</issue>
<page-range>48-57</page-range></nlm-citation>
</ref>
<ref id="B18">
<label>18</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Atiya]]></surname>
<given-names><![CDATA[A.F.]]></given-names>
</name>
<name>
<surname><![CDATA[Parlos]]></surname>
<given-names><![CDATA[A.G.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[New Results on Recurrent Network Training: Unifying the Algorithms and Accelerating Convergence]]></article-title>
<source><![CDATA[IEEE Transactions on Neural Networks]]></source>
<year>2000</year>
<volume>11</volume>
<numero>3</numero>
<issue>3</issue>
<page-range>697-709</page-range></nlm-citation>
</ref>
<ref id="B19">
<label>19</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Werbos]]></surname>
<given-names><![CDATA[P.J.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Backpropagation Through Time: What it does and How to do it]]></article-title>
<source><![CDATA[Proceedings of the IEEE]]></source>
<year>1990</year>
<volume>78</volume>
<numero>10</numero>
<issue>10</issue>
<page-range>1550-1560</page-range></nlm-citation>
</ref>
<ref id="B20">
<label>20</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Prosperi]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Ulivi]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Evolutionary Fuzzy Modelling for Drug Resistant HIV-1 Treatment Optimization]]></article-title>
<source><![CDATA[Studies in Computational Intelligence]]></source>
<year>2008</year>
<volume>82</volume>
<page-range>251 -287</page-range></nlm-citation>
</ref>
<ref id="B21">
<label>21</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Beerenwinkel]]></surname>
<given-names><![CDATA[N.]]></given-names>
</name>
<name>
<surname><![CDATA[Sing]]></surname>
<given-names><![CDATA[T.]]></given-names>
</name>
<name>
<surname><![CDATA[Lengauer]]></surname>
<given-names><![CDATA[T.]]></given-names>
</name>
<name>
<surname><![CDATA[Rahnenfuhrer]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Roomp]]></surname>
<given-names><![CDATA[K.]]></given-names>
</name>
<name>
<surname><![CDATA[Savenkov]]></surname>
<given-names><![CDATA[I.]]></given-names>
</name>
<name>
<surname><![CDATA[Fischer]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[Hoffmann]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
<name>
<surname><![CDATA[Selbig]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Korn]]></surname>
<given-names><![CDATA[K.]]></given-names>
</name>
<name>
<surname><![CDATA[Walter]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
<name>
<surname><![CDATA[Berg]]></surname>
<given-names><![CDATA[T.]]></given-names>
</name>
<name>
<surname><![CDATA[Braun]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
<name>
<surname><![CDATA[Fatkenheuer]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[Oette]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Rockstroh]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Kupfer]]></surname>
<given-names><![CDATA[B.]]></given-names>
</name>
<name>
<surname><![CDATA[Kaiser]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[Daume]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Computational methods for the design of effective therapies against drug resistant HIV strains]]></article-title>
<source><![CDATA[Bioinformatics]]></source>
<year>2005</year>
<volume>21</volume>
<numero>21</numero>
<issue>21</issue>
<page-range>3943-3950</page-range></nlm-citation>
</ref>
<ref id="B22">
<label>22</label><nlm-citation citation-type="">
<collab>HIV Drug Resistance Database</collab>
<source><![CDATA[]]></source>
<year>2012</year>
</nlm-citation>
</ref>
<ref id="B23">
<label>23</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Miyazawa]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Jernigan]]></surname>
<given-names><![CDATA[R.L.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Self-Consistent Estimation of Inter-Residue Protein Contact Energies Based on an Equilibrium Mixture Approximation of Residues]]></article-title>
<source><![CDATA[Proteins: Structure, Function, and Bioinformatics]]></source>
<year>1999</year>
<volume>34</volume>
<numero>1</numero>
<issue>1</issue>
<page-range>49-68</page-range></nlm-citation>
</ref>
<ref id="B24">
<label>24</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Friedman]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[The use of ranks to avoid the assumption of normality implicit in the analysis of variance]]></article-title>
<source><![CDATA[Journal of the American Statistical Association]]></source>
<year>1937</year>
<volume>32</volume>
<numero>200</numero>
<issue>200</issue>
<page-range>675-701</page-range></nlm-citation>
</ref>
<ref id="B25">
<label>25</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Friedman]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[A comparison of alternative tests of significance for the problem of m rankings]]></article-title>
<source><![CDATA[Annals of Mathematical Statistics]]></source>
<year>1940</year>
<volume>11</volume>
<numero>1</numero>
<issue>1</issue>
<page-range>86-92</page-range></nlm-citation>
</ref>
<ref id="B26">
<label>26</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Wilcoxon]]></surname>
<given-names><![CDATA[F.]]></given-names>
</name>
</person-group>
<article-title xml:lang="en"><![CDATA[Individual comparisons by ranking methods]]></article-title>
<source><![CDATA[Biometrics Bulletin]]></source>
<year>1945</year>
<volume>1</volume>
<numero>6</numero>
<issue>6</issue>
<page-range>80-83</page-range></nlm-citation>
</ref>
</ref-list>
</back>
</article>
