SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

Making Art in R

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

Xianjun Dong


发表于 2018-10-15

Amazing artworks people made in R:

阅读全文 »

R Packages worth a look

转载自:https://advanceddataanalytics.net/2018/10/15/r-packages-worth-a-look-1303/

Michael Laux


发表于 2018-10-15

Multivariate Analysis with Optimal Scaling (Gifi)Implements categorical principal component analysis (‘PRINCALS’), multiple correspondence analysis (‘HOMALS’). It replaces the ‘homals’ package.

阅读全文 »

Obtaining the number of components from cross validation of principal components regression

转载自:http://feedproxy.google.com/~r/RBloggers/~3/5M_-twhWEjU/

kjytay


发表于 2018-10-15

Principal components (PC) regression is a common dimensionality reduction technique in supervised learning. The R lab for PC regression in James et al.’s Introduction to Statistical Learning is a popular intro for how to perform PC regression in R: it is on p256-257 of the book (p270-271 of the PDF).

阅读全文 »

Document worth reading: “A Survey of Inverse Reinforcement Learning: Challenges, Methods and Progress”

转载自:https://advanceddataanalytics.net/2018/10/16/document-worth-reading-a-survey-of-inverse-reinforcement-learning-challenges-methods-and-progress/

Michael Laux


发表于 2018-10-15

Inverse reinforcement learning is the problem of inferring the reward function of an observed agent, given its policy or behavior. Researchers perceive IRL both as a problem and as a class of methods. By categorically surveying the current literature in IRL, this article serves as a reference for researchers and practitioners in machine learning to understand the challenges of IRL and select the approaches best suited for the problem on hand. The survey formally introduces the IRL problem along with its central challenges which include accurate inference, generalizability, correctness of prior knowledge, and growth in solution complexity with problem size. The article elaborates how the current methods mitigate these challenges. We further discuss the extensions of traditional IRL methods: (i) inaccurate and incomplete perception, (ii) incomplete model, (iii) multiple rewards, and (iv) non-linear reward functions. This discussion concludes with some broad advances in the research area and currently open research questions. A Survey of Inverse Reinforcement Learning: Challenges, Methods and Progress

阅读全文 »

Modularize your Shiny Apps: Exercises

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

Yanir Mor


发表于 2018-10-15

Shiny modules are short (well, usually short) server and UI functions, that can be connected to each other by a common namespace, and be embedded within a regular Shiny app. You can’t run a Shiny module without a parent Shiny app. The modules can contain both inputs and outputs, and are usually centered around a single operation or theme.

阅读全文 »

How we use emojis

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

Jakob Gepp


发表于 2018-10-15

Once upon a time, we at STATWORX used Slack just as a messenger, but than everything changed when emojis came… Since then, we use them for all kinds of purposes. For example we take polls with them to see were we will eat lunch or we capture unforgettable moments by creating new emojis. The possibilities are limitless! But since we use them so much, I was wondering how often do we use them. And when? And which is the top-emoji?! Is it just the thumbsup?

阅读全文 »

Distilled News

转载自:https://advanceddataanalytics.net/2018/10/15/distilled-news-885/

Michael Laux


发表于 2018-10-15

Cornell Statistical Consulting Unit News Archive

阅读全文 »

Spam Detection with Natural Language Processing (NLP) – Part 1

转载自:https://dimensionless.in/spam-detection-natural-language-processing-part-1/

Kartik Singh


发表于 2018-10-15

     Part 1: Data Cleaning and Exploratory Data Analysis

阅读全文 »

Choose Your Own Adventure – Analytics On-boarding

转载自:http://feedproxy.google.com/~r/kdnuggets-data-mining-analytics/~3/f7-G6OkeypA/choose-adventure-analytics-on-boarding.html

Dan Clark


发表于 2018-10-15

By Laura Ellis

阅读全文 »

I fell out with tapply and in love with dplyr

转载自:http://feedproxy.google.com/~r/RBloggers/~3/ZNep_SIUN-s/

mikerspencer


发表于 2018-10-15

A long time ago (5 years) I wrote a blog post on tapply. Back then I was just getting into programming and I thought the possibilities of tapply were amazing. So it seems, do many others as it’s become one of my most viewed articles.

阅读全文 »
1 … 178 179 180 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson