在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):libfann/fann开源软件地址(OpenSource Url):https://github.com/libfann/fann开源编程语言(OpenSource Language):C++ 76.6%开源软件介绍(OpenSource Introduction):Fast Artificial Neural Network LibraryFANNFast Artificial Neural Network (FANN) Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. Bindings to more than 15 programming languages are available. An easy to read introduction article and a reference manual accompanies the library with examples and recommendations on how to use the library. Several graphical user interfaces are also available for the library. FANN Features
To InstallOn LinuxFrom SourceFirst you'll want to clone the repository:
Once that's finished, navigate to the Root directory. In this case it would be ./fann:
Then run CMake
After that, you'll need to use elevated privileges to install the library:
That's it! If everything went right, you should see a lot of text, and FANN should be installed! Building fann - Using vcpkgYou can download and install fann using the vcpkg dependency manager:
The fann port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please create an issue or pull request on the vcpkg repository. To Learn MoreTo get started with FANN, go to the FANN help site, which will include links to all the available resources. For more information about FANN, please refer to the FANN website |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论