tensorflow.js demos

Welcome to Tensorflow Demos

I created a JavaScript library called NeuroFlow as a toy project to apply my understanding of neural networks while learning. The demos here are roughly equivalent to what can be achieved much more efficiently with Tensorflow.js. :)

Tensorflow.js Demos

MNIST Autoencoder

Train an autoencoder on the MNIST dataset.



Graphing Calculator & Function Approximation

Plot a function f(x). Estimate the function using a neural network.