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

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.

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.