https://github.com/dotnetdreamer/dev_to_lstm
https://github.com/dotnetdreamer/dev_to_lstm
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dotnetdreamer/dev_to_lstm
- Owner: dotnetdreamer
- Created: 2020-05-12T09:01:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:31:35.000Z (over 2 years ago)
- Last Synced: 2023-11-05T04:02:59.335Z (over 1 year ago)
- Language: TypeScript
- Size: 2.59 MB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
A demo application which demonstrates using LSTM network in JavaScript. You can find more about this [here]().
## Installation
```bash
$ npm install
```## Running the app
```bash
# watch mode
$ npm run start:dev# browse
Open browser and type (usually) http://localhost:3000## Usage