自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(21)
  • 收藏
  • 关注

转载 Quant Blogs Check Out List

Last week, we shared bunch lists of Quant Blogs from TheWholeStreet.com (Click here).The full list contains over 100 blogs, which can boggle the mind. Some of these blogs are no longer active. T

2017-05-29 16:29:53 504

转载 Managing Spark data handles in R

When working with big data with R (say, using Spark and sparklyr) we have found it very convenient to keep data handles in a neat list or data_frame.Please read on for our handy hints on

2017-05-27 11:57:02 353

转载 Hash Table Performance in R

https://www.r-bloggers.com/hash-table-performance-in-r-part-i/https://www.r-bloggers.com/hash-table-performance-in-r-part-iiin-part-i-of-this-series-i-explained-how-r-hashed/https://www.r-blogge

2017-05-22 14:45:49 370

转载 R中媲美Python Dictionary的神器-hash

在Python中有这样一个神通广大的数据类型,它叫Dictionary。而长久以来在R中想要实现类似的Hash存储只能依靠environment类型,用起来非常不友好。今天很偶然的发现了一个新的R包(其实也不新了,09年就已经发布,竟然一直没有发现)hash,它对environment进行了封装,使用户可以很方便的利用Hash表进行存储。详细用法见文档其中有几个地方需要特别

2017-05-22 14:35:26 2657

转载 最值得看的十大机器学习公开课

在当下的机器学习热潮,人才匮乏十分显著。截至目前,国内开设人工智能(AI)专业的高校不多,相当多的开发者是跨界入门,需要自学大量知识并摸索。因而优质的学习资源至关重要。因此,雷锋网搜集了全世界范围内最受欢迎的机器学习课程,整理成这份“机器学习十大入门公开课”盘点,集中呈现给各位。这份推荐榜颇费心血,综合考虑了难易、侧重点、时效性等诸多因素,希望能帮助大家找到最适合自己的学习资源。  这些课

2017-05-20 15:22:34 3143

转载 RUSSELL 2000 QUANTITATIVE STOCK ANALYSIS IN R: SIX STOCKS WITH AMAZING, CONSISTENT GROWTH

The Russell 2000 Small-Cap Index, ticker symbol: ^RUT, is the hottest index of 2016 with YTD gains of over 18%. The index components are interesting not only because of recent performance, but becau

2017-05-16 11:48:26 1395

转载 Purrr package for R is good for performance

Hadley’s project purrrSo, if you haven’t seen it, there’s some goodness over at github where Hadley Wickham has beenworking to fill in some more of the holes in R should one want a more function

2017-05-16 10:09:11 1084

转载 Machine Learning Pipelines for R

Machine Learning Pipelines for RBuilding machine learning and statistical models often requires pre- and post-transformation of the input and/or response variables, prior to training (or fitting

2017-05-16 08:49:08 604

转载 Video Introduction to Bayesian Data Analysis, Part 1: What is Bayes?

This is video one of a three part introduction to Bayesian data analysis aimed at you who isn’t necessarily that well-versed in probability theory but that do know a little bit of programming. I gav

2017-05-16 08:43:37 1167

转载 Call by reference in R

(This article was first published on R HEAD, and kindly contributed to R-bloggers)ShareTweetSometimes it is convenient to use “call by reference evaluation” inside an R function. For examp

2017-05-15 09:01:01 478

转载 A Simple Guide to S3 Methods

06 Nov 2016  R Missing Data rbloggersA few months ago I wrote about my first solo author submission to the R Journal entitled, “A Simple Guide to S3 Methods”. Unfortunately the article didn’t

2017-05-11 16:22:11 664

转载 R Language OOP Using S3

The S3 OOP model is still widely used, so let's use write S3-style OOP code via the R language.By James McCaffrey01/10/2017The R language was created primarily to perform s

2017-05-11 16:20:14 272

转载 神奇的λ演算

现在时兴讲函数式编程,弄得如果不会写两句λ表达式你都不好意思跟人说自己是敲代码的。所以我也就趁着这阵风头,琢磨琢磨了这个函数式编程。怎么算来,也有个三年两载了,出师还不敢说,将将入门估计还算凑合。朋友说让给写篇文章或者翻译翻译哪个大佬的文章,盛情难却,就把刚学的这点水倒出来出出糗好了。说函数式编程这个东西,根源来自于λ演算,虽然后面加了很多特性,但总归要从这里出发。关于λ演算这个东西,也是

2017-05-08 20:33:25 4796 1

转载 函数式编程----lambda演算

转载自:http://blog.csdn.net/crazyhacking/article/details/8183088一 概念函数式编程(英语:Functional programming),又称泛函编程,是一种编程范型,它将电脑运算视为数学上的函数计算,并且避免状态以及可变数据。函数编程语言最重要的基础是 λ 演算(lambda calculus)。而且λ演算

2017-05-08 20:27:43 1207

转载 Functional Programming in R

This post is based on a talk I gave at the Manchester R User Group on functional programming in R on May 2nd 2013. The original slides can be found hereThis post is about functional programming,

2017-05-08 19:39:16 653 1

转载 函数式编程入门教程

作者: 阮一峰日期: 2017年2月22日你可能听说过函数式编程(Functional programming),甚至已经使用了一段时间。但是,你能说清楚,它到底是什么吗?网上搜索一下,你会轻松找到好多答案。与面向对象编程(Object-oriented programming)和过程式编程(Procedural programmin

2017-05-03 10:52:09 330

转载 Favoring Curry

My recent article on functional composition in Ramda breezed over an important topic. In order to do the sort of composition we would like with Ramda functions, we need these functions to be curried

2017-05-03 10:51:05 467

转载 Ramda 函数库参考教程

作者: 阮一峰日期: 2017年3月 9日学习函数式编程的过程中,我接触到了 Ramda.js。我发现,这是一个很重要的库,提供了许多有用的方法,每个 JavaScript 程序员都应该掌握这个工具。你可能会问,Underscore 和 Lodash 已经这么流行了,为什么还要学习好像雷同的 Ramda 呢?回答是,前两者的参数位置不对,

2017-05-03 10:36:12 1915

转载 Pointfree 编程风格指南

作者: 阮一峰日期: 2017年3月13日本文要回答一个很重要的问题:函数式编程有什么用?目前,主流的编程语言都不是函数式的,已经能够满足需求。为何还要学函数式编程呢,只为了多理解一些新奇的概念?一个网友说:"函数式编程有什么优势呢?""我感觉,这种写法可能会令人头痛吧。"很长一段时间,我根本不知道从何入手,如何将它用

2017-05-03 10:30:34 1451

转载 The future of R syntax?

Following Romain François's example, I spent last week playing with the definition of the R grammar. I focused on four changes that I think would improve existing R idioms: creating lists with bare

2017-05-03 09:07:10 469

转载 Using purrr with dplyr

purrr was finallyreleased on CRANlast week. This package is focused on working with lists (and dataframes by the same token). However it is not a DSL for lists in theway dplyr is a DSL for dat

2017-05-03 08:59:51 437

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除