Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

fortran neural networks library

kooka
Beginner
1,381 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
1,381 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
1,381 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
1,381 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