Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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