SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

Attention and Augmented Recurrent Neural Networks

转载自:http://distill.pub/2016/augmented-rnns

未知


发表于 2016-09-08

Recurrent neural networks are one of the staples of deep learning, allowing neural networks to work with sequences of data like text, audio and video. They can be used to boil a sequence down into a high-level understanding, to annotate sequences, and even to generate new sequences from scratch!

阅读全文 »

Wire Gauges

转载自:http://datagenetics.com/blog/september12016/index.html

未知


发表于 2016-09-07

Back when I was a kid in England, I used to dabble with electronics. I’d solder little projects together and wire them up with cables of various thicknesses. The diameters of the hook-up wires I’d use (and the diameter of the solder wire) were measured in units called SWG (Standard Wire Gauge). |Back when I was a kid in England, I used to dabble with electronics. I’d solder little projects together and wire them up with cables of various thicknesses. The diameters of the hook-up wires I’d use (and the diameter of the solder wire) were measured in units called SWG (Standard Wire Gauge).In what was perverse logic to a child; thin wires were given large SWG numbers, and thicker wires were given smaller SWG numbers.You might have noticed that drill sizes also seem to follow this same inverted standard: Large numbers for small diameter drills, and small numbers for large diameter drills.|

阅读全文 »

A Survival Guide to a PhD

转载自:http://karpathy.github.io/2016/09/07/phd/

未知


发表于 2016-09-07

This guide is patterned after my “Doing well in your courses”, a post I wrote a long time ago on some of the tips/tricks I’ve developed during my undergrad. I’ve received nice comments about that guide, so in the same spirit, now that my PhD has come to an end I wanted to compile a similar retrospective document in hopes that it might be helpful to some. Unlike the undergraduate guide, this one was much more difficult to write because there is significantly more variation in how one can traverse the PhD experience. Therefore, many things are likely contentious and a good fraction will be specific to what I’m familiar with (Computer Science / Machine Learning / Computer Vision research). But disclaimers are boring, lets get to it!

阅读全文 »

Approaching fairness in machine learning

转载自:http://blog.mrtz.org/2016/09/06/approaching-fairness.html

未知


发表于 2016-09-06

As machine learning increasingly affects domains protected by anti-discrimination law, there is much interest in the problem of algorithmically measuring and ensuring fairness in machine learning. Across academia and industry, experts are finally embracing this important research direction that has long been marred by sensationalist clickbait overshadowing scientific efforts.

阅读全文 »

The Probability Monad and Why it's Important for Data Science

转载自:https://www.chrisstucchio.com/blog/2016/probability_the_monad.html?utm_medium=rss&utm_source=rss&utm_campaign=rss

Chris Stucchio


发表于 2016-09-05

Very often one builds a statistical model in pieces. For example, imagine one has a binary event which may or may not occur - to work with my thematic example, a visitor arrives on a webpage and he may or may not convert. A reasonable question to ask is “if I have 100 visitors, how many of them can I expect to convert?” Assume now that I know the conversion rate lmbda; in this case the maximum likelihood point estimate for the number of conversions is 100*lmbda and the probability distribution of possible events that could occur is binom(100, lmbda) (i.e. a binomial distribution). But what happens if lmbda is not known, but instead a random variable?

阅读全文 »

Republican-leaning states tend to have more traffic deaths

转载自:http://www.randalolson.com/2016/09/03/republican-leaning-states-tend-to-have-more-traffic-deaths/

Randy Olson


发表于 2016-09-04

Back in 2014, the U.S. Department of Transportation released a report on the (normalized) number of traffic deaths in each U.S. state. As I looked through the list, I noticed an odd correlation between the political leanings of a state and its traffic fatalities.

阅读全文 »

Python 2.7 still reigns supreme in pip installs

转载自:http://www.randalolson.com/2016/09/03/python-2-7-still-reigns-supreme-in-pip-installs/

Randy Olson


发表于 2016-09-03

The Python 2 vs. Python 3 divide has long been a thorn in the Python community’s side. On one hand, Python package developers face the challenge of supporting two incompatible versions of Python, which is time that could be better spent improving the package. On the other hand, many Python users are reluctant to upgrade from Python 2 to 3 because of the time commitment such an upgrade entails. The Python Software Foundation’s official stance on the matter is:

阅读全文 »

Analyzing The Papers Behind Facebook's Computer Vision Approach

转载自:https://adeshpande3.github.io/Analyzing-the-Papers-Behind-Facebook's-Computer-Vision-Approach/

未知


发表于 2016-09-01

阅读全文 »

Building Spring Cloud Microservices That Strangle Legacy Systems

转载自:http://www.kennybastani.com/2016/08/strangling-legacy-microservices-spring-cloud.html

noreply@blogger.com (Kenny Bastani)


发表于 2016-08-30

Profile Service

阅读全文 »

Towards optimal personalization: synthesisizing machine learning and operations research

转载自:http://blog.ethanrosenthal.com/2016/08/30/towards-optimal-personalization/

Ethan Rosenthal


发表于 2016-08-30

Tricks of the optimization trade¶

阅读全文 »
1 … 355 356 357 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson