232 skills found · Page 1 of 8
retentioneering / Retentioneering ToolsRetentioneering: product analytics, data-driven CJM optimization, marketing analytics, web analytics, transaction analytics, graph visualization, process mining, and behavioral segmentation in Python. Predictive analytics over clickstream, AB tests, machine learning, and Markov Chain simulations.
JuliaPOMDP / POMDPs.jlMDPs and POMDPs in Julia - An interface for defining, solving, and simulating fully and partially observable Markov decision processes on discrete and continuous spaces.
infer-actively / PymdpA Python implementation of active inference for Markov Decision Processes
sawcordwell / PymdptoolboxMarkov Decision Process (MDP) Toolbox for Python
NathanEpstein / Pavlov.jsReinforcement learning using Markov Decision Processes. For JS, written in C++.
Tw1ddle / MarkovNameGenerator:black_nib: Markov process-based procedural name and word generator demo
coverdrive / MDP DP RLMarkov Decision Processes, Dynamic Programming and Reinforcement Learning
ricedsp / RwtThe Rice Wavelet Toolbox (RWT) is a collection of Matlab M-files and C MEX-files for 1D and 2D wavelet and filter bank design, analysis, and processing. The toolbox provides tools for denoising and interfaces directly with our Matlab code for wavelet domain hidden Markov models and wavelet regularized deconvolution.
kingaa / PompR package for statistical inference using partially observed Markov processes
mschauer / ZigZagBoomerang.jlSleek implementations of the ZigZag, Boomerang and other assorted piecewise deterministic Markov processes for Markov Chain Monte Carlo including Sticky PDMPs for variable selection
AaltoML / Kalman JaxApproximate inference for Markov Gaussian processes using iterated Kalman smoothing, in JAX
sachinbiradar9 / Markov Decision ProcessesImplementation of value iteration algorithm for calculating an optimal MDP policy
lucylow / Deep Learning Mahjong Reinforcement learning (RL) implementation of imperfect information game Mahjong using markov decision processes to predict future game states
snmnmin12 / Lane Change SimulationThis is an C++ implementation of lane change decision making in simulated autonomous driving, path planning and markov decision process as well as particle filters are considered
NathanEpstein / MarkovA compact C++ library for easily simulating common Markov processes.
addy90 / Map Matching 2High Performance Map Matching with Markov Decision Processes (MDPs) and Hidden Markov Models (HMMs).
JuliaPOMDP / MCTS.jlMonte Carlo Tree Search for Markov decision processes using the POMDPs.jl framework
michaelchughes / NPBayesHMMNonparametric Bayesian Inference for Sequential Data. Includes state-of-the-art MCMC inference for Beta process Hidden Markov Models (BP-HMM). Implemented in Matlab.
tanmayshankar / RCNN MDPCode base for solving Markov Decision Processes and Reinforcement Learning problems using Recurrent Convolutional Neural Networks.
SS-YS / MDP With Value Iteration And Policy IterationAn introduction to Markov decision process (MDP) and two algorithms that solve MDPs (value iteration & policy iteration) along with their Python implementations.