دانلود کتاب Practical time series analysis: master time series data processing, visualization, and modeling using Python
by Avishek Pal, PKS Prakash
|
عنوان فارسی: تجزیه و تحلیل سری زمانی عملی: پردازش، تجسم، و مدل سازی با استفاده از پایتون، پردازش مستمر سری زمانی |
دانلود کتاب
جزییات کتاب
The book starts with descriptive analysis to create insightful visualizations of internal structures such as trend, seasonality and autocorrelation. Next, the statistical methods of dealing with autocorrelation and non-stationary time series are described. This is followed by exponential smoothing to produce meaningful insights from noisy time series data. At this point, we shift focus towards predictive analysis and introduce autoregressive models such as ARMA and ARIMA for time series forecasting. Later, powerful deep learning methods are presented, to develop accurate forecasting models for complex time series, and under the availability of little domain knowledge. All the topics are illustrated with real-life problem scenarios and their solutions by best-practice implementations in Python.
The book concludes with the Appendix, with a brief discussion of programming and solving data science problems using Python.
What You Will Learn
• Understand the basic concepts of Time Series Analysis and appreciate its importance for the success of a data science project
• Develop an understanding of loading, exploring, and visualizing time-series data
• Explore auto-correlation and gain knowledge of statistical techniques to deal with non-stationarity time series
• Take advantage of exponential smoothing to tackle noise in time series data
• Learn how to use auto-regressive models to make predictions using time-series data
• Build predictive models on time series using techniques based on auto-regressive moving averages
• Discover recent advancements in deep learning to build accurate forecasting models for time series
• Gain familiarity with the basics of Python as a powerful yet simple to write programming language