Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/matteopolak/stock-predict
- Owner: matteopolak
- License: mit
- Created: 2021-11-15T15:10:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T00:46:51.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T10:17:11.385Z (3 months ago)
- Topics: ai, artificial-intelligence, cuda, lstm, machine-learning, stock, tensorflow, typescript
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 --
```