1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-25 07:52:21 +01:00
Files
archived-doc-es/reference/fann/book.xml
Pedro Antonio Gil Rodríguez ab2fdbbe68 Traducción
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@333980 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-27 22:24:06 +00:00

48 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: a8ebac76c42a74eda826407b0f59fcf66e9b741c Maintainer: seros Status: ready -->
<!-- Reviewed: no -->
<book xml:id="book.fann" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>FANN (Fast Artificial Neural Network - Red Neuronal Artificial Rápida)</title>
<titleabbrev>FANN</titleabbrev>
<preface xml:id="intro.fann">
&reftitle.intro;
<para>
Enlace de PHP para la biblioteca FANN (Fast Artificial Neural Network - Red Neuronal Artificial Rápida), la cual implementa
redes neuronales artificiales multicapa con soporte para redes completa y escasamente conectadas.
Incluye un marco de trabajo para el manejo sencillo de conjuntos de datos de entrenamiento.
Es sencilla de utilizar, es versátil, está bien documentada, y es rápida.
</para>
</preface>
&reference.fann.setup;
&reference.fann.constants;
&reference.fann.examples;
&reference.fann.reference;
&reference.fann.fannconnection;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->