bergloman / docker-images

Useful Docker images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Useful Docker images


Languages

Language:Makefile 33.2%Language:Shell 29.6%Language:JavaScript 20.9%Language:C++ 16.3%