stephonye / Financial_Forecasting_with_TensorflowJS

This is the code for "Financial Forecasting with Tensorflow.js" By Siraj Raval on Youtube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is the code for "Financial Forecasting with Tensorflow.js" By Siraj Raval on Youtube


Languages

Language:JavaScript 75.6%Language:HTML 16.1%Language:CSS 8.4%