Skip to content

The program takes a function with it’s parameters as input, then computes both the result and the derivative of the given function using backpropagation.

Notifications You must be signed in to change notification settings

SKutayKilic/Automatic-Differentiation

Repository files navigation

How to compile

In a terminal, call commands:

>cmake CMakeLists.txt

>make

OR

>cmake CMakeLists.txt && make

Make sure the executable is produced.

Then you can run the project with the command:

>./project4 functionFile valueFile outputFile derivativeFile

About

The program takes a function with it’s parameters as input, then computes both the result and the derivative of the given function using backpropagation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published