Difference between revisions of "TensorFlow.js"
Line 30: | Line 30: | ||
Tensorflow.js is a library built on deeplearn.js to create deep learning modules directly on the browser. Using that you can create CNNs, RNNs , etc … on the browser and train these modules using the client’s GPU processing power. | Tensorflow.js is a library built on deeplearn.js to create deep learning modules directly on the browser. Using that you can create CNNs, RNNs , etc … on the browser and train these modules using the client’s GPU processing power. | ||
+ | <youtube>Nc8kZABv-KE</youtube> | ||
+ | <youtube>9KqNk5keyCc</youtube> | ||
+ | <youtube>HT1_BHA3ecY</youtube> | ||
+ | <youtube>5Uw1iSwvHH8</youtube> | ||
+ | <youtube>pbCExciEbrc</youtube> | ||
+ | <youtube>sLtXkU4QjxI</youtube> | ||
<youtube>EoYfa6mYOG4</youtube> | <youtube>EoYfa6mYOG4</youtube> | ||
<youtube>0nYmKKxGUBo</youtube> | <youtube>0nYmKKxGUBo</youtube> | ||
− | |||
− | |||
<youtube>XdErOpUzupY</youtube> | <youtube>XdErOpUzupY</youtube> | ||
<youtube>OmofOvMApTU</youtube> | <youtube>OmofOvMApTU</youtube> | ||
Line 39: | Line 43: | ||
<youtube>YB-kfeNIPCE</youtube> | <youtube>YB-kfeNIPCE</youtube> | ||
<youtube>656l4IfhM10</youtube> | <youtube>656l4IfhM10</youtube> | ||
− | + | ||
− | |||
<youtube>M4YsClyTMzg</youtube> | <youtube>M4YsClyTMzg</youtube> | ||
<youtube>QJQTIp5McV8</youtube> | <youtube>QJQTIp5McV8</youtube> | ||
+ | <youtube>f8ed_xAjkOg</youtube> | ||
== Deep Learning on a Smartphone Browser: Object Detection Using Tensorflow.js == | == Deep Learning on a Smartphone Browser: Object Detection Using Tensorflow.js == |
Revision as of 07:06, 1 April 2019
Youtube search... Google search...
- TensorFlow.js | TensorFlow.org
- Javascript
- TensorFlow
- Keras
- TensorFlow Playground written in Javascript (TypeScript) using d3.js
- We’re making tools and resources available so that anyone can use technology to solve problems | Google AI
- Signing With Alexa: A DIY Experiment in AI Accessibility
- Friendly Machine Learning For The Web - A wrapper around TensorFlow.js | ml5js.org
- Tensorflow.js Tutorial and Tensorflow.js online example
- face-api.js — JavaScript API for Face Recognition in the Browser with tensorflow.js | Vincent Mühler
- A Gentle Introduction to TensorFlow.js | Zaid Alyafeai
A sampling of available Machine Learning libaries with TensorFlow.js:
Tensorflow.js is a library built on deeplearn.js to create deep learning modules directly on the browser. Using that you can create CNNs, RNNs , etc … on the browser and train these modules using the client’s GPU processing power.
Contents
Deep Learning on a Smartphone Browser: Object Detection Using Tensorflow.js
Daniel Shiffman's Series
Color Classifier
P5.js