Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Function-approximator-with-pytorch

Given any function, the network learns to classify, which points are below the graph of the function and which are above. The implementation is done in PyTorch. As an example consider the function

f(x) = sin(10x)

Then we can sample training data like this. Training data

After we verfy our results using different test data for validation. Test data

About

Given any function, the network learns to classify, which points are below the graph of the function and which are above. Implemented in PyTorch

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages