Difference between revisions of "TensorFlow.js"

From
Jump to: navigation, search
m
m
Line 22: Line 22:
 
* [http://www.techleer.com/articles/553-an-introduction-to-tensorflowjs-with-nick-kreeger/ An Introduction to TensorFlow.js with Nick Kreeger]  
 
* [http://www.techleer.com/articles/553-an-introduction-to-tensorflowjs-with-nick-kreeger/ An Introduction to TensorFlow.js with Nick Kreeger]  
 
* [[TensorFlow Playground]] written in [[Javascript]] (TypeScript) using [[Javascript#D3.js|D3.js]]
 
* [[TensorFlow Playground]] written in [[Javascript]] (TypeScript) using [[Javascript#D3.js|D3.js]]
* [[Natural Language Tools & Services]]
+
* [[Large Language Model (LLM)]] ... [[Natural Language Processing (NLP)]]  ...[[Natural Language Generation (NLG)|Generation]] ... [[Natural Language Classification (NLC)|Classification]] ...  [[Natural Language Processing (NLP)#Natural Language Understanding (NLU)|Understanding]] ... [[Language Translation|Translation]] ... [[Natural Language Tools & Services|Tools & Services]]
 
* [http://ai.google/tools/ We’re making tools and resources available so that anyone can use technology to solve problems | Google AI]
 
* [http://ai.google/tools/ We’re making tools and resources available so that anyone can use technology to solve problems | Google AI]
 
* [http://medium.com/syncedreview/signing-with-alexa-a-diy-experiment-in-ai-accessibility-57e4407af539 Signing With Alexa: A DIY Experiment in AI Accessibility]
 
* [http://medium.com/syncedreview/signing-with-alexa-a-diy-experiment-in-ai-accessibility-57e4407af539 Signing With Alexa: A DIY Experiment in AI Accessibility]

Revision as of 14:15, 28 April 2023

Youtube search... Google search...

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.


Deep Learning on a Smartphone Browser: Object Detection Using Tensorflow.js

Coding TensorFlow

Daniel Shiffman's Series

Youtube search...

Color Classifier



p5.js

Youtube search...

a JavaScript library for creative coding, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! p5.js is free and open-source because we believe software, and the tools to learn it, should be accessible to everyone. Using the metaphor of a sketch, p5.js has a full set of drawing functionality. However, you’re not limited to your drawing canvas. You can think of your whole browser page as your sketch, including HTML5 objects for text, input, video, webcam, and sound.