An open API service indexing awesome lists of open source software.

https://github.com/curiousily/simple-neural-network-with-tensorflow-js

Build a simple Neural Network model in TensorFlow.js to make a laptop buying decision. Learn why Neural Networks need activation functions and how should you initialize their weights.
https://github.com/curiousily/simple-neural-network-with-tensorflow-js

artificial-intelligence data-science deep-learning javascript machine-learning neural-networks tensorflow

Last synced: about 1 month ago
JSON representation

Build a simple Neural Network model in TensorFlow.js to make a laptop buying decision. Learn why Neural Networks need activation functions and how should you initialize their weights.

Awesome Lists containing this project

README

        

# Build a simple Neural Network with TensorFlow.js

Complete walkthrough can be found on https://www.curiousily.com/posts/build-a-simple-neural-network-with-tensorflow-js/

Run the code on [CodeSandbox](https://codesandbox.io/s/simple-neural-network-with-tensorflow-js-7k0jr?fontsize=14)