Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T15:36:43.000Z (over 6 years ago)
- Last Synced: 2024-08-01T00:53:11.774Z (3 months ago)
- Language: JavaScript
- Size: 834 KB
- Stars: 187
- Watchers: 17
- Forks: 88
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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:
![100](https://github.com/Thoughtscript/x_team_tensorflow_js/blob/master/images/Logic100.PNG)
Logic training with `1200` epochs:
![1200](https://github.com/Thoughtscript/x_team_tensorflow_js/blob/master/images/Logic1200.PNG)
## 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