x_Financial Forecasting using Tensorflow.js
This is the code for "Financial Forecasting with Tensorflow.js" By Siraj Raval on Youtube
README
x_Financial Forecasting using Tensorflow.js
Overview
This is the code for this video on Youtube by Siraj Raval about Financial Forecasting using Tensorflow.js .
Logic training with 100 epochs:
Logic training with 1200 epochs:
Installation and Set Up
Setup instructions:
$ npm install
$ npm run start
Views:
http://localhost:7777/logic
http://localhost:7777/aapl
Credits
- TensorFlow's Official <a href="https://www.tensorflow.org/tutorials/deep_cnn">CNN</a> Article!
- Firdaouss Doukkali's great introductory <a href="https://medium.com/@phidaouss/convolutional-neural-networks-cnn-or-convnets-d7c688b0a207">article</a>!
- Special thanks to <a href="https://medium.com/tensorflow/a-gentle-introduction-to-tensorflow-js-dba2e5257702">Zaid Alyafeai</a> for several crystal-clear code samples!
- X-team. I've merely created a wrapper to get people started
