Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

fortran neural networks library

kooka
Beginner
981 Views

does anyone knows some free neural networks library that i can use in fortran?

thanks

0 Kudos
3 Replies
Les_Neilson
Valued Contributor II
981 Views
Quoting - kooka

does anyone knows some free neural networks library that i can use in fortran?

thanks

A quick Google brought up the following link (there were others)

http://www.philbrierley.com/main.html?code/fortran.html&code/codeleft.html

HTH
Les

0 Kudos
anthonyrichards
New Contributor III
981 Views
Quoting - kooka

does anyone knows some free neural networks library that i can use in fortran?

thanks

Google is your friend.

0 Kudos
jimdempseyatthecove
Honored Contributor III
981 Views
Quoting - kooka

does anyone knows some free neural networks library that i can use in fortran?

thanks

You also might search for ANN (Adaptive Neural Networks). Most of the code basethough is written in C/C++

If the C/C++ library interface is known (it should be) then you can call the library from your Fortran code.

Jim Dempsey

0 Kudos
Reply