Skip to content

pranoy-panda/function-mapping-neural-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Function mapping using a neural network with a single hidden layer

This repository contains code for my experimentation with the expressivity of neural networks with a single hidden layer.

Note: To make the input data more realistic I have added Gaussian noise with mean=0 and standard deviation of 0.1

Requirement

  • Python 2.7+ or 3.5+.
  • Tensorflow and its requirements. I use the pip tensorflow-gpu==1.6.0
  • NumPy. The pip should work.
  • Matplotlib. The pip should work.

Usage

python neural_net_funcmappimg.py func_name

func_name can be sine,cube,square

License

MIT

About

Using neural networks to map complex functions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages