SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

Document worth reading: “Machine Learning for Spatiotemporal Sequence Forecasting: A Survey”

转载自:https://advanceddataanalytics.net/2018/10/21/document-worth-reading-machine-learning-for-spatiotemporal-sequence-forecasting-a-survey/

Michael Laux


发表于 2018-10-21

Spatiotemporal systems are common in the real-world. Forecasting the multi-step future of these spatiotemporal systems based on the past observations, or, Spatiotemporal Sequence Forecasting (STSF), is a significant and challenging problem. Although lots of real-world problems can be viewed as STSF and many research works have proposed machine learning based methods for them, no existing work has summarized and compared these methods from a unified perspective. This survey aims to provide a systematic review of machine learning for STSF. In this survey, we define the STSF problem and classify it into three subcategories: Trajectory Forecasting of Moving Point Cloud (TF-MPC), STSF on Regular Grid (STSF-RG) and STSF on Irregular Grid (STSF-IG). We then introduce the two major challenges of STSF: 1) how to learn a model for multi-step forecasting and 2) how to adequately model the spatial and temporal structures. After that, we review the existing works for solving these challenges, including the general learning strategies for multi-step forecasting, the classical machine learning based methods for STSF, and the deep learning based methods for STSF. We also compare these methods and point out some potential research directions. Machine Learning for Spatiotemporal Sequence Forecasting: A Survey

阅读全文 »

RApiDatetime 0.0.4: Updates and Extensions

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

Thinking inside the box


发表于 2018-10-21

The first update in a little while brings us release 0.0.4 of RApiDatetime which got onto CRAN this morning via the lovely automated sequence of submission, pretest-recheck and pretest-publish.

阅读全文 »

Multilevel models with group-level predictors

转载自:https://andrewgelman.com/2018/10/21/39032/

Andrew


发表于 2018-10-21

Kari Lock Morgan writes:

阅读全文 »

automl package: part 1/2 why and how

转载自:http://feedproxy.google.com/~r/RBloggers/~3/KgbRP9p-BOA/

Alex Boulangé


发表于 2018-10-21

Deep Learning existing frameworks, disadvantages

阅读全文 »

Faceted Graphs with cdata and ggplot2

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

Nina Zumel


发表于 2018-10-21

In between client work, John and I have been busy working on our book, Practical Data Science with R, 2nd Edition. To demonstrate a toy example for the section I’m working on, I needed scatter plots of the petal and sepal dimensions of the iris data, like so:

阅读全文 »

Statistics Sunday: What Fast Food Can Tell Us About a Community and the World

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

未知


发表于 2018-10-21

Two statistical indices crossed my inbox in the last week, both of which use fast food restaurants to measure a concept indirectly.

阅读全文 »

R Packages worth a look

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

Michael Laux


发表于 2018-10-20

R Interface to the Yacas Computer Algebra System (Ryacas)An interface to the yacas computer algebra system.

阅读全文 »

Dr. Data Show Video: How Can You Trust AI?

转载自:http://feedproxy.google.com/~r/kdnuggets-data-mining-analytics/~3/dljxDdgMF6o/dr-data-show-video-trusting-ai.html

Eric Siegel


发表于 2018-10-20

Watch the second episode of The Dr. Data Show, which answers the question, “How can you trust artificial intelligence?”

阅读全文 »

A Lazy Function

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

Cillian McHugh


发表于 2018-10-20

I have already written 2 posts about writing functions, and I will try to diversify my content. That said, I won’t refrain from sharing something that has been helpful to me. The function(s) I describe in this post is an artefact left over from before I started using R Markdown. It is a product of its time but may still be of use to people who haven’t switched to R Markdown yet. It is lazy (and quite imperfect) solution to a tedious task.

阅读全文 »

A Thorough Introduction to Boltzmann Machines

转载自:https://cavaunpeu.github.io/2018/10/20/thorough-introduction-to-boltzmann-machines/

Will Wolf


发表于 2018-10-20

The principal task of machine learning is to fit a model to some data. Thinking on the level of APIs, a model is an object with two methods:

阅读全文 »
1 … 167 168 169 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson