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.
- Host: GitHub
- URL: https://github.com/curiousily/simple-neural-network-with-tensorflow-js
- Owner: curiousily
- Created: 2019-07-15T11:14:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T11:55:20.000Z (over 5 years ago)
- Last Synced: 2025-04-04T10:11:46.098Z (2 months ago)
- Topics: artificial-intelligence, data-science, deep-learning, javascript, machine-learning, neural-networks, tensorflow
- Language: JavaScript
- Homepage: https://www.curiousily.com/posts/build-a-simple-neural-network-with-tensorflow-js/
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)