Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matteopolak/stock-predict

Stock prediction with LSTM using TensorFlow and TypeScript.
https://github.com/matteopolak/stock-predict

ai artificial-intelligence cuda lstm machine-learning stock tensorflow typescript

Last synced: about 2 months ago
JSON representation

Stock prediction with LSTM using TensorFlow and TypeScript.

Awesome Lists containing this project

README

        

## Stock Prediction with TensorFlow & TypeScript

### Optional additions
* GPU for faster training (note: replace `tfjs-node` with `tfjs-node-gpu`)
* [NVIDIA Cuda](https://developer.nvidia.com/cuda-downloads) & [NVIDIA cuDNN](https://developer.nvidia.com/cudnn) (for NVIDIA graphics cards)
* [OpenCL](https://www.khronos.org/opencl/) (must build TensorFlow with [SYCL](https://www.khronos.org/sycl/) or [triSYCL](https://github.com/triSYCL/triSYCL) support)

### Closing
```shell
$ git clone https://github.com/matteopolak/stock-predict.git
```

### Installing
```shell
$ yarn install # or `npm install`
```

### Building (with TypeScript)
```shell
$ npx tsc
```

### Running
```shell
$ npm start --
```