https://github.com/tallylab/correlator-pattern-matching
https://github.com/tallylab/correlator-pattern-matching
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tallylab/correlator-pattern-matching
- Owner: tallylab
- Created: 2021-07-30T19:26:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T20:24:22.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T09:42:32.615Z (4 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Correlator Pattern Matching
A collection of tools to generate training data and train neural networks to analyze tally data in tallylab.
## Usage
To generate and label data open `index.html` in the web browser of your choice. Generating over 25,000 tallies may prevent the download feature from working.The format of the download is:
```json
[
{
label: "uniform"|"linear"|"weekends"|"sinusoidal",
tally: [Tally*]
}*
]
```
Where `Tally` has all the fields of a Tallylab Tally object.