Master LLMs with our FREE course in collaboration with Activeloop & Intel Disruptor Initiative. Join now!

Publication

Markov Algorithm For Time Series
Latest   Machine Learning

Markov Algorithm For Time Series

Last Updated on July 25, 2023 by Editorial Team

Author(s): Ashutosh Malgaonkar

Originally published on Towards AI.

Table of Contents


Markov Modeling

This member-only story is on us. Upgrade to access all of Medium.

I. Downloading the dataset

II. Algorithm — Going from Time Series data to Discrete Markov Modeling

III. Visualizing Error Metrics

I went here →https://data.world/classyprince/arxivcombineddata

and downloaded the data. This data shows submissions and downloads for arXiv by month.

In this task, I will predict the monthly submissions.

In order to go from data that is not discretized to some finite number (basically not standardized could be the right phrase) to a discretized dataset that can be used for State-Transition modeling, I need a mapping function.

Here I will use the percentile function. Excel has a… Read the full blog for free on Medium.

Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming a sponsor.

Published via Towards AI

Feedback ↓