Skip to content

Project to test the approximation of an unknown function with a neural network.

Notifications You must be signed in to change notification settings

prinz7/NNApproximator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions Status

NNApproximator

Project to test the approximation of an unknown function with a neural network.

Build requirements:

To get the needed library files, run getLibTorch.sh in the libs/ folder:

./libs/getLibTorch.sh

Build project manually in terminal:

In the cloned folder create a folder named 'build' and enter it:

mkdir build
cd build

Call CMake to create the make files. You need at least CMake version 3.13 for this to work:

cmake ..

After that you can build the program with e.g. 4 threads:

make -j4

About

Project to test the approximation of an unknown function with a neural network.

Topics

Resources

Stars

Watchers

Forks