Keras
What's new in TensorFlow 2.17
Google Article
公告 · 估计器
TensorFlow 2.17 中的新功能

由 TensorFlow 团队发布

What's new in TensorFlow 2.16
Google Article
公告 · 估计器
TensorFlow 2.16 中的新功能

由 TensorFlow 团队发布

TensorFlow 2.15 update: hot-fix for Linux installation issue
Google Article
公告 · 探索
TensorFlow 2.15 更新:针对 Linux 安装问题的热修复

由 TensorFlow 团队发布

What's new in TensorFlow 2.15
Google Article
公告 · 探索
TensorFlow 2.15 中的新功能

由 TensorFlow 团队发布

Simulated Spotify Listening Experiences for Reinforcement Learning with TensorFlow and TF-Agents
Google Article
AI · 文档
使用 TensorFlow 和 TF-Agents 进行强化学习的模拟 Spotify 聆听体验

由 Surya Kanoria、Joseph Cauteruccio、Federico Tomasi、Kamil Ciosek、Matteo Rinaldi 和 Zhenwen Dai - Spotify 撰写

What's new in TensorFlow 2.13 and Keras 2.13?
Google Article
Keras · TensorFlow 核心
TensorFlow 2.13 和 Keras 2.13 中的新功能

由 TensorFlow 和 Keras 团队发布

Google I/O 2023: What’s new in TensorFlow and Keras?
Google Article
Keras · Tensorflow
Google I/O 2023:TensorFlow 和 Keras 中的新功能

由 Ayush Jain、Carlos Araya 和 Mani Varadarajan 代表 TensorFlow 团队发布

AI and Machine Learning @ I/O Recap
Google Article
生成式 AI · Google AI
I/O 上的 AI 和机器学习回顾

由 Lauren Usui 和 Joe Fernandez 发布

An Introduction to Keras Preprocessing Layers
Google Article
Keras · TensorFlow 核心
Keras 预处理层的介绍

Matthew Watson,Keras 开发者发布

Hyperparameter tuning with Keras Tuner
Google Article
Keras · TensorFlow 核心
使用 Keras Tuner 进行超参数调整

由 Tom O’Malley 发布

机器学习项目的成功通常极大地取决于选择合适的超参数。随着机器学习作为一个领域的不断成熟,依靠试错来寻找这些参数的最佳值(也被称为“研究生下降”)是不可扩展的。事实上,许多当今最先进的结果,例如 EfficientNet,是通过…

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

Sara Robinson 发布

您是否曾经开始构建机器学习模型,却意识到不确定哪个模型架构将产生最佳结果?进入基于 TensorFlow 的 AdaNet 框架。使用 AdaNet,您可以将多个模型馈送到 AdaNet 的算法中,它将找到所有模型的最佳组合作为训练过程的一部分。我最近一直在玩它,并且已经 bee…

What’s coming in TensorFlow 2.0
Google Article
Keras
TensorFlow 2.0 中即将推出的功能

由 TensorFlow 团队发布

得益于一个令人难以置信且多样化的社区,TensorFlow 已发展成为 最受欢迎的最广泛采用的 机器学习平台之一。这个社区包括
研究人员(例如,用于 预测地震余震检测乳腺癌)。
开发人员(例如,构建用于 识别病害植物帮助人们减肥 的应用程序)。
公司(例如,通过 eBayD…

Standardizing on Keras: Guidance on High-level APIs in TensorFlow 2.0
Google Article
Keras · TensorFlow 核心
在 Keras 上标准化:有关 TensorFlow 2.0 中的高级 API 的指导

Sandeep GuptaJosh GordonKarmel Allison 代表 TensorFlow 团队发布

TensorFlow 正在为 2.0 版的发布 做准备。在本文中,我们想预览 TensorFlow 高级 API 的发展方向,并回答一些常见问题。

Training and Serving ML models with tf.keras
Google Article
社区 · Keras
使用 tf.keras 训练和服务机器学习模型

Stijn DecubberML6 的机器学习工程师发布。

Neural Style Transfer: Creating Art with Deep Learning using tf.keras and eager execution
Google Article
社区 · Keras
神经风格迁移:使用 tf.keras 和 Eager Execution 使用深度学习创作艺术

由 Raymond Yuan,软件工程实习生发布

在这个 教程 中,我们将学习如何使用深度学习以另一种图像的风格来合成图像(您是否曾经希望能够像毕加索或梵高一样绘画?)。这被称为 **神经风格迁移**!这是一种由 Leon A. Gatys 的论文,艺术风格的神经算法 中概述的技术,这是一篇很棒的阅读材料,您绝对应该检…

Deep Reinforcement Learning: Playing CartPole through Asynchronous Advantage Actor Critic (A3C) with tf.keras and eager execution
Google Article
Keras
深度强化学习:使用 tf.keras 和 Eager Execution 通过异步优势演员-评论家 (A3C) 玩 CartPole

Raymond Yuan,软件工程实习生发布

在本教程中,我们将学习如何训练一个能够使用深度强化学习在简单的 CartPole 游戏中获胜的模型。我们将使用 tf.keras 和 OpenAI 的健身房来训练一个使用一种称为异步优势演员-评论家 (A3C) 的技术的代理。强化学习一直受到极大的关注,但它的确切含义是什么…

Train a model in tf.keras with Colab, and run it in the browser with TensorFlow.js
Google Article
Keras · TensorFlow.js
在 Colab 中使用 tf.keras 训练模型,并在浏览器中使用 TensorFlow.js 运行它

Zaid Alyafeai 发布

Fashion-MNIST with tf.Keras
Google Article
社区 · Keras
Fashion-MNIST 与 tf.Keras

由 Margaret Maynard-Reid 发布

这是一个关于如何使用 tf.keras 对 Fashion-MNIST 数据集进行分类的教程,使用卷积神经网络 (CNN) 架构。只需几行代码,您就可以定义和训练一个能够以超过 90% 的准确率对图像进行分类的模型,即使没有太多优化。