Skip to content

Commit

Permalink
feat(talk): add tensorflow talk
Browse files Browse the repository at this point in the history
  • Loading branch information
dbitter@anwb.nl committed May 1, 2024
1 parent 6af4a59 commit 984b39a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.

This file was deleted.

@@ -0,0 +1,6 @@
---
title: On-the-Fly Machine Learning in the Browser with TensorFlow.js
summary: TensorFlow.js makes machine learning incredibly accessible by bringing it to the browser. Front-end developers can use this to create amazing applications. In this talk, we’ll take a look at TensorFlow.js in combination with MobileNet, a lightweight deep neural network computer vision model perfect for the “low-powered” devices browsers often run on, bringing machine learning capabilities to everybody. We’ll not just have a look at how you can make this work, but will even train the dataset on the fly using transfer learning.
tags: ['frontend', 'machine learning', 'TensorFlow.js']
authors: ['dave-bitter']
---

0 comments on commit 984b39a

Please sign in to comment.