Skip to content

sinclairzx81/neuron-function-approximation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neuron: function approximation

An experiment using neural networks to approximate pure functions demo

overview

This project is a experiment to approximate pure functions using neural networks. The project provides a small interactive scripting interface allowing end users to script single parameter functions x' = f(x) and a secondary scripting interface for tweaking the network parameters. The function f(x) output is clamped between a -1 and 1 range with the network activation set to tanh end to end.

The goal of this project is to test how well neuron can approximate the given function f(x) by observing its input and output where input x is also between a -1 to 1 range.

building the project

clone this repository and run the following. This will start a small http server on port 5000.

npm install
npm start

About

An experiment using neural networks to approximate pure functions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published