Skip to content

rakshithShetty/MarkovChnBenchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code benchmarks a simple markov chain implementation sparse and dense transistion matrices using

  1. Native Python
  2. Numpy
  3. Theano (both cpu and gpu)

To run the basic tests you can just call python To run the sparse tests you can call python -m sparse

For theano version make sure theano is installed. If you want to run the test on GPU make sure GPU/CUDA is availaible and device is set to 'gpu' in ~/.theaonrc file

About

Benchmarking simple markov chain performance with python, Numpy and Theano

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages