neural_networkΒΆ
pymor-demo neural_network [ARGS]
Approximates a function with 2d output from training data using a neural network.
Parameters:
TRAINING-POINTS-SAMPLING, --training-points-samplingMethod for sampling the training points. [Choices:
random,uniform, Default:random]NUM-TRAINING-POINTS, --num-training-pointsNumber of training points in the neural network training. [Default:
40]GRID-SEARCH-PARAMETER-OPTIMIZATION, --grid-search-parameter-optimization, --no-grid-search-parameter-optimizationPerform a grid search in order to optimize the hyperparameters of the neural network and the optimization during training. [Default:
False]NUM-POINTS-PLOTTING, --num-points-plottingNumber of points used for plotting of the approximation result. [Default:
200]