Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.21 KB

File metadata and controls

35 lines (23 loc) · 1.21 KB

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:

100

Logic training with 1200 epochs:

1200

Installation and Set Up

Setup instructions:

    $ npm install
    $ npm run start

Views:

    http://localhost:7777/logic
    http://localhost:7777/aapl

Credits

  1. TensorFlow's Official CNN Article!
  2. Firdaouss Doukkali's great introductory article!
  3. Special thanks to Zaid Alyafeai for several crystal-clear code samples!
  4. X-team. I've merely created a wrapper to get people started