https://github.com/colelawrence/rotate-lines
Simple utility for creating rotated observations for training a neural network.
https://github.com/colelawrence/rotate-lines
algorithm typescript
Last synced: about 1 year ago
JSON representation
Simple utility for creating rotated observations for training a neural network.
- Host: GitHub
- URL: https://github.com/colelawrence/rotate-lines
- Owner: colelawrence
- Created: 2016-11-08T22:03:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T22:13:28.000Z (over 9 years ago)
- Last Synced: 2025-02-11T22:04:26.829Z (about 1 year ago)
- Topics: algorithm, typescript
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rotate lines
============
This is a observation rotation utility (at least that is what I'm rotating).
See [`./src/main.ts`](./src/main.ts) reads the `./in.txt` file and then
rotates its lines by parts, and generates the `./out/n*.txt` and testing
`./out/n*t.txt` files when we run `npm test`.
## Development
Use `npm run test:watch` to automatically rerun the test command to check the output.