Added November 2020
The file neural-networks-odes.pdf is a draft of a supplemental Chapter 27 on neural networks for solving ODEs. It is pretty complete but it has no citations to the literature. The following two references should get you started:
You will need the following files to produce graphical output out of this chapter's Project Neural Nets – ODEs:
plot-with-maple.c plot-with-matlab.c
Gengetop
Our neural network solver takes a large number of command-line options. These are managed through the freely available GNU Gengetopt untility. The supplementary chapter gengetop.pdf provides a crash tutorial on gengetopt.
| Programming Projects in C |
|