Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dataTransforms: Add function to scale data #9

Open
lizzthabet opened this issue Jun 25, 2018 · 1 comment
Open

dataTransforms: Add function to scale data #9

lizzthabet opened this issue Jun 25, 2018 · 1 comment
Labels
backlog enhancement New feature or request

Comments

@lizzthabet
Copy link
Collaborator

The function will take raw, filtered data points and scale them to the same size canvas. This means that the strokes of a large circle and a small circle, if they have the same proportions, will map to the same space on the scaled canvas. This function will help make our data more legible to the machine.

@lizzthabet lizzthabet added this to the Code Review I milestone Jun 25, 2018
@lizzthabet lizzthabet removed this from the Code Review I milestone Jun 27, 2018
@lizzthabet lizzthabet added enhancement New feature or request backlog and removed functionality good first issue Good for newcomers labels Jun 27, 2018
@lizzthabet lizzthabet removed the to do label Jun 27, 2018
@cofuente
Copy link
Contributor

cofuente commented Jul 1, 2018

Possibly using Scalar from TensorFlow.js with zero mean and one unit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants