mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-24 08:52:09 +01:00
47 lines
1.5 KiB
XML
47 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 68c2c871505aadf983f16113c5b077b335ce8d76 Maintainer: Fan2Shrek Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
<book xml:id="book.fann" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<?phpdoc extension-membership="pecl" ?>
|
|
<title>FANN (Réseau neuronal artificiel rapide - Fast Artificial Neural Network)</title>
|
|
<titleabbrev>FANN</titleabbrev>
|
|
|
|
<preface xml:id="intro.fann">
|
|
&reftitle.intro;
|
|
<para>
|
|
Le support PHP pour la bibliothèque FANN (Fast Artificial Neural Network) qui implémente des réseaux
|
|
de neurones artificiels multicouches avec support pour les réseaux entièrement connectés et les réseaux
|
|
connectés de manière éparses. Il inclut un cadre pour la manipulation facile des ensembles de données
|
|
d'entraînement. Il est facile à utiliser, polyvalent, bien documenté et rapide.
|
|
</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
|
|
-->
|