Skip to content

Improvements thanks to #1 feedback #2

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

Merged
merged 1 commit into from
May 11, 2018
Merged

Improvements thanks to #1 feedback #2

merged 1 commit into from
May 11, 2018

Conversation

shiffman
Copy link
Owner

Some updates thanks to feedback from @nsthorat. I think if we are to create generic NeuralNetwork or Classifier classes in ml5, a lot of the work will inevitably involve data helper classes so that the end user can work with vanilla arrays and the tensors are all created and managed internally by ml5.

I have a somewhat clear picture in my head of what a Classifier class might look like. . .with an ImageClassifier subclass with convolutional layers. In this XOR example I'm calling the class NeuralNetwork but not sure I love this as a name. Perhaps XOR is not useful as an example for ml5 so this is moot. Maybe we have a Classifier and . . Predictor (for regression?). Hmmm.

Updating this in preparation of YouTube tutorial. Changes thanks to
feedback from @nsthorat. I think if we are to create generic
`NeuralNetwork` or `Classifier` classes in ml5, a lot of the work
will inevitably involve data helper classes so that the end user
can work with vanilla arrays and tensors are all created and managed
internally by ml5.
@shiffman shiffman merged commit 6d7bf28 into master May 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant