3.0.1-p20241028120035.0 • Published 8 months ago

@epfml/discojs v3.0.1-p20241028120035.0

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

@epfml/discojs

Decentralized & federated privacy-preserving ML training in TypeScript.

This is the core library of the Disco.js project.

It is platform-agnostic, and has two companions library:

The easiest way to start using it is through the Disco object. Create your own Task or load one from our default_tasks, setup the Dataset you want, and train with it.

import { Disco } from '@epfml/discojs'

const url = ...; // url to a Disco.js server
const dataset = ...;
const task = ...;

const disco = new Disco(task, { url })
for await (const _ of disco.fit(dataset));
2.2.1

12 months ago

2.2.0

12 months ago

3.0.0

11 months ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago