An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: transition-matrix

open-risk/transitionMatrix

Statistical analysis and visualization of state transition phenomena

Language: Python - Size: 5.73 MB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 86 - Forks: 32

SAKryukov/generic-state-machine

Transition system and state machine generic classes can be instantiated with any enumeration types representing the sets of states and the input and output alphabets

Language: C# - Size: 428 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

nessan/xoshiro

C++ header-only library for the full family of Xoshiro/Xoroshiro random number generators

Language: C++ - Size: 1.23 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 11 - Forks: 1

kmedian/ctmc

Continuous Time Markov Chain

Language: Jupyter Notebook - Size: 89.8 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 16 - Forks: 5

nvlinhvn/marketing-attribution

We have 4 different display advertising campaigns. We would like to evaluate how effective each advertising campaign is in generating sales

Language: Jupyter Notebook - Size: 3.44 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

Gagniuc/Markov-Chains-Prediction-framework

This application makes predictions by multiplying a probability vector with a transition matrix multiple times (n steps - user defined). On each step the values from the resulting probability vectors are plotted on a chart. The resulting curves on the chart indicate the behavior of the system over a number of steps.

Language: Visual Basic 6.0 - Size: 64.5 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 2

szivkovicx/weatherchance-app

WeatherChance is an open-source application that can predict whether the tomorrows weather of particular queried location/city will be good or bad. Good weather is essentially defined as sunny and less cloudly and bad weather is defined as rainy, snowy etc.

Language: TypeScript - Size: 582 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Gagniuc/Predictions-with-Markov-Chains

Predictions with Markov Chains is a JS application that multiplies a probability vector with a transition matrix multiple times (n steps - user defined). On each step, the values from the resulting probability vectors are plotted on a chart. The resulting curves on the chart indicate the behavior of the system over n steps.

Language: HTML - Size: 140 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 1

Gagniuc/Markov-Chains-Simulation-framework

The Markov Chains - Simulation framework is a Markov Chain Generator that uses probability values from a transition matrix to generate strings. At each step the new string is analyzed and the letter frequencies are computed. These frequencies are displayed as signals on a graph at each step in order to capture the overall behavior of the MCG.

Language: Visual Basic 6.0 - Size: 48.8 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 2

Gagniuc/Markov-Chains-scanner

The current JS application is a detector that uses observation sequences to construct the transition matrices for two models, which are merged into a single log-likelihood matrix (LLM). A scanner can use this LLM to search for regions of interest inside a longer sequence called z (the target).

Language: HTML - Size: 119 KB - Last synced at: 4 days ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0

IvoDSBarros/transition-matrices

Computing and styling transition matrices with Python: a real-world application on Fortune Global 500

Language: Jupyter Notebook - Size: 1.34 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dariotrinchero/monopoly

Simulates the movement of players around the board for a game of US Standard 2008 Edition Monopoly, using a Markov process, in order to model the likelihood of landing on each tile.

Language: Python - Size: 45.9 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

lorenzenv/Supermarket-Simulation

Modeling and visualization of the movement of supermarket visitors based on real customer data.

Language: Jupyter Notebook - Size: 2.61 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Open-Risk-Academy/Academy-Course-PYT26038

Scripts supporting the Open Risk Academy course Analysis of Credit Migration using Python TransitionMatrix

Language: Python - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

visitishan/Navigation-path-prediction-and-probability

Library to find the Probability Estimation of Navigation Paths and their Pattern Prediction.

Language: Python - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

guillaumelauzier/transition-matrix

The transition matrix of a Markov chain is a square matrix that describes the probability of transitioning from one state to another.

Language: C++ - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Gagniuc/Markov-Chains-The-weather

This application uses a transition matrix to make predictions by using a Markov chain. For exemplification, the values from the transition matrix represent the transition probabilities between two states found in a sequence of observations.

Language: Visual Basic 6.0 - Size: 116 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 2

punitzen/markov-chain-application-using-python

Application of Markov Chain in Finance

Language: Jupyter Notebook - Size: 256 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 2

senzelden/supermarket_simulation

A Markov-chain based supermarket simulation.

Language: Jupyter Notebook - Size: 1.01 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 3

rohitkrai03/iterators

Share Market Prediction App using Markov Chains Model

Language: PHP - Size: 11.7 MB - Last synced at: about 2 months ago - Pushed at: almost 8 years ago - Stars: 16 - Forks: 15

gabrielegilardi/Q-Learning

Reinforcement Learning Using Q-learning, Double Q-learning, and Dyna-Q.

Language: Python - Size: 36.1 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

fra-mari/Markov_Chain_Supermarket

A Monte Carlo simulation representing the daily behaviour of customers inside a fictional supermarket. Featuring a colourful and clear visualisation interface.

Language: Jupyter Notebook - Size: 4.34 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

kmedian/panelctmc

Continuous Time Markov Chain for daily panel data and annual transition probabilities

Language: Jupyter Notebook - Size: 58.6 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

alejandrods/Analysis-of-classifiers-robust-to-noisy-labels

Analysis of robust classification algorithms for overcoming class-dependant labelling noise: Forward, Importance Reweighting and T-revision. We demonstrate methods for estimating the transition matrix in order to obtain better classifier performance when working with noisy data.

Language: Jupyter Notebook - Size: 1.66 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 2

diegoinacio/word-game-suggester

Word suggestion based on the Markov Chain model

Language: Python - Size: 4.24 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

TimonLukas/simple-markov-chain

NPM package to easily create and use Markov chains

Language: JavaScript - Size: 148 KB - Last synced at: 17 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

magerton/MarkovTransitionMatrices.jl

Create sparse transition matrices given state-space vectors, mean, variance

Language: Julia - Size: 56.6 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 2

Related Keywords
transition-matrix 27 markov-chain 16 python 8 probability 8 markov-model 5 prediction 4 markov 3 transition-probability 3 simulation 3 javascript 3 vb6 3 pypi 2 stochastic-matrix 2 markov-chains 2 html5 2 js 2 matrix 2 vb6-application 2 vb6-source 2 jupyter-notebook 2 python3 2 credit-rating 2 rating-migration 2 credit-risk 2 markovian-processes 1 image-processing 1 reinforcement-learning 1 q-learning 1 probabilistic-model 1 gridworld 1 dyna-q 1 deterministic-model 1 stock-prices 1 stock-data 1 php 1 css 1 supermarket 1 poisson-distribution 1 probabilistic-programming 1 market-trend 1 market-share 1 brand-loyalty 1 weather 1 state-estimation 1 state 1 probability-calculator 1 pathfinding 1 path-probabilities 1 initial-vector 1 markov-switching 1 julia 1 npm 1 string-manipulation 1 regular-expression 1 pure-python 1 natural-language-processing 1 data-analysis 1 algorithm 1 t-revision 1 robustness 1 reweighting-examples 1 reweighting-algorithms 1 pytorch 1 noisy-data 1 nlp 1 neural-network 1 machine-learning 1 label-noise 1 importance-reweighting 1 image-classification 1 forward-model 1 deep-learning 1 data-science 1 annual-transition-probabilities 1 object-oriented-programming 1 montecarlo-simulation 1 html5-canvas 1 enumeration 1 future 1 weather-forecast 1 nextjs 1 vectors 1 finite-state-machine 1 transition 1 generics 1 graph-algorithms 1 graphs 1 np-hard 1 marketing-analytics 1 linear-programming 1 attribution-model 1 state-machine 1 transducers 1 transition-systems 1 ctmc 1 continuous-time-markov-chain 1 xoshiro256 1 xoshiro 1 random-number-generators 1 parallel-computing 1