All Projects → pailabteam → Pailab

pailabteam / Pailab

Licence: apache-2.0
a package for versioning, automatization and analysis of machine learning development

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pailab

Hyperparameter hunter
Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries
Stars: ✭ 648 (+2492%)
Mutual labels:  artificial-intelligence, ml, sklearn
0xdeca10b
Sharing Updatable Models (SUM) on Blockchain
Stars: ✭ 285 (+1040%)
Mutual labels:  artificial-intelligence, ml
Polyaxon
Machine Learning Platform for Kubernetes (MLOps tools for experimentation and automation)
Stars: ✭ 2,966 (+11764%)
Mutual labels:  artificial-intelligence, ml
Csinva.github.io
Slides, paper notes, class notes, blog posts, and research on ML 📉, statistics 📊, and AI 🤖.
Stars: ✭ 342 (+1268%)
Mutual labels:  artificial-intelligence, ml
CS-7641-assignments
CS 7641 - All the code
Stars: ✭ 135 (+440%)
Mutual labels:  sklearn, ml
Atlas
An Open Source, Self-Hosted Platform For Applied Deep Learning Development
Stars: ✭ 259 (+936%)
Mutual labels:  artificial-intelligence, ml
Datmo
Open source production model management tool for data scientists
Stars: ✭ 334 (+1236%)
Mutual labels:  artificial-intelligence, version-control
Atari
AI research environment for the Atari 2600 games 🤖.
Stars: ✭ 174 (+596%)
Mutual labels:  artificial-intelligence, ml
Kglib
Grakn Knowledge Graph Library (ML R&D)
Stars: ✭ 405 (+1520%)
Mutual labels:  artificial-intelligence, ml
Rumale
Rumale is a machine learning library in Ruby
Stars: ✭ 526 (+2004%)
Mutual labels:  artificial-intelligence, ml
Xai
XAI - An eXplainability toolbox for machine learning
Stars: ✭ 596 (+2284%)
Mutual labels:  artificial-intelligence, ml
Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+11724%)
Mutual labels:  artificial-intelligence, sklearn
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (+676%)
Mutual labels:  artificial-intelligence, ml
Awesome Ai Ml Dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
Stars: ✭ 831 (+3224%)
Mutual labels:  artificial-intelligence, ml
Classifai
Enhance your WordPress content with Artificial Intelligence and Machine Learning services.
Stars: ✭ 188 (+652%)
Mutual labels:  artificial-intelligence, ml
Clai
Command Line Artificial Intelligence or CLAI is an open-sourced project from IBM Research aimed to bring the power of AI to the command line interface.
Stars: ✭ 320 (+1180%)
Mutual labels:  artificial-intelligence, ml
Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (+456%)
Mutual labels:  artificial-intelligence, ml
Nlpaug
Data augmentation for NLP
Stars: ✭ 2,761 (+10944%)
Mutual labels:  artificial-intelligence, ml
Mindsdb
Predictive AI layer for existing databases.
Stars: ✭ 4,199 (+16696%)
Mutual labels:  artificial-intelligence, ml
Ffdl
Fabric for Deep Learning (FfDL, pronounced fiddle) is a Deep Learning Platform offering TensorFlow, Caffe, PyTorch etc. as a Service on Kubernetes
Stars: ✭ 640 (+2460%)
Mutual labels:  artificial-intelligence, ml

|version|_ |Docs|_ |Travis|_ |Codecov|_ |License|_

.. |Travis| image:: https://travis-ci.org/pailabteam/pailab.svg?branch=develop .. _Travis: https://travis-ci.org/pailabteam/pailab

.. |Codecov| image:: https://codecov.io/gh/pailabteam/pailab/branch/develop/graph/badge.svg .. _Codecov: https://codecov.io/gh/pailabteam/pailab

.. |Docs| image:: https://readthedocs.org/projects/pailab/badge/?version=latest .. _Docs: https://pailab.readthedocs.io/en/latest/?badge=latest

.. |License| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg .. _License: https://opensource.org/licenses/Apache-2.0

.. |version| image:: https://img.shields.io/badge/pailab-beta-yellow.svg .. _version: https://github.com/pailabteam/pailab

.. |frontmark| image:: https://img.shields.io/badge/powered%20by-frontmark-lightgrey.svg .. _frontmark: https://www.frontmark.de/

.. |rivacon| image:: https://img.shields.io/badge/powered%20by-RIVACON-lightgrey.svg .. _rivacon: https://www.rivacon.com/en/

.. |logo| image:: images/monster.png :height: 100 :alt: pailab

|logo| pailab

pailab is an integrated machine learning workbench to version, analyze and automatize the machine learning model building processes and deployments. It keeps track of changes in your machine learning pipeline (code, data, parameters) similar to classical version control systems considering special characteristics of AI model building processes.

It provides:

  • Versioning of all objects of the ML development cycle
  • Full transparency over the whole ML development cycle
  • Support to work in a team on the same AI projects, sharing data, algorithms and results
  • Consistency checks across the whole pipeline
  • Distributed execution of parallel jobs, e.g. for parameter studies
  • Standardized analysis plots
  • Jupyter widgets to administrate and control the ML repo

Al objects added to the repository are split into a part containing big data and a part with the remaining data handling them separately with different technqiues. For example one may use git to administrate the remaining data part. It also adds information to each object such as the version, the author, date etc. and each object is labeled with a category defining the role in the ml process.

|frontmark|_ |rivacon|_

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].