Time Series Analysis Forecasting Stock Price Using Machine Learning With Python Gui


Time Series Analysis Forecasting Stock Price Using Machine Learning With Python Gui
DOWNLOAD eBooks

Download Time Series Analysis Forecasting Stock Price Using Machine Learning With Python Gui PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Time Series Analysis Forecasting Stock Price Using Machine Learning With Python Gui book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages. If the content not found or just blank you must refresh this page





Time Series Analysis Forecasting Stock Price Using Machine Learning With Python Gui


Time Series Analysis Forecasting Stock Price Using Machine Learning With Python Gui
DOWNLOAD eBooks

Author : Vivian Siahaan
language : en
Publisher: BALIGE PUBLISHING
Release Date : 2023-07-02

Time Series Analysis Forecasting Stock Price Using Machine Learning With Python Gui written by Vivian Siahaan and has been published by BALIGE PUBLISHING this book supported file pdf, txt, epub, kindle and other format this book has been release on 2023-07-02 with Computers categories.


Stock trading and financial instrument markets offer significant opportunities for wealth creation. The ability to predict stock price movements has long intrigued researchers and investors alike. While some theories, like the Efficient Market Hypothesis, suggest that consistently beating the market is nearly impossible, others contest this viewpoint. Stock price prediction involves forecasting the future value of a given stock. In this project, we focus on the S&P 500 Index, which consists of 500 stocks from various sectors of the US economy and serves as a key indicator of US equities. To tackle this task, we utilize the Yahoo stock price history dataset, which contains 1825 rows and 7 columns including Date, High, Low, Open, Close, Volume, and Adj Close. To enhance our predictions, we incorporate technical indicators such as daily returns, Moving Average Convergence-Divergence (MACD), Relative Strength Index (RSI), Simple Moving Average (SMA), lower and upper bands, and standard deviation. In this book, for the forecasting task, we employ various regression algorithms including Linear Regression, Random Forest Regression, Decision Tree Regression, Support Vector Regression, Naïve Bayes Regression, K-Nearest Neighbor Regression, Adaboost Regression, Gradient Boosting Regression, Extreme Gradient Boosting Regression, Light Gradient Boosting Regression, Catboost Regression, MLP Regression, Lasso Regression, and Ridge Regression. These models aim to predict the future Adj Close price of the stock based on historical data. In addition to stock price prediction, we also delve into predicting stock daily returns using machine learning models. We utilize K-Nearest Neighbor Classifier, Random Forest Classifier, Naive Bayes Classifier, Logistic Regression Classifier, Decision Tree Classifier, Support Vector Machine Classifier, LGBM Classifier, Gradient Boosting Classifier, XGB Classifier, MLP Classifier, and Extra Trees Classifier. These models are trained to predict the direction of daily stock returns (positive or negative) based on various features and technical indicators. To assess the performance of these machine learning models, we evaluate several important metrics. Accuracy measures the overall correctness of the predictions, while recall quantifies the ability to correctly identify positive cases (upward daily returns). Precision evaluates the precision of positive predictions, and the F1 score provides a balanced measure of precision and recall. Additionally, we consider macro average, which calculates the average metric value across all classes, and weighted average, which provides a balanced representation considering class imbalances. To enhance the user experience and facilitate data exploration, we develop a graphical user interface (GUI). The GUI is built using PyQt and offers an interactive platform for users to visualize and interact with the data. It provides features such as plotting boundary decisions, visualizing feature distributions and importance, comparing predicted values with true values, displaying confusion matrices, learning curves, model performance, and scalability analysis. The GUI allows users to customize the analysis by selecting different models, time periods, or variables of interest, making it accessible and user-friendly for individuals without extensive programming knowledge. The combination of exploring the dataset, forecasting stock prices, predicting daily returns, and developing a GUI creates a comprehensive framework for analyzing and understanding stock market trends. By leveraging machine learning algorithms and evaluating performance metrics, we gain valuable insights into the accuracy and effectiveness of our predictions. The GUI further enhances the accessibility and usability of the analysis, enabling users to make data-driven decisions and explore the stock market with ease.



Google Stock Price Time Series Analysis Visualization Forecasting And Prediction Using Machine Learning With Python Gui


Google Stock Price Time Series Analysis Visualization Forecasting And Prediction Using Machine Learning With Python Gui
DOWNLOAD eBooks

Author : Vivian Siahaan
language : en
Publisher: BALIGE PUBLISHING
Release Date : 2023-06-11

Google Stock Price Time Series Analysis Visualization Forecasting And Prediction Using Machine Learning With Python Gui written by Vivian Siahaan and has been published by BALIGE PUBLISHING this book supported file pdf, txt, epub, kindle and other format this book has been release on 2023-06-11 with Computers categories.


Google, officially known as Alphabet Inc., is an American multinational technology company. It was founded in September 1998 by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University. Initially, it started as a research project to develop a search engine, but it rapidly grew into one of the largest and most influential technology companies in the world. Google is primarily known for its internet-related services and products, with its search engine being its most well-known offering. It revolutionized the way people access information by providing a fast and efficient search engine that delivers highly relevant results. Over the years, Google expanded its portfolio to include a wide range of products and services, including Google Maps, Google Drive, Gmail, Google Docs, Google Photos, Google Chrome, YouTube, and many more. In addition to its internet services, Google ventured into hardware with products like the Google Pixel smartphones, Google Home smart speakers, and Google Nest smart home devices. It also developed its own operating system called Android, which has become the most widely used mobile operating system globally. Google's success can be attributed to its ability to monetize its services through online advertising. The company introduced Google AdWords, a highly successful online advertising program that enables businesses to display ads on Google's search engine and other websites through its AdSense program. Advertising contributes significantly to Google's revenue, along with other sources such as cloud services, app sales, and licensing fees. The dataset used in this project starts from 19-Aug-2004 and is updated till 11-Oct-2021. It contains 4317 rows and 7 columns. The columns in the dataset are Date, Open, High, Low, Close, Adj Close, and Volume. You can download the dataset from https://viviansiahaan.blogspot.com/2023/06/google-stock-price-time-series-analysis.html. In this project, you will involve technical indicators such as daily returns, Moving Average Convergence-Divergence (MACD), Relative Strength Index (RSI), Simple Moving Average (SMA), lower and upper bands, and standard deviation. In this book, you will learn how to perform forecasting based on regression on Adj Close price of Google stock price, you will use: Linear Regression, Random Forest regression, Decision Tree regression, Support Vector Machine regression, Naïve Bayes regression, K-Nearest Neighbor regression, Adaboost regression, Gradient Boosting regression, Extreme Gradient Boosting regression, Light Gradient Boosting regression, Catboost regression, MLP regression, Lasso regression, and Ridge regression. The machine learning models used to predict Google daily returns as target variable are K-Nearest Neighbor classifier, Random Forest classifier, Naive Bayes classifier, Logistic Regression classifier, Decision Tree classifier, Support Vector Machine classifier, LGBM classifier, Gradient Boosting classifier, XGB classifier, MLP classifier, and Extra Trees classifier. Finally, you will develop GUI to plot boundary decision, distribution of features, feature importance, predicted values versus true values, confusion matrix, learning curve, performance of the model, and scalability of the model.



Machine Learning For Time Series With Python


Machine Learning For Time Series With Python
DOWNLOAD eBooks

Author : Ben Auffarth
language : en
Publisher: Packt Publishing Ltd
Release Date : 2021-10-29

Machine Learning For Time Series With Python written by Ben Auffarth and has been published by Packt Publishing Ltd this book supported file pdf, txt, epub, kindle and other format this book has been release on 2021-10-29 with Computers categories.


Get better insights from time-series data and become proficient in model performance analysis Key FeaturesExplore popular and modern machine learning methods including the latest online and deep learning algorithmsLearn to increase the accuracy of your predictions by matching the right model with the right problemMaster time series via real-world case studies on operations management, digital marketing, finance, and healthcareBook Description The Python time-series ecosystem is huge and often quite hard to get a good grasp on, especially for time-series since there are so many new libraries and new models. This book aims to deepen your understanding of time series by providing a comprehensive overview of popular Python time-series packages and help you build better predictive systems. Machine Learning for Time-Series with Python starts by re-introducing the basics of time series and then builds your understanding of traditional autoregressive models as well as modern non-parametric models. By observing practical examples and the theory behind them, you will become confident with loading time-series datasets from any source, deep learning models like recurrent neural networks and causal convolutional network models, and gradient boosting with feature engineering. This book will also guide you in matching the right model to the right problem by explaining the theory behind several useful models. You'll also have a look at real-world case studies covering weather, traffic, biking, and stock market data. By the end of this book, you should feel at home with effectively analyzing and applying machine learning methods to time-series. What you will learnUnderstand the main classes of time series and learn how to detect outliers and patternsChoose the right method to solve time-series problemsCharacterize seasonal and correlation patterns through autocorrelation and statistical techniquesGet to grips with time-series data visualizationUnderstand classical time-series models like ARMA and ARIMAImplement deep learning models, like Gaussian processes, transformers, and state-of-the-art machine learning modelsBecome familiar with many libraries like Prophet, XGboost, and TensorFlowWho this book is for This book is ideal for data analysts, data scientists, and Python developers who want instantly useful and practical recipes to implement today, and a comprehensive reference book for tomorrow. Basic knowledge of the Python Programming language is a must, while familiarity with statistics will help you get the most out of this book.



Data Visualization Time Series Forecasting And Prediction Using Machine Learning With Tkinter


Data Visualization Time Series Forecasting And Prediction Using Machine Learning With Tkinter
DOWNLOAD eBooks

Author : Vivian Siahaan
language : en
Publisher: BALIGE PUBLISHING
Release Date : 2023-09-06

Data Visualization Time Series Forecasting And Prediction Using Machine Learning With Tkinter written by Vivian Siahaan and has been published by BALIGE PUBLISHING this book supported file pdf, txt, epub, kindle and other format this book has been release on 2023-09-06 with Computers categories.


This "Data Visualization, Time-Series Forecasting, and Prediction using Machine Learning with Tkinter" project is a comprehensive and multifaceted application that leverages data visualization, time-series forecasting, and machine learning techniques to gain insights into bitcoin data and make predictions. This project serves as a valuable tool for financial analysts, traders, and investors seeking to make informed decisions in the stock market. The project begins with data visualization, where historical bitcoin market data is visually represented using various plots and charts. This provides users with an intuitive understanding of the data's trends, patterns, and fluctuations. Features distribution analysis is conducted to assess the statistical properties of the dataset, helping users identify key characteristics that may impact forecasting and prediction. One of the project's core functionalities is time-series forecasting. Through a user-friendly interface built with Tkinter, users can select a stock symbol and specify the time horizon for forecasting. The project supports multiple machine learning regressors, such as Linear Regression, Decision Trees, Random Forests, Gradient Boosting, Extreme Gradient Boosting, Multi-Layer Perceptron, Lasso, Ridge, AdaBoost, and KNN, allowing users to choose the most suitable algorithm for their forecasting needs. Time-series forecasting is crucial for making predictions about stock prices, which is essential for investment strategies. The project employs various machine learning regressors to predict the adjusted closing price of bitcoin stock. By training these models on historical data, users can obtain predictions for future adjusted closing prices. This information is invaluable for traders and investors looking to make buy or sell decisions. The project also incorporates hyperparameter tuning and cross-validation to enhance the accuracy of these predictions. These models employ metrics such as Mean Absolute Error (MAE), which quantifies the average absolute discrepancy between predicted values and actual values. Lower MAE values signify superior model performance. Additionally, Mean Squared Error (MSE) is used to calculate the average squared differences between predicted and actual values, with lower MSE values indicating better model performance. Root Mean Squared Error (RMSE), derived from MSE, provides insights in the same units as the target variable and is valued for its lower values, denoting superior performance. Lastly, R-squared (R2) evaluates the fraction of variance in the target variable that can be predicted from independent variables, with higher values signifying better model fit. An R2 of 1 implies a perfect model fit. In addition to close price forecasting, the project extends its capabilities to predict daily returns. By implementing grid search, users can fine-tune the hyperparameters of machine learning models such as Random Forests, Gradient Boosting, Support Vector, Decision Tree, Gradient Boosting, Extreme Gradient Boosting, Multi-Layer Perceptron, and AdaBoost Classifiers. This optimization process aims to maximize the predictive accuracy of daily returns. Accurate daily return predictions are essential for assessing risk and formulating effective trading strategies. Key metrics in these classifiers encompass Accuracy, which represents the ratio of correctly predicted instances to the total number of instances, Precision, which measures the proportion of true positive predictions among all positive predictions, and Recall (also known as Sensitivity or True Positive Rate), which assesses the proportion of true positive predictions among all actual positive instances. The F1-Score serves as the harmonic mean of Precision and Recall, offering a balanced evaluation, especially when considering the trade-off between false positives and false negatives. The ROC Curve illustrates the trade-off between Recall and False Positive Rate, while the Area Under the ROC Curve (AUC-ROC) summarizes this trade-off. The Confusion Matrix provides a comprehensive view of classifier performance by detailing true positives, true negatives, false positives, and false negatives, facilitating the computation of various metrics like accuracy, precision, and recall. The selection of these metrics hinges on the project's specific objectives and the characteristics of the dataset, ensuring alignment with the intended goals and the ramifications of false positives and false negatives, which hold particular significance in financial contexts where decisions can have profound consequences. Overall, the "Data Visualization, Time-Series Forecasting, and Prediction using Machine Learning with Tkinter" project serves as a powerful and user-friendly platform for financial data analysis and decision-making. It bridges the gap between complex machine learning techniques and accessible user interfaces, making financial analysis and prediction more accessible to a broader audience. With its comprehensive features, this project empowers users to gain insights from historical data, make informed investment decisions, and develop effective trading strategies in the dynamic world of finance. You can download the dataset from: http://viviansiahaan.blogspot.com/2023/09/data-visualization-time-series.html.



Stock Price Analysis Prediction And Forecasting Using Machine Learning And Deep Learning With Python


Stock Price Analysis Prediction And Forecasting Using Machine Learning And Deep Learning With Python
DOWNLOAD eBooks

Author : Vivian Siahaan
language : en
Publisher: BALIGE PUBLISHING
Release Date : 2022-05-27

Stock Price Analysis Prediction And Forecasting Using Machine Learning And Deep Learning With Python written by Vivian Siahaan and has been published by BALIGE PUBLISHING this book supported file pdf, txt, epub, kindle and other format this book has been release on 2022-05-27 with Computers categories.


This dataset is a playground for fundamental and technical analysis. It is said that 30% of traffic on stocks is already generated by machines, can trading be fully automated? If not, there is still a lot to learn from historical data. The dataset consists of data spans from 2010 to the end 2016, for companies new on stock market date range is shorter. To perform forecasting based on regression adjusted closing price of gold, you will use: Linear Regression, Random Forest regression, Decision Tree regression, Support Vector Machine regression, Naïve Bayes regression, K-Nearest Neighbor regression, Adaboost regression, Gradient Boosting regression, Extreme Gradient Boosting regression, Light Gradient Boosting regression, Catboost regression, MLP regression, and LSTM (Long-Short Term Memory) regression. The machine learning models used predict gold daily returns as target variable are K-Nearest Neighbor classifier, Random Forest classifier, Naive Bayes classifier, Logistic Regression classifier, Decision Tree classifier, Support Vector Machine classifier, LGBM classifier, Gradient Boosting classifier, XGB classifier, MLP classifier, Gaussian Mixture Model classifier, and Extra Trees classifier. Finally, you will plot boundary decision, distribution of features, feature importance, predicted values versus true values, confusion matrix, learning curve, performance of the model, and scalability of the model.



Time Series Forecasting Using Deep Learning


Time Series Forecasting Using Deep Learning
DOWNLOAD eBooks

Author : Ivan Gridin
language : en
Publisher: BPB Publications
Release Date : 2021-10-15

Time Series Forecasting Using Deep Learning written by Ivan Gridin and has been published by BPB Publications this book supported file pdf, txt, epub, kindle and other format this book has been release on 2021-10-15 with Computers categories.


Explore the infinite possibilities offered by Artificial Intelligence and Neural Networks KEY FEATURES ● Covers numerous concepts, techniques, best practices and troubleshooting tips by community experts. ● Includes practical demonstration of robust deep learning prediction models with exciting use-cases. ● Covers the use of the most powerful research toolkit such as Python, PyTorch, and Neural Network Intelligence. DESCRIPTION This book is amid at teaching the readers how to apply the deep learning techniques to the time series forecasting challenges and how to build prediction models using PyTorch. The readers will learn the fundamentals of PyTorch in the early stages of the book. Next, the time series forecasting is covered in greater depth after the programme has been developed. You will try to use machine learning to identify the patterns that can help us forecast the future results. It covers methodologies such as Recurrent Neural Network, Encoder-decoder model, and Temporal Convolutional Network, all of which are state-of-the-art neural network architectures. Furthermore, for good measure, we have also introduced the neural architecture search, which automates searching for an ideal neural network design for a certain task. Finally by the end of the book, readers would be able to solve complex real-world prediction issues by applying the models and strategies learnt throughout the course of the book. This book also offers another great way of mastering deep learning and its various techniques. WHAT YOU WILL LEARN ● Work with the Encoder-Decoder concept and Temporal Convolutional Network mechanics. ● Learn the basics of neural architecture search with Neural Network Intelligence. ● Combine standard statistical analysis methods with deep learning approaches. ● Automate the search for optimal predictive architecture. ● Design your custom neural network architecture for specific tasks. ● Apply predictive models to real-world problems of forecasting stock quotes, weather, and natural processes. WHO THIS BOOK IS FOR This book is written for engineers, data scientists, and stock traders who want to build time series forecasting programs using deep learning. Possessing some familiarity of Python is sufficient, while a basic understanding of machine learning is desirable but not needed. TABLE OF CONTENTS 1. Time Series Problems and Challenges 2. Deep Learning with PyTorch 3. Time Series as Deep Learning Problem 4. Recurrent Neural Networks 5. Advanced Forecasting Models 6. PyTorch Model Tuning with Neural Network Intelligence 7. Applying Deep Learning to Real-world Forecasting Problems 8. PyTorch Forecasting Package 9. What is Next?



Applied Time Series Analysis And Forecasting With Python


Applied Time Series Analysis And Forecasting With Python
DOWNLOAD eBooks

Author : Changquan Huang
language : en
Publisher: Springer Nature
Release Date : 2022-10-19

Applied Time Series Analysis And Forecasting With Python written by Changquan Huang and has been published by Springer Nature this book supported file pdf, txt, epub, kindle and other format this book has been release on 2022-10-19 with Mathematics categories.


This textbook presents methods and techniques for time series analysis and forecasting and shows how to use Python to implement them and solve data science problems. It covers not only common statistical approaches and time series models, including ARMA, SARIMA, VAR, GARCH and state space and Markov switching models for (non)stationary, multivariate and financial time series, but also modern machine learning procedures and challenges for time series forecasting. Providing an organic combination of the principles of time series analysis and Python programming, it enables the reader to study methods and techniques and practice writing and running Python code at the same time. Its data-driven approach to analyzing and modeling time series data helps new learners to visualize and interpret both the raw data and its computed results. Primarily intended for students of statistics, economics and data science with an undergraduate knowledge of probability and statistics, the book will equally appeal to industry professionals in the fields of artificial intelligence and data science, and anyone interested in using Python to solve time series problems.



Time Series Forecasting In Python


Time Series Forecasting In Python
DOWNLOAD eBooks

Author : Marco Peixeiro
language : en
Publisher: Simon and Schuster
Release Date : 2022-10-04

Time Series Forecasting In Python written by Marco Peixeiro and has been published by Simon and Schuster this book supported file pdf, txt, epub, kindle and other format this book has been release on 2022-10-04 with Computers categories.


Build predictive models from time-based patterns in your data. Master statistical models including new deep learning approaches for time series forecasting. Time Series Forecasting in Python teaches you to build powerful predictive models from time-based data. Every model you create is relevant, useful, and easy to implement with Python. You'll explore interesting real-world datasets like Google's daily stock price and economic data for the USA, quickly progressing from the basics to developing large-scale models that use deep learning tools like TensorFlow. Time Series Forecasting in Python teaches you to apply time series forecasting and get immediate, meaningful predictions. You'll learn both traditional statistical and new deep learning models for time series forecasting, all fully illustrated with Python source code. Test your skills with hands-on projects for forecasting air travel, volume of drug prescriptions, and the earnings of Johnson & Johnson. By the time you're done, you'll be ready to build accurate and insightful forecasting models with tools from the Python ecosystem. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.



Modern Time Series Forecasting With Python


Modern Time Series Forecasting With Python
DOWNLOAD eBooks

Author : Manu Joseph
language : en
Publisher: Packt Publishing Ltd
Release Date : 2022-11-24

Modern Time Series Forecasting With Python written by Manu Joseph and has been published by Packt Publishing Ltd this book supported file pdf, txt, epub, kindle and other format this book has been release on 2022-11-24 with Computers categories.


Build real-world time series forecasting systems which scale to millions of time series by applying modern machine learning and deep learning concepts Key Features Explore industry-tested machine learning techniques used to forecast millions of time series Get started with the revolutionary paradigm of global forecasting models Get to grips with new concepts by applying them to real-world datasets of energy forecasting Book DescriptionWe live in a serendipitous era where the explosion in the quantum of data collected and a renewed interest in data-driven techniques such as machine learning (ML), has changed the landscape of analytics, and with it, time series forecasting. This book, filled with industry-tested tips and tricks, takes you beyond commonly used classical statistical methods such as ARIMA and introduces to you the latest techniques from the world of ML. This is a comprehensive guide to analyzing, visualizing, and creating state-of-the-art forecasting systems, complete with common topics such as ML and deep learning (DL) as well as rarely touched-upon topics such as global forecasting models, cross-validation strategies, and forecast metrics. You’ll begin by exploring the basics of data handling, data visualization, and classical statistical methods before moving on to ML and DL models for time series forecasting. This book takes you on a hands-on journey in which you’ll develop state-of-the-art ML (linear regression to gradient-boosted trees) and DL (feed-forward neural networks, LSTMs, and transformers) models on a real-world dataset along with exploring practical topics such as interpretability. By the end of this book, you’ll be able to build world-class time series forecasting systems and tackle problems in the real world.What you will learn Find out how to manipulate and visualize time series data like a pro Set strong baselines with popular models such as ARIMA Discover how time series forecasting can be cast as regression Engineer features for machine learning models for forecasting Explore the exciting world of ensembling and stacking models Get to grips with the global forecasting paradigm Understand and apply state-of-the-art DL models such as N-BEATS and Autoformer Explore multi-step forecasting and cross-validation strategies Who this book is for The book is for data scientists, data analysts, machine learning engineers, and Python developers who want to build industry-ready time series models. Since the book explains most concepts from the ground up, basic proficiency in Python is all you need. Prior understanding of machine learning or forecasting will help speed up your learning. For experienced machine learning and forecasting practitioners, this book has a lot to offer in terms of advanced techniques and traversing the latest research frontiers in time series forecasting.



Machine Learning For Time Series Forecasting With Python


Machine Learning For Time Series Forecasting With Python
DOWNLOAD eBooks

Author : Francesca Lazzeri
language : en
Publisher: John Wiley & Sons
Release Date : 2020-12-15

Machine Learning For Time Series Forecasting With Python written by Francesca Lazzeri and has been published by John Wiley & Sons this book supported file pdf, txt, epub, kindle and other format this book has been release on 2020-12-15 with Computers categories.


Learn how to apply the principles of machine learning to time series modeling with this indispensable resource Machine Learning for Time Series Forecasting with Python is an incisive and straightforward examination of one of the most crucial elements of decision-making in finance, marketing, education, and healthcare: time series modeling. Despite the centrality of time series forecasting, few business analysts are familiar with the power or utility of applying machine learning to time series modeling. Author Francesca Lazzeri, a distinguished machine learning scientist and economist, corrects that deficiency by providing readers with comprehensive and approachable explanation and treatment of the application of machine learning to time series forecasting. Written for readers who have little to no experience in time series forecasting or machine learning, the book comprehensively covers all the topics necessary to: Understand time series forecasting concepts, such as stationarity, horizon, trend, and seasonality Prepare time series data for modeling Evaluate time series forecasting models’ performance and accuracy Understand when to use neural networks instead of traditional time series models in time series forecasting Machine Learning for Time Series Forecasting with Python is full real-world examples, resources and concrete strategies to help readers explore and transform data and develop usable, practical time series forecasts. Perfect for entry-level data scientists, business analysts, developers, and researchers, this book is an invaluable and indispensable guide to the fundamental and advanced concepts of machine learning applied to time series modeling.