readme

来自「一个功能强大的神经网络分析程序」· 代码 · 共 37 行

TXT
37
字号
Fast Artificial Neural Network Library (fann)Fast Artificial Neural Network Library implements multilayerartificial neural networks in C with support for both fully connectedand sparsely connected networks. Cross-platform execution in bothfixed and floating point are supported. It includes a framework foreasy handling of training data sets. It is easy to use, versatile,well documented, and fast. PHP and Python bindings are available.A reference manual accompanies the library with examples andrecommendations on how to use the library.The reference manual is awailable in: doc/html/index.htmlA university report about the implementation of version 1.0 is alsoavailable, please see: doc/fann_doc_complete_1.0.pdfFor installation do the following:type command: ./configuretype command: makeNow you would like to be root in order to installtype command: sutype command: make installtype command: exitNow you are not root anymore, and you can test the library.type command: cd examplestype command: make runtestFor further installation instructions see: INSTALLFor example programs please see:examples/simple_train.cexamples/simple_test.cFor more information and downloads, please go to:http://fann.sourceforge.net/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?