microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.75k stars 6.29k forks source link

Add FANN #1046

Closed lindevs closed 5 years ago

lindevs commented 7 years ago

Fast Artificial Neural Network 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. https://github.com/libfann/fann

JackBoosY commented 5 years ago

same with #1046 pr: #5290

JackBoosY commented 5 years ago

Hi @lindevs Fann has been added to the port now. Enjoy it!

lindevs commented 5 years ago

@JackBoosY thanks.