SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

The Mathematics Behind: Rejection Sampling

转载自:https://www.data-blogger.com/2016/01/24/the-mathematics-behind-rejection-sampling/

Kevin Jacobs


发表于 2016-01-24

阅读全文 »

Online Representation Learning in Recurrent Neural Language Models

转载自:http://www.marekrei.com/blog/online-representation-learning-in-recurrent-neural-language-models/

Marek


发表于 2016-01-24

In a basic neural language model, we optimise a fixed set of parameters based on a training corpus, and predictions on an unseen test set are a direct function of these parameters. What if instead of a static model we constantly measured the types of errors the model is making and adjust the parameters accordingly? It would potentially be more closer to how humans operate, constantly making small adjustments in their decisions based on feedback.

阅读全文 »

Skill vs Strategy

转载自:https://r2rt.com/skill-vs-strategy.html

Silviu Pitis


发表于 2016-01-23

In this post I discuss several real life examples of strategies that cannot be achieved through mere practice of an inferior strategy. Backpropagation is an algorithm akin to such “mere practice” in that backpropagation develops skill at a specific strategy (i.e., it learns a specific local minimum). Like practice, backpropagation alone cannot result in a switch to a superior strategy. I look at how strategy switches are achieved in real examples and ask what algorithm might allow machines to effectively switch strategies.

阅读全文 »

Time Series for Spark: 0.2.0 Released

转载自:http://blog.cloudera.com/blog/2016/01/spark-ts-0-2-0-released/

Sandy Ryza


发表于 2016-01-22

The 0.2.0 release of the spark-ts package includes includes a fleshed-out Java API, among other things.

阅读全文 »

Otoro Blog Migration

转载自:http://blog.otoro.net/2016/01/22/blog-migration/

未知


发表于 2016-01-22

阅读全文 »

Building a news search engine

转载自:https://www.data-blogger.com/2016/01/21/building-a-news-search-engine/

Kevin Jacobs


发表于 2016-01-21

阅读全文 »

The Mathematics Behind: Polynomial Curve Fitting (MATLAB)

转载自:https://www.data-blogger.com/2016/01/20/the-mathematics-behind-polynomial-curve-fitting/

Kevin Jacobs


发表于 2016-01-20

In the series “The Mathematics Behind” I will explain mathematical concepts behind commonly used technologies. In this post, I will explain the mathematics behind polynomial curve fitting MATLAB.

阅读全文 »

Continuous Bayes’ Theorem

转载自:https://shapeofdata.wordpress.com/2016/01/20/continuous-bayes-theorem/

Jesse Johnson


发表于 2016-01-20

Bayes’ Rule is one of the fundamental Theorems of statistics, but up until recently, I have to admit, I was never very impressed with it. Bayes’ gives you a way of determining the probability that a given event will occur, or that a given condition is true, given your knowledge of another related event or condition. All the examples that I’ve read or heard about seemed somewhat contrived and unrelated to the sorts of data analysis I was interested in. But it turns out there’s also an interpretation of Bayes’ Theorem that’s not only much more geometric than the standard formulation, but also fits quite naturally into the types of things that I’ve been discussing on this blog. So in today’s post, I want to explain how I came to truly appreciate Bayes’ Theorem.

阅读全文 »

Learn How To Implement a Simple E-mail Spam Detector in Python

转载自:https://www.data-blogger.com/2016/01/20/spam-detection/

Kevin Jacobs


发表于 2016-01-20

阅读全文 »

Be Like Water

转载自:http://rnduja.github.io/2016/01/19/a_shapeless_primer/

未知


发表于 2016-01-19

Shapeless is a Scala library for generic programming. The name “Shapeless” comes from a famous Bruce Lee quote:

阅读全文 »
1 … 382 383 384 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson