This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 450
[Universal sentence encoder] Adds example for Universal Sentence Encoder #262
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* adds object detector example * updates object detector * updates cocossd example * adds yolo examples
* Add vanilla js examples for object detector * Update object detector examples to new API * Update object detector p5 examples to new API
* Add vanilla js examples for object detector * Update object detector examples to new API * Update object detector p5 examples to new API * Update examples
β¦#256) * nn refactor examples * use predict interface * updates examples * updates example using loading data * uses convertRawToTensors() * adds normalization * changes to summarizeData * moves data handling to index * encapsulates functions * updates predict function * uses classify() * adds updates to examples * adds updated structure * shows latest use of defaults * adds updates to regression * updates add data handling * updates classification example * updates examples to showcase simplicity * updates classificaiton example * adds titanic example rough draft * updates titanic example * adds mnist training example from tfjs * adds convnn example with images * updates example * updates examples * adds example of loading model and meta * updates load example * changes over to nn class * adds custom layer example * add updates for new neural network * updates co2net * updates example for load_saved_data * updates exaples * adds regression to task in musical face * adds modelUrl to constructor options * specifies task * adds multilayer example - broken * adds example of conv neural net with custom layers * adds example api * moves files to nn folder * TESTING: ignore * adds up to training * showcases poc * updates sketches to match current api * adds inputs as arr * reverts back to input number * adds debug * updates examples * adds updates to image classificaiton example * adds video cnn example // todo refine * adds correct input format for image * adds forloops to imageClassifier_color * updates Letter example * adds updates via shiffman comments
@joeyklee is this a PR you'd be interested in merging here, or would you prefer to open this PR on ml5-library after the merge of the libraries? |
Hi @bomanimc! For simplicity, let's do it this way:
|
@joeyklee you already know this of course, but adding a note here just in case someone comes across this in the future! We're archiving this repository and moving its contents into the core ml5-library repository (more context on issue #809 and pull request #831). We appreciate your contributions and would love it if you'd consider reopening this pull request on the ml5-library repo! Thanks! |
Thank you! Will make a new PR in the ml5-library! π |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dear ml5 community,
I'm making a Pull Request(PR). Please see the details below.
A good PR π
β Step 1: Which branch are you submitting to? π²
β Step 2: Describe your Pull Request π