You can use TensorFlow.js (includes full Keras API in JavaScript) to build advanced computer vision apps with client-side inference (and even training). Check out this example:https://medium.com/tensorflow/a-look-at-how-we-built-the-emoji-scavenger-hunt-using-tensorflow-js-3d760a7ebfe6?linkId=58001921 …
-
-
It’s also worth noting that the emoji scavenger hunt demo uses the pre-softmax logits as the input to the second model, which tends to work quite well. It’s also the activation used in teachable machine with KNN
-
A large benefit of using that activation is that we can use a much smaller second model, reducing overall inference time. This is especially important when running on a phone.
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.