• 实用时间序列分析(影印版英文版)

    释放查看图文详情

图书条目标准图
21年品牌 40万+商家 超1.5亿件商品

实用时间序列分析(影印版英文版)

全新正版未拆封

65.41 5.5折 118 全新

仅1件

湖南长沙

送至北京市朝阳区

运费快递 ¥10.00

认证卖家担保交易快速发货售后保障

作者Aileen、Nielsen 著

出版社东南大学出版社

出版时间2020-07

版次1

装帧平装

上书时间2021-12-02

评价15851好评率 99.96%

  • 包装仔细 622
  • 品相不错 621
  • 物流很快 619
  • 发货速度快 596
  • 非常满意 510
  • 价格实惠 467
  • 值得信赖 444
  • 服务态度好 426
  • 物超所值 407
  • 品相超预期 404
  • 包装简陋 4
  • 品相未达预期 3
  • 包装损坏 3
  • 书质量还好 2
  • 价格有点贵 2
  • 有小瑕疵 2
  • 发货有点慢 1
  • 描述一致 1
  • 描述不符 1
  • 服务不太好 1
  • 服务态度差 1
  • 物流太差 1
查看全部评价

A小二郎书舍A

四年老店
已实名 已认证 进店 收藏店铺

   商品详情   

品相描述:全新
图书标准信息
  • 作者 Aileen、Nielsen 著
  • 出版社 东南大学出版社
  • 出版时间 2020-07
  • 版次 1
  • ISBN 9787564188955
  • 定价 118.00元
  • 装帧 平装
  • 开本 16开
  • 纸张 胶版纸
  • 页数 480页
  • 字数 612千字
【内容简介】

  随着物联网、数字医疗、智慧城市的兴起,时间序列数据分析变得越来越重要。随着持续监测和数据收集变得越来越普遍,对通过统计和机器学习技术进行时间序列分析的需求将会增长。
  《实用时间序列分析(影印版)》涵盖了时间序列数据分析的创新成果和现实世界的案例,使用传统统计方法和现代机器学习技术,帮你应对时间序列中常见的数据工程和分析挑战。作者Aileen Nielsen用R和Python语言对时间序列进行了全面且通俗易懂的介绍,数据科学家、软件工程师和研究人员都可以很快上手并投入使用。

【作者简介】
  艾琳·尼尔森(Aileen Nielsen),是一名为纽约市服务的软件工程师和数据分析师。从医疗创业到政治竞选,从物理研究实验室到金融交易公司,她在多个领域从事时间序列研究。她目前正在开发用于预测应用的神经网络。
【目录】
Preface

1.TimeSeries:AnOverviewand aQuickHistory

The History of Time Series in Diverse Applications

Medicine as a Time Series Problem

Forecasting Weather

Forecasting Economic Growth

Astronomy

Time Series Analysis Takes Off

The Origins of Statistical Time Series Analysis

The Origins of Machine Learning Time Series Analysis

More Resources

2.FindingandWranglingTimeSeriesData

where to Find Time Series Data

Prepared Data Sets

Found Time Series

Retrofitting a Time Series Data Collection from a Collection of Tables

A Worked Example:Assembling a Time Series Data Collection

Constructing a Found Time Series

Timestamping Troubles

Whose Timestamp

Guesstimating Timestamps to Make Sense of Data

What’s a Meaningful Time Scale

Cleaning Your Data

Handling Missing Data

Upsampling and Downsampling

Smoothing Data

Seasonal Data

Time Zones

Preventing Lookahead

More Resources

3.ExploratoryDataAnalysisforTimeSeries

Familiar Methods

Plotting

Histograms

Scatter Plots

Time Series-Specific Exploratory Methods

Understanding Stationarity

Applying Window Functions

Understanding and Identifying Self-Correlation

Spurious Correlations

Some Useful Visualizations

lD Visualizations

2D Visualizations

3D Visualizations

More Resources

4.SimulatingTimeSeriesData

What’S Special About Simulating Time Series

Simulation Versus Forecasting

Simulations in Code

Doing the Work Yourself

Building a Simulation Universe That Runs Itself

A Physics Simulation

Final Notes on Simulations

Statistical Simulations

Deep Learning Simulations

More Resources

5.StoringTemporalData

Defining Requirements

Live Data Versus Stored Data

Database Solutions

SQL Versus NoSQL

Popular Time Series Database and File Solutions

File Solutions

NumPv

Pandas

Standard R Equivalents

Xarray

More Resources

6.StatisticaIModelsforTimeSeries

Why Not Use a Linear Regression

Statistical Methods Developed for Time Series

Autoregressive Models

Moving Average Models

Autoregressive Integrated Moving Average Models

Vector Autoregression

Variations on Statistical Models

Advantages and Disadvantages of Statistical Methods for Time Series

More Resources

7.StateSpaceModels for TimeSeries

State Space Models:Pluses and Minuses

The Kalman Filter

Overview

CodefortheKalmanFilter、

Hidden Markov Modds

HOW the Model Works

HOWWeFittheModel

Fitting an HMM in Code

Bayesian Structural Time Series

Code forbsts

More Resources

8.Generating and Selecting FeaturesforaTimeSeries

Introductory Example

General Considerations When Computing Features

The Nature of the Time Series

Domain Knowledge

External Considerations

A Catalog of Places to Find Features for Inspiration

Open Source Time Series Feature Generation Libraries

Domain-Specific Feature Examples

How to Select Features 0nce You Have Generated Them

Concluding Thoughts

More Resources

9.Machine LearningforTime Series

Time Series C:lassification

Selecting and Generating Features

Decision Tree Methods

Clustering

Generating Features from the Data

TemporaUy Aware Distance Metrics

Clustering Code

More Resources

10.Deep LearningforTimeSeries

Deep Learning Concepts

Programming a Neural Network

Data,Symbols,Operations,Layers,and Graphs

Building a Training Pipeline

Inspecting Our Data Set

Steps of a Training Pipeline

Feed Forward Networks

A Simple Example

Using an Attention Mechanism to Make Feed Forward

Networks More Time―Aware

CNNS

A Simple Convolutional Model

Alternative Convolutional Models

RNNS

Continuing Our Electric Example

The Autoencoder Innovation

Combination Architectures

Summing Up

More Resources

11.Measuring Error

The Basics:HoW to Test Forecasts

Model-Specific Considerations for Backtesting

When Is Your Forecast Good Enough

Estimating Uncertainty in Your Model with a Simulation

Predicting Multiple Steps Ahead

Fit Directlv to the Horizon of Interest

Recursive Approach to Distant Temporal Horizons

Multitask Learning Applied to Time Series

Model Validation Gotchas

More Resources

1 2.Performance Considerations in Fitting and Serving Time Series Models

Working with Tools Built for More General Use Cases

Models Built for Cross.Sectional Data Don't Share”Data Across Samples

Models That Don’t Precompute Create Unnecessary Lag Between

Measuring Data and Making a Forecast

Data Storage Formats:Pluses and Minuses

Store Your Data in a Binary Format

Preprocess Your Data in a Way That Allows Yon to“Slide”Over It

Modi研ng Your Analysis to Suit Performance Considerations

Using A11 Your Data Is Not Necessarily Better

Complicated Models Don’t Always Do Better Enough

A Brief Mention of Alternative High―Performance Tools

More Resources

13.HealthcareApplications

Predicting the Flu

A Case Study of Flu in 0ne Metropolitan Area

What Is State of the Art in Flu Forecasting

Predicting Blood Glucose Levels

Data Cleaning and Exploration

Generating Features

Fitting a Model

More Resources

14.FinanciaIApplications

Obtaining and Exploring Financial Data

Preprocessing Financial Data for Deep Learning

Adding Quantities of Interest to Our Raw Values

Scaling Quantities of Interest Without a Lookahead

Formatting 0ur Data for a Neural Network

Building and Training an RNN

More Resources

15.TimeSeriesforGovernment

Obtaining Governmental Data

Exploring Big Time Series Data

Upsample and Aggregate the Data as We Iterate Through It

Sort the Data

0nline Statistical Analysis of Time Series Data

Remaining Questions

Further Improvements

More Resources

16.TimeSeriesPackages

Forecasting at Scale

Google’S Industrial In.house Forecasting

Facebook’S Open Source Prophet Package

Anomaly Detection

Twitter’s Open Source AnomalyDetection Package

Other Time Series Packages

More Resources

17.ForecastsAbout Forecasting

Forecasting as a Service

Deep Learning Enhances Probabilistic Possibilities

Increasing Importance of Machine Learning Rather Than Statistics

Increasing Combination of Statistical and Machine Learning Methodologies

More Forecasts for Everyday Life

Index
点击展开 点击收起

   为你推荐   

—  没有更多了  —

微信扫码逛孔网

无需下载

以下为对购买帮助不大的评价

此功能需要访问孔网APP才能使用
暂时不用
打开孔网APP