SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

Deploy a TensorFlow trained image classification model to AWS DeepLens

转载自:https://aws.amazon.com/blogs/machine-learning/deploy-a-tensorflow-trained-image-classification-model-to-aws-deeplens/

Tatsuya Arai


发表于 2018-08-15

We are very excited to announce that you can deploy your computer vision model trained using TensorFlow (version 1.4) to AWS DeepLens. Head pose detection is part of the AWS DeepLens sample projects. In this blog post, we will show you how to train a model from scratch using a P2 training instance of Amazon SageMaker. We will use a ResNet-50 model and save the trained model in the “frozen” protobuff format. Although TensorFlow offers a variety of data formats to save a model graph (.such as checkpoint, .ckpt-XXX.meta, .ckpt_XXX.index, .ckpt_XXX.data-00000-of-00001, .pbtxt, optimized protobuff, frozen protobuff, etc.), the AWS DeepLens model optimizer supports the frozen protobuff format.

阅读全文 »

It should be ok to just publish the data.

转载自:https://andrewgelman.com/2018/08/15/ok-just-publish-data/

Andrew


发表于 2018-08-15

Gur Huberman asked for my reaction to a recent manuscript, Are CEOs Different? Characteristics of Top Managers, by Steven Kaplan and Morten Sorensen. The paper begins:

阅读全文 »

Cool tennis-tracking app

转载自:http://andrewgelman.com/2018/08/15/cool-tennis-tracking-app/

Andrew


发表于 2018-08-15

阅读全文 »

R Packages worth a look

转载自:https://advanceddataanalytics.net/2018/08/15/r-packages-worth-a-look-1244/

Michael Laux


发表于 2018-08-15

A Clean API for Lazy and Non-Standard Evaluation (nseval)Facilities to capture, inspect, manipulate, and create lazy values (promises), ‘…’ lists, and active calls.

阅读全文 »

TINT uses Amazon Comprehend to find and aggregate the best social media content for customers

转载自:https://aws.amazon.com/blogs/machine-learning/tint-uses-amazon-comprehend-to-find-and-aggregate-the-best-social-media-content-for-customers/

Binny Peh


发表于 2018-08-15

TINT is a simple, DIY platform that helps brands find, curate, and display their most effective customer-generated content from social media on marketing channels such as websites, mobile apps, and event displays. Businesses can link their Twitter, YouTube, Pinterest, Instagram, Facebook, and RSS feeds to their TINT accounts

阅读全文 »

It was the weeds that bothered him.

转载自:http://andrewgelman.com/2018/08/14/it-was-the-weeds-that-bothered-him/

Andrew


发表于 2018-08-14

Bill Jefferys points to this news article by Denise Grady. Bill noticed the following bit, “In male rats, the studies linked tumors in the heart to high exposure to radiation from the phones. But that problem did not occur in female rats, or any mice,” and asked:

阅读全文 »

Building a Linear Regression Model for Real World Problems, in R

转载自:https://dimensionless.in/building-a-linear-regression-model-for-real-world-problems-in-r/

Kartik Singh


发表于 2018-08-14

阅读全文 »

Distill Update 2018

转载自:https://distill.pub/2018/editorial-update

未知


发表于 2018-08-14

Contents

阅读全文 »

Document worth reading: “Does putting your emotions into words make you feel better? Measuring the minute-scale dynamics of emotions from online data”

转载自:https://advanceddataanalytics.net/2018/08/14/document-worth-reading-does-putting-your-emotions-into-words-make-you-feel-better-measuring-the-minute-scale-dynamics-of-emotions-from-online-data/

Michael Laux


发表于 2018-08-14

Studies of affect labeling, i.e. putting your feelings into words, indicate that it can attenuate positive and negative emotions. Here we track the evolution of individual emotions for tens of thousands of Twitter users by analyzing the emotional content of their tweets before and after they explicitly report having a strong emotion. Our results reveal how emotions and their expression evolve at the temporal resolution of one minute. While the expression of positive emotions is preceded by a short but steep increase in positive valence and followed by short decay to normal levels, negative emotions build up more slowly, followed by a sharp reversal to previous levels, matching earlier findings of the attenuating effects of affect labeling. We estimate that positive and negative emotions last approximately 1.25 and 1.5 hours from onset to evanescence. A separate analysis for male and female subjects is suggestive of possible gender-specific differences in emotional dynamics. Does putting your emotions into words make you feel better? Measuring the minute-scale dynamics of emotions from online data

阅读全文 »

data.table is Really Good at Sorting

转载自:http://www.win-vector.com/blog/2018/08/data-table-is-really-good-at-sorting/

John Mount


发表于 2018-08-14

The data.table R package is really good at sorting. Below is a comparison of it versus dplyr for a range of problem sizes.

阅读全文 »
1 … 252 253 254 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson