All Projects → tugraz-isds → systemds

tugraz-isds / systemds

Licence: Apache-2.0 license
An open source ML system for the end-to-end data science lifecycle

Programming Languages

java
68154 projects - #9 most used programming language
r
7636 projects
shell
77523 projects
python
139335 projects - #7 most used programming language
Cuda
1817 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to systemds

cachegrand
cachegrand is an open-source fast, scalable and secure Key-Value store, also fully compatible with Redis protocol, designed from the ground up to take advantage of modern hardware vertical scalability, able to provide better performance and a larger cache at lower cost, without losing focus on distributed systems.
Stars: ✭ 87 (+128.95%)
Mutual labels:  distributed
scalecube-config
ScaleCube Config is a configuration access management library for JVM based distributed applications
Stars: ✭ 15 (-60.53%)
Mutual labels:  distributed
Etaler
A flexable HTM (Hierarchical Temporal Memory) framework with full GPU support.
Stars: ✭ 79 (+107.89%)
Mutual labels:  tensor
demo-ipfs-id-qr-codes
Generates a QR Code of your IPNS URL and Public Key
Stars: ✭ 21 (-44.74%)
Mutual labels:  distributed
dtmcli-php
a php client for distributed transaction framework dtm.
Stars: ✭ 26 (-31.58%)
Mutual labels:  distributed
Cherry-Node
Cherry Network's node implemented in Rust
Stars: ✭ 72 (+89.47%)
Mutual labels:  distributed
monitor-merlin
Module for Effortless Redundancy and Loadbalancing In Naemon
Stars: ✭ 21 (-44.74%)
Mutual labels:  distributed
DSIN
Deep Image Compression using Decoder Side Information (ECCV 2020)
Stars: ✭ 39 (+2.63%)
Mutual labels:  distributed
semagrow
A SPARQL query federator of heterogeneous data sources
Stars: ✭ 27 (-28.95%)
Mutual labels:  distributed
optuna-examples
Examples for https://github.com/optuna/optuna
Stars: ✭ 238 (+526.32%)
Mutual labels:  distributed
dnr-editor
Distributed Data-Flow Coordination Platform Based on Node-RED
Stars: ✭ 72 (+89.47%)
Mutual labels:  distributed
flowgraph
Flowgraph package for scalable asynchronous system development
Stars: ✭ 51 (+34.21%)
Mutual labels:  distributed
rearq
A distributed task queue built with asyncio and redis, with built-in web interface
Stars: ✭ 81 (+113.16%)
Mutual labels:  distributed
insightedge
InsightEdge Core
Stars: ✭ 22 (-42.11%)
Mutual labels:  distributed
TensorCast.jl
It slices, it dices, it splices!
Stars: ✭ 106 (+178.95%)
Mutual labels:  tensor
Tensorial.jl
Statically sized tensors and related operations for Julia
Stars: ✭ 18 (-52.63%)
Mutual labels:  tensor
NDScala
N-dimensional arrays in Scala 3. Think NumPy ndarray, but type-safe over shapes, array/axis labels & numeric data types
Stars: ✭ 37 (-2.63%)
Mutual labels:  tensor
Gringofts
Gringofts makes it easy to build a replicated, fault-tolerant, high throughput and distributed event-sourced system.
Stars: ✭ 84 (+121.05%)
Mutual labels:  distributed
pyrsia
Decentralized Package Network
Stars: ✭ 103 (+171.05%)
Mutual labels:  distributed
oceanbase
OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.
Stars: ✭ 4,466 (+11652.63%)
Mutual labels:  distributed

NOTE: SystemDS has been merged back into Apache SystemML to become Apache SystemDS (March 27, 2020).

SystemDS

Overview: SystemDS is a versatile system for the end-to-end data science lifecycle from data integration, cleaning, and feature engineering, over efficient, local and distributed ML model training, to deployment and serving. To this end, we aim to provide a stack of declarative languages with R-like syntax for (1) the different tasks of the data-science lifecycle, and (2) users with different expertise. These high-level scripts are compiled into hybrid execution plans of local, in-memory CPU and GPU operations, as well as distributed operations on Apache Spark. In contrast to existing systems - that either provide homogeneous tensors or 2D Datasets - and in order to serve the entire data science lifecycle, the underlying data model are DataTensors, i.e., tensors (multi-dimensional arrays) whose first dimension may have a heterogeneous and nested schema.

Documentation: SystemDS Documentation

Status and Build: SystemDS is still in pre-alpha status. The original code base was forked from Apache SystemML 1.2 in September 2018. We will continue to support linear algebra programs over matrices, while replacing the underlying data model and compiler, as well as substantially extending the supported functionalities. Until the first release, you can build your own snapshot via Apache Maven: mvn -DskipTests clean package.

Status

Build Status License

Build Documentation Component Test Application Test Function Test Python Test

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].