comp-physics / roseNNa

A fast minimally-intrusive neural network inference library
MIT License
17 stars 2 forks source link

Example case #8

Open sbryngelson opened 8 months ago

sbryngelson commented 8 months ago

Add a meaningful example case. Say a feedforward NN that approximates a linear function and link that to a Fortran or C program that uses this NN approx.

OsAmaro commented 7 months ago

Hi. I've recently tried to link RoseNNa to a fortran physics code.

I was wondering if it would be possible to add a bit more documentation on how to use this library, and also a start-to-finish examples of how to run RoseNNa stand-alone (for a simple neural-network) and how to link to an existing code.

This would allow users to more easily apply RoseNNa in their own projects.

Thank you in advance.

sbryngelson commented 7 months ago

Hi @OsAmaro -- I just added this as a tracking issue for myself or someone else. If you do not know how to link libraries, please have a look at items like:

Examples are also included in the README 🙂