Skip to content

pollinico/Neural_network_pyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Neural network defined and trained with pyTorch.
Function approximated:

def myFun(x1, x2):
    f = x1 * np.exp(-x1**2-x2**2)
    return f

About

Neural network in pyTorch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published