Tensorflow-js
TensorFlow.js is an open source software library to develop machine learning models in JavaScript, and use machine learning (training and inference) directly in the browser or Node.js.
This list is a collection of the best TensorFlow.js tools, resources, videos and shiny things.
Contents
- Learn
- Documentation
- Tutorials
- Models/Projects
- Papers
- Videos
- Books
- Blog & Posts
- Libraries
- Online Community
📖 Learn
📃 Documentation
📝 Tutorials
- TensorFlow.js gallery - A collection of TensorFlow.js projects, tutorials, videos, and more.
- Machine Learning Crash Course - Google's fast-paced, practical introduction to machine learning.
- Google Codelabs - Google Developers Codelabs provide a guided, tutorial, hands-on coding experience.
- Beginning ML with TensorFlow.js - Full online course for web devs to get into TF.js.
- Effective TensorFlow.js - TensorFlow.js tutorials and best practices.
🤖 Models/Projects
- Official tfjs models on TensorFlow.js repo - Pretrained models for TensorFlow.js.
- Official tfjs models on TensorFlow.js website - Explore pre-trained TensorFlow.js models that can be used in any project out of the box.
- @tensorflow-models on NPM - Various pretrained models for TensorFlow.js on NPM.
- Official tfjs examples repo - Examples built with TensorFlow.js!
- Official tfjs demo website - See examples and live demos built with TensorFlow.js!
📎 Papers
- TensorFlow.js: Machine Learning for the Web and Beyond - This paper describes the design, API, and implementation of TensorFlow.js, and highlights some of the impactful use cases.
- JSDoop and TensorFlow.js: Volunteer Distributed Web Browser-Based Neural Network Training - The experimental results show that training a neural network in distributed web browsers is feasible and accurate, has a high scalability, and it is an interesting area for research.
🎥 Videos
- Official TensorFlow.js video series - The YouTube content focuses on TensorFlow ecosystem updates.
- TensorFlow.js: ML for the web and beyond - TensorFlow Dev Summit 2020.
- Rock Paper Scissors! - Train Rock Paper Scissors on your machine and watch the results with your webcam!
- Color Blind Tensors - Manipulate image tensors to perceive color blindness, live coding.
📚 Books
-
Deep Learning with JavaScript - Learn to use TensorFlow.js to build deep learning models that run directly in the browser, master all the basics of deep learning and explore advanced concepts, like retraining existing models for transfer learning and image generation by Shanqing Cai, Stanley Bileschi, Eric D. Nielsen and Francois Chollet.
-
Hands-On Machine Learning with TensorFlow.js - A guide to building ML applications integrated with web technology using the TensorFlow.js library by Kai Sasaki.
-
Learning Tensorflow.js: Powerful Machine Learning in JavaScript - In this guide, author Gant Laborde provides a hands-on, end-to-end approach to TensorFlow.js fundamentals for a broad technical audience that includes data scientists, engineers, web developers, students, and researchers.
-
Practical TensorFlow.js - Deep Learning in Web App Development by Juan De Dios Santos Rivera.
-
Practical Machine Learning in JavaScript - TensorFlow.js for Web Developers by Charlie Gerard.
📰 Blog & Posts
- Official TensorFlow.js blog - Covers building models in JavaScript and using them in the browser or in Node.js.