https://github.com/llSourcell/Financial_Forecasting_with_TensorflowJS
This is the code for "Financial Forecasting with Tensorflow.js" By Siraj Raval on Youtube
https://github.com/llSourcell/Financial_Forecasting_with_TensorflowJS
Last synced: about 1 year ago
JSON representation
This is the code for "Financial Forecasting with Tensorflow.js" By Siraj Raval on Youtube
- Host: GitHub
- URL: https://github.com/llSourcell/Financial_Forecasting_with_TensorflowJS
- Owner: llSourcell
- Created: 2018-07-13T15:30:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T15:36:43.000Z (almost 8 years ago)
- Last Synced: 2024-10-28T05:11:58.268Z (over 1 year ago)
- Language: JavaScript
- Size: 834 KB
- Stars: 187
- Watchers: 17
- Forks: 84
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-projects - Financial_Forecasting_with_TensorflowJS - This is the code for "Financial Forecasting with Tensorflow.js" By Siraj Raval on Youtube ⭐186 `JavaScript` (📦 Legacy & Inactive Projects)
README
# x_Financial Forecasting using Tensorflow.js
## Overview
This is the code for [this](https://www.youtube.com/watch?v=5Uw1iSwvHH8) 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:
```bash
$ 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](https://github.com/Thoughtscript/x_team_tensorflow_js). I've merely created a wrapper to get people started