Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenmueller/memorize.ai-algorithm
https://github.com/kenmueller/memorize.ai-algorithm
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kenmueller/memorize.ai-algorithm
- Owner: kenmueller
- Created: 2020-05-12T05:57:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T16:54:14.000Z (almost 3 years ago)
- Last Synced: 2024-05-28T15:29:41.984Z (7 months ago)
- Language: TypeScript
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# memorize.ai Algorithm
> A revision to the current algorithm using TensorFlow V2
### Entry file
`src/index.ts`
### Run
```bash
tsc && node lib
```