Hopsworks - Data-Intensive AI platform with a Feature Store
Die Hauptfunktionen von logicalclocks/hopsworks sind: Deep Learning Frameworks, MLOps Platforms, Feature Stores, MLOps and Deployment, MLOps and Infrastructure, MLOps and Pipelines, Training and Orchestration, Data Science Tools.
Open-Source-Alternativen zu logicalclocks/hopsworks sind unter anderem: polyaxon/polyaxon — Polyaxon is a Kubernetes-native machine learning orchestration platform and MLOps pipeline orchestrator. It serves as… feast-dev/feast — Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and… tensorchord/envd — 🏕️ Reproducible development environment for humans and agents. iterative/cml — CML is a pipeline automation tool for training and evaluating machine learning models, functioning as a CI/CD system… pycaret/pycaret — PyCaret is a Python AutoML platform and MLOps lifecycle manager designed to automate machine learning workflows. It… awslabs/aws-data-wrangler — This project is an AWS pandas integration library and data pipeline framework designed to simplify the movement and…
Polyaxon is a Kubernetes-native machine learning orchestration platform and MLOps pipeline orchestrator. It serves as a control plane for managing distributed deep learning workloads, automated machine learning pipelines, and experiment tracking. The platform distinguishes itself through specialized services for distributed training management, including MPI-based coordination for PyTorch and TensorFlow. It provides an automated hyperparameter optimization service utilizing Bayesian, random, and grid search algorithms, alongside managed interactive AI workspaces for launching Jupyter notebook
Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma
CML is a pipeline automation tool for training and evaluating machine learning models, functioning as a CI/CD system for machine learning. It serves as a cloud compute orchestrator and Git-based workflow manager that automates model training cycles through branch management, automated commits, and integrated reporting. The project distinguishes itself by provisioning ephemeral cloud instances or Kubernetes nodes to provide specialized hardware for compute-heavy tasks. It also manages remote compute runners, allowing the connection of self-hosted GPU clusters or on-premise machines to execute
🏕️ Reproducible development environment for humans and agents