SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

The Information Barons Threaten our Autonomy and Our Privacy

转载自:http://inverseprobability.com/2015/11/16/information-barons-threaten-autonomy-and-privacy-online

未知


发表于 2015-11-16

Today an Op-ed I wrote has been published in the Guardian Media & Tech Network.

阅读全文 »

An Even Dozen – Denoising Dirty Documents: Part 12

转载自:https://colinpriest.com/2015/11/15/an-even-dozen-denoising-dirty-documents-part-12/

Colin Priest


发表于 2015-11-15

Over the past 11 blogs in this series, I have discussed how to build machine learning models for Kaggle’s Denoising Dirty Documents competition.

阅读全文 »

Anyone Can Learn To Code an LSTM-RNN in Python (Part 1: RNN)

转载自:https://iamtrask.github.io/2015/11/15/anyone-can-code-lstm/

未知


发表于 2015-11-15

This is straightforward. Certain types of input create certain types of hidden layers. Certain types of hidden layers create certain types of output layers. It’s kindof a closed system. Memory changes this. Memory means that the hidden layer is a combination of your input data at the current timestep and the hidden layer of the previous timestep.

阅读全文 »

Emotional contagion in Twitter!

转载自:http://www.emilio.ferrara.name/2015/11/14/emotional-contagion-in-twitter/

admin


发表于 2015-11-14

E Ferrara, Z Yang. Measuring Emotional Contagion in Social Media. PLoS ONE, 2015

阅读全文 »

James Bond movies

转载自:http://opiateforthemass.es/articles/james-bond-film-ratings/

Christoph Safferling


发表于 2015-11-14

James Bond: Do you expect me to talk?Auric Goldfinger: No, Mr. Bond, I expect you to die!

阅读全文 »

Short Story on AI: A Cognitive Discontinuity.

转载自:http://karpathy.github.io/2015/11/14/ai/

未知


发表于 2015-11-14

The idea of writing a collection of short stories has been on my mind for a while. This post is my first ever half-serious attempt at a story, and what better way to kick things off than with a story on AI and what that might look like if you extrapolate our current technology and make the (sensible) assumption that we might achieve much more progress with scaling up supervised learning than any other more exotic approach.

阅读全文 »

History of Monte Carlo Methods - Part 3

转载自:http://www.nowozin.net/sebastian/blog/history-of-monte-carlo-methods-part-3.html

Sebastian Nowozin


发表于 2015-11-13

This is the third part of a three part post. The first part covered the early history of Monte Carlo and the rejection sampling method, the second part covered sequential Monte Carlo.

阅读全文 »

Association rule analysis beyond transaction data

转载自:http://brooksandrew.github.io/simpleblog/articles/association-rules-beyond-transactional-data/

andrew brooks (andrewbrooksct@gmail.com)


发表于 2015-11-11

Note : I originally prepared this post as an article for Predictive Analytics Times, geared towards a broad audience with a business/practitioner leaning. I ended up writing this article on knitr instead. In a subsequent post, I will discuss the shiny app I created to interactively explore and visualize association rules.

阅读全文 »

Golf Balls

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

未知


发表于 2015-11-11
Today I’m going to take a whimsical look at golf balls. There is no particular reason for this; It’s just a random excuse to dig out a little math.Golf balls are not smooth spheres; they are covered by a series of dimples. This is for aerodynamic reasons. The dimples encourage the air moving over the ball to transition from laminar boundary layer to turbulent flow a little sooner. A turbulent boundary layer provides a way for more *energetic** fluid to get mixed in closer to the surface of the ball. This encourages the air to stay closer longer and delays the flow separating in the adverse pressure gradient downstream of the widest part of the ball.
阅读全文 »

MCMC sampling for dummies

转载自:https://twiecki.github.io/blog/2015/11/10/mcmc-sampling/

Thomas Wiecki


发表于 2015-11-10

When I give talks about probabilistic programming and Bayesian statistics, I usually gloss over the details of how inference is actually performed, treating it as a black box essentially. The beauty of probabilistic programming is that you actually don’t have to understand how the inference works in order to build models, but it certainly helps.

阅读全文 »
1 … 390 391 392 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson