TensorFlow Hub
CircularNet: Reducing waste with Machine Learning
Google Article
TensorFlow Hub
CircularNet:利用机器学习减少浪费

发布者:Sujit Sanjeev,产品经理,Robert Little,可持续发展计划经理,Umair Sabir,机器学习工程师

Optical character recognition with TensorFlow Lite: A new example app
Google Article
TensorFlow Hub · TensorFlow Lite
使用 TensorFlow Lite 进行光学字符识别:一个新的示例应用程序

发布者:Wei Wei,TensorFlow 开发倡导者

TensorFlow Hub’s Experience with Google Summer of Code 2021
Google Article
社区 · TensorFlow Hub
TensorFlow Hub 的 Google Summer of Code 2021 体验

发布者:Sayak Paul(Carted 的 MLE,以及 GDE)和 Morgan Roff(Google)

Easy Machine Learning for On-Device Audio
Google Article
TensorFlow 核心 · TensorFlow Hub
设备上音频的简单机器学习

发布者:Luiz GUStavo Martins,开发者倡导者

Transfer Learning for Audio Data with YAMNet
Google Article
TensorFlow 核心 · TensorFlow Hub
使用 YAMNet 进行音频数据的迁移学习

发布者:Luiz GUStavo Martins,开发者倡导者

How to generate super resolution images using TensorFlow Lite on Android
Google Article
TensorFlow Hub · TensorFlow Lite
如何在 Android 上使用 TensorFlow Lite 生成超分辨率图像

发布者:Wei Wei,TensorFlow 开发倡导者

Making BERT Easier with Preprocessing Models From TensorFlow Hub
Google Article
BERT · TensorFlow 核心
使用来自 TensorFlow Hub 的预处理模型简化 BERT

发布者:Arno Eigenwillig,软件工程师和 Luiz GUStavo Martins,开发者倡导者

From singing to musical scores: Estimating pitch with SPICE and Tensorflow Hub
Google Article
TensorFlow 核心 · TensorFlow Hub
从唱歌到乐谱:使用 SPICE 和 Tensorflow Hub 估计音高

发布者:Luiz Gustavo Martins,Beat Gfeller 和 Christian Frank

音高是乐音的属性(与持续时间、强度和音色一起),它使你能够将音符描述为“高”或“低”。音高由频率量化,以赫兹 (Hz) 为单位,1 Hz 相当于每秒一个周期。频率越高,音符就越高。

BigTransfer (BiT): State-of-the-art transfer learning for computer vision
Google Article
TensorFlow 核心 · TensorFlow Hub
BigTransfer (BiT):计算机视觉的最新迁移学习技术

发布者:Jessica YungJoan Puigcerver

在本文中,我们将引导你使用 BigTransfer (BiT),这是一组预训练的图像模型,可以迁移到新数据集以获得出色的性能,即使每个类别只有几个示例。

An Introduction to the New and Improved TensorFlow Hub
Google Article
TensorFlow 核心 · TensorFlow Hub
新版改进的 TensorFlow Hub 简介

作者:Jordan Grimstad
自从我们 介绍 TensorFlow Hub(一个由 Google 和 DeepMind 发布的开源可重用预训练模型库)已经一年半了。从那时起,我们发布了数百个模型——有些是通用的,可以微调到特定任务,而另一些则更专门——以帮助你在即使数据量很少的情况下也能获得更快、更智能的 ML 应用程序…

Combining multiple TensorFlow Hub modules into one ensemble network with AdaNet
Google Article
Keras · TensorFlow Hub
将多个 TensorFlow Hub 模块组合成一个集成网络,使用 AdaNet

发布者:Sara Robinson

你是否曾经开始构建一个 ML 模型,却发现你不确定哪个模型架构能产生最佳结果?使用基于 TensorFlow 的 AdaNet 框架。使用 AdaNet,你可以将多个模型馈送到 AdaNet 的算法中,它将在训练过程中找到所有模型的最佳组合。我最近一直在玩它,并且已经…

Building a text classification model with TensorFlow Hub and Estimators
Google Article
社区 · TensorFlow Hub
使用 TensorFlow Hub 和 Estimators 构建文本分类模型

发布者:Sara Robinson,开发者倡导者

我们经常看到迁移学习应用于计算机视觉模型,但对于文本分类呢?使用 TensorFlow Hub,一个使用迁移学习增强你的 TF 模型的库。迁移学习是使用已在大量数据上训练的预先存在的模型的权重和变量,并利用这些权重和变量来…

Introducing TensorFlow Hub: A Library for Reusable Machine Learning Modules in TensorFlow
Google Article
TensorFlow 核心 · TensorFlow Hub
介绍 TensorFlow Hub:一个用于 TensorFlow 中可重用机器学习模块的库

发布者:Josh Gordon,TensorFlow 开发倡导者

在软件开发中,有一件事是如此基本,以至于很容易被忽视,那就是共享代码库的想法。作为程序员,库立即让我们更有效率。从某种意义上说,它们改变了编程的解决问题的过程。使用库时,我们经常从构建块的角度思考编程…