扫一扫
关注中图网
官方微博
本类五星书更多>
-
>
决战行测5000题(言语理解与表达)
-
>
软件性能测试.分析与调优实践之路
-
>
第一行代码Android
-
>
深度学习
-
>
Unreal Engine 4蓝图完全学习教程
-
>
深入理解计算机系统-原书第3版
-
>
Word/Excel PPT 2013办公应用从入门到精通-(附赠1DVD.含语音视频教学+办公模板+PDF电子书)
买过本商品的人还买了
实用时间序列分析(影印版) 版权信息
- ISBN:9787564188955
- 条形码:9787564188955 ; 978-7-5641-8895-5
- 装帧:一般胶版纸
- 册数:暂无
- 重量:暂无
- 所属分类:>
实用时间序列分析(影印版) 内容简介
随着物联网、数字医疗、智慧城市的兴起,时间序列数据分析变得越来越重要,持续监测和数据收集变得越来越普遍,对通过统计和机器学习技术进行时间序列分析的需求将会增长。
实用时间序列分析(影印版) 目录
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
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
展开全部
实用时间序列分析(影印版) 作者简介
艾琳·尼尔森(Aileen Nielsen),是一名为纽约市服务的软件工程师和数据分析师。从医疗创业到政治竞选,从物理研究实验室到金融交易公司,她在多个领域从事时间序列研究。她目前正在开发用于预测应用的神经网络。
书友推荐
- >
推拿
推拿
¥12.2¥32.0 - >
伊索寓言-世界文学名著典藏-全译本
伊索寓言-世界文学名著典藏-全译本
¥9.3¥19.0 - >
伯纳黛特,你要去哪(2021新版)
伯纳黛特,你要去哪(2021新版)
¥25.4¥49.8 - >
人文阅读与收藏·良友文学丛书:一天的工作
人文阅读与收藏·良友文学丛书:一天的工作
¥14.7¥45.8 - >
诗经-先民的歌唱
诗经-先民的歌唱
¥13.5¥39.8 - >
小考拉的故事-套装共3册
小考拉的故事-套装共3册
¥36.7¥68.0 - >
名家带你读鲁迅:故事新编
名家带你读鲁迅:故事新编
¥13.0¥26.0 - >
山海经
山海经
¥20.4¥68.0
本类畅销
-
”互联网+“时代计算机算法的应用及其实践研究
¥19.9¥59 -
微服务设计
¥52.8¥69 -
图说深度学习:用可视化方法理解复杂概念
¥109¥188 -
计算机基础
¥17.2¥31 -
改变未来的九大算法
¥50¥68 -
生成式AI入门与AWS实战
¥77.8¥99.8