Visualizing TensorFlow training jobs with TensorBoard

By Dustin Ward

Amazon Web Services FeedVisualizing TensorFlow training jobs with TensorBoard TensorBoard is an open-source toolkit for TensorFlow users that allows you to visualize a wide range of useful information about your model, from model graphs; to loss, accuracy, or custom metrics; to embedding projections, images, and histograms of weights and biases. This post demonstrates how to…

Enhanced monitoring and automatic scaling for Apache Flink

By Dustin Ward

Amazon Web Services FeedEnhanced monitoring and automatic scaling for Apache Flink Thousands of developers use Apache Flink to build streaming applications to transform and analyze data in real time. Apache Flink is an open-source framework and engine for processing data streams. It’s highly available and scalable, delivering high throughput and low latency for the most…