Skip to content

bergloman/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker images

This repository contains some useful images for data-science.

See more at docker hub.

deep-learning

https://hub.docker.com/r/bergloman/deep-learning

docker pull bergloman/deep-learning:latest

Based on jupyter-tensorflow, which contains tensorflow and keras.

Additionally, it contains mxnet and gluon, so you can do your deep-learning experiments with most commonly used technologies.

qminer

docker pull bergloman/qminer:latest

Based on ubuntu, contains custom built nodejs and qminer. Useful for C++ development.

Built code is located in /var/qminer/qminer directory.

See detailed docs.

problog

https://hub.docker.com/r/bergloman/problog

docker pull bergloman/problog:latest

Python-based image with ProbLog (probabilistic Prolog).

See detailed docs.

PSL

https://hub.docker.com/r/bergloman/psl

docker pull bergloman/psl:latest

PSL stands for probabilistic soft-logic and is a machine learning framework for developing probabilistic models. Official site for the project is http://psl.linqs.org/

See detailed docs.