SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

If you did not already know

转载自:https://analytixon.com/2018/11/10/if-you-did-not-already-know-540/

Michael Laux


发表于 2018-11-10

E-Divisive with Medians (EDM) E-Divisive with Medians (EDM) – employs energy statistics to detect divergence in mean. Note that EDM can also be used detect change in distribution in a given time series. EDM uses robust statistical metrics, viz., median, and estimates the statistical significance of a breakout through a permutation test. In addition, EDM is non-parametric. This is important since the distribution of production data seldom (if at all) follows the commonly assumed normal distribution or any other widely accepted model. …

阅读全文 »

Voronoi diagram with ggvoronoi package with Train Station data

转载自:http://feedproxy.google.com/~r/RBloggers/~3/8_b4Av3XPrQ/

R on Chi's Impe[r]fect Blog


发表于 2018-11-10

I’ve always been curious to make Voronoi diagram, I just think they are beautiful! When I came across data set with train stations in Japan. I instantly thought this would be great data sets to make Voronoi diagram! I’ve gotten data sets from (Ekidata)[http://www.ekidata.jp/] site. I’m amazed how many train stations we have in Japan, as well as coverage of train systems in Japan.

阅读全文 »

4 ways to be more efficient using RStudio’s Code Snippets, with 11 ready to use examples

转载自:http://feedproxy.google.com/~r/RBloggers/~3/vcrSaCooQ3M/

Jozef's Rblog


发表于 2018-11-10

In this post we will look at yet another productivity increasing feature of the RStudio IDE – Code Snippets. Code Snippets let us easily insert and potentially execute predefined pieces of code and work not just for R code, but many other languages as well.

阅读全文 »

2018: Who actually voted? (The real story, not the exit polls.)

转载自:https://andrewgelman.com/2018/11/10/2018-who-actually-voted/

Andrew


发表于 2018-11-10

Continuing from our earlier discussion . . . Yair posted some results from his MRP analysis of voter turnout:

阅读全文 »

Gold-Mining Week 10 (2018)

转载自:http://feedproxy.google.com/~r/RBloggers/~3/M0lD5M6ZZoU/

Michael Griebe


发表于 2018-11-10

The post Gold-Mining Week 10 (2018) appeared first on Fantasy Football Analytics.

阅读全文 »

If you did not already know

转载自:https://analytixon.com/2018/11/10/if-you-did-not-already-know-541/

Michael Laux


发表于 2018-11-10

DeepDSL In recent years, Deep Learning (DL) has found great success in domains such as multimedia understanding. However, the complex nature of multimedia data makes it difficult to develop DL-based software. The state-of-the art tools, such as Caffe, TensorFlow, Torch7, and CNTK, while are successful in their applicable domains, are programming libraries with fixed user interface, internal representation, and execution environment. This makes it difficult to implement portable and customized DL applications. In this paper, we present DeepDSL, a domain specific language (DSL) embedded in Scala, that compiles deep networks written in DeepDSL to Java source code. Deep DSL provides (1) intuitive constructs to support compact encoding of deep networks; (2) symbolic gradient derivation of the networks; (3) static analysis for memory consumption and error detection; and (4) DSL-level optimization to improve memory and runtime efficiency. DeepDSL programs are compiled into compact, efficient, customizable, and portable Java source code, which operates the CUDA and CUDNN interfaces running on Nvidia GPU via a Java Native Interface (JNI) library. We evaluated DeepDSL with a number of popular DL networks. Our experiments show that the compiled programs have very competitive runtime performance and memory efficiency compared to the existing libraries. …

阅读全文 »

2018: What really happened?

转载自:https://andrewgelman.com/2018/11/10/2018-what-really-happened/

Andrew


发表于 2018-11-10

We’re always discussing election results on three levels: their direct political consequences, their implications for future politics, and what we can infer about public opinion.

阅读全文 »

One-arm Bayesian Adaptive Trial Simulation Code

转载自:http://feedproxy.google.com/~r/RBloggers/~3/HFpAfLaPCPY/

BioStatMatt


发表于 2018-11-10

I had an opportunity recently to design a Bayesian adaptive trial with several interim analyses that allow for early stopping due to efficacy or futility. The code below implements the one-arm trial described in the great introductory article by Ben Saville et al. Three of the coauthors are current or former colleagues at Vandy. The figures below the code show the sample size distribution under the null hypothesis and an alternative hypothesis, respectively.

阅读全文 »

Detailed introduction of “myprettyreport” R package

转载自:http://feedproxy.google.com/~r/RBloggers/~3/qO2aR-rZPEQ/

Tamas Markó


发表于 2018-11-10

Package introduction:Package myprettyreport helps to export ggplot2 graphs into a good-looking PDF file in a clear and easy way with a wide range of flexibility. It has a modular structure so the report elements can be combined in many ways.

阅读全文 »

Document worth reading: “Advice from the Oracle: Really Intelligent Information Retrieval”

转载自:https://analytixon.com/2018/11/10/document-worth-reading-advice-from-the-oracle-really-intelligent-information-retrieval/

Michael Laux


发表于 2018-11-10

What is ‘intelligent’ information retrieval Essentially this is asking what is intelligence, in this article I will attempt to show some of the aspects of human intelligence, as related to information retrieval. I will do this by the device of a semi-imaginary Oracle. Every Observatory has an oracle, someone who is a distinguished scientist, has great administrative responsibilities, acts as mentor to a number of less senior people, and as trusted advisor to even the most accomplished scientists, and knows essentially everyone in the field. In an appendix I will present a brief summary of the Statistical Factor Space method for text indexing and retrieval, and indicate how it will be used in the Astrophysics Data System Abstract Service. 2018 Keywords: Personal Digital Assistant; Supervised Topic Models Advice from the Oracle: Really Intelligent Information Retrieval

阅读全文 »
1 … 123 124 125 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson