Skip to content

anttitakalahti/ProProMo2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProProMo2015

Baseline for Project in Probabilistic Models 2015

Build the docker:

docker build -t tade/propromo github.com/anttitakalahti/ProProMo2015

The dockerfile includes build instructions for javac.

Run the docker:

docker run -it tade/propromo

Once again the actual run command is given in the Dockerfile. The -i stands for interactive, so you can simulate the client and send messages.

To access your docker image:

docker run -it tade/propromo /bin/bash

Ideas:

  • see if already seen values have higher prob.
  • see if each position has similar value prob. distribution.
  • check the 5k pattern and see how early we can be sure we are seeing that pattern.

About

Baseline for Project in Probabilistic Models 2015

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published