Time Series Algorithms Recipes Implement Machine Learning and Deep Learning Techniques with Python Paperback - 2022
by Kulkarni, Akshay R, Shivananda, Adarsha, Kulkarni
- New
A$36.13
A$5.63
Delivery within USA
Standard delivery: 5 to 11 days
More delivery options
Standard delivery: 5 to 11 days
Ships from Ambis Enterprises LLC (Michigan, United States)
Details
- Title Time Series Algorithms Recipes Implement Machine Learning and Deep Learning Techniques with Python
- Author Kulkarni, Akshay R, Shivananda, Adarsha, Kulkarni
- Binding Paperback
- Condition New
- Pages 174
- Volumes 1
- Language ENG
- Publisher Apress
- Publication date 2022-12-24
- Illustrated Yes
- Features Illustrated
- Bookseller's Inventory # OTF-S-9781484289778
- ISBN 9781484289778 / 1484289773
- Weight 0.61 lbs (0.28 kg)
- Dimensions 9.21 x 6.14 x 0.41 in (23.39 x 15.60 x 1.04 cm)
- Category Computers - General Information
- Quantity available 105
About Ambis Enterprises LLC Michigan, United States
Specialising in: New Books, Used Books
Biblio member since 2009
We love books, and love our customers. We underrate our book conditions to ensure you're happy, and handpack our shipments with pride!
30 day return guarantee, with full refund including shipping costs for up to 30 days after delivery if an item arrives damaged. Please Contand us at Admin@lakesidebooks.com
Reader reviews for Time Series Algorithms Recipes Implement Machine Learning and Deep Learning Techniques with Python
Write a review for this book
Important Terms and Guidelines
- Please focus on the book’s content and context. Also, add any personal comments as to how you enjoyed the book. Substantiate your likes and dislikes. You may make comparisons to other books.
- Reviews must be at least 140 characters in length.
- Please do not reveal critical plot elements.
- This is not a help line. Contact customer support if you need help.
Your review must not include:
- Obscenities, discriminatory language, or other insulting language not suitable for public domain
- Advertisements, “spam” content, or references to other products, offers or websites.
- Email addresses, URLs, phone numbers, physical addresses or other contact information.
- Overly critical comments about other reviews or reviewers
- Time-sensitive material (i.e. promotional tours, seminars, lectures, etc.)
- Availability, price, or alternative ordering/shipping information
From the publisher
From the rear cover
This book teaches the practical implementation of various concepts for time series analysis and modeling with Python through problem-solution-style recipes, starting with data reading and preprocessing.
It begins with the fundamentals of time series forecasting using statistical modeling methods like AR (autoregressive), MA (moving-average), ARMA (autoregressive moving-average), and ARIMA (autoregressive integrated moving-average). Next, you'll learn univariate and multivariate modeling using different open-sourced packages like Fbprohet, stats model, and sklearn. You'll also gain insight into classic machine learning-based regression models like randomForest, Xgboost, and LightGBM for forecasting problems. The book concludes by demonstrating the implementation of deep learning models (LSTMs and ANN) for time series forecasting. Each chapter includes several code examples and illustrations. After finishing this book, you will have a foundational understanding of various concepts relating to time series and its implementation in Python. You will:
It begins with the fundamentals of time series forecasting using statistical modeling methods like AR (autoregressive), MA (moving-average), ARMA (autoregressive moving-average), and ARIMA (autoregressive integrated moving-average). Next, you'll learn univariate and multivariate modeling using different open-sourced packages like Fbprohet, stats model, and sklearn. You'll also gain insight into classic machine learning-based regression models like randomForest, Xgboost, and LightGBM for forecasting problems. The book concludes by demonstrating the implementation of deep learning models (LSTMs and ANN) for time series forecasting. Each chapter includes several code examples and illustrations. After finishing this book, you will have a foundational understanding of various concepts relating to time series and its implementation in Python. You will:
- Implement various techniques in time series analysis using Python.
- Utilize statistical modeling methods such as AR (autoregressive), MA (moving-average), ARMA (autoregressive moving-average) and ARIMA (autoregressive integrated moving-average) for time series forecasting
- Understand univariate and multivariate modeling for time series forecasting
- Forecast using machine learning and deep learning techniques such as GBM and LSTM (long short-term memory)