?? readme
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -