distributed-algorithm
There are 22 repositories under distributed-algorithm topic.
PaddlePaddle/PaddleFleetX
飞桨大模型开发套件,提供大语言模型、跨模态大模型、生物计算大模型等领域的全流程开发工具链。
gmontamat/gentun
Hyperparameter tuning for machine learning models using a distributed genetic algorithm
realabbas/list-of-algorithms
A comprehensive curated list of algorithms🤠 🏆
151ali/distributed_algorithms_omnetpp
An implementation of some distributed algorithms in OMNeT++ Discrete Event Simulator.
andrewpalumbo/mahout-samsara-book
Accompanying code examples for Apache Mahout: Beyond MapReduce. Distributed Algorithm Design.
drveillard/distributed-systems-architecture
A collection of awesome software, libraries and frameworks, design and architecture principles, books and videos, important resources and best practices about Distributed Systems & Architecture
XzrTGMu/twin-nphard
Graph-based Deterministic Policy Gradient for Repetitive Combinatorial Optimization Problems
jkcso/Multi-Paxos
An experimental approach to the iconic and fault-taulerant distributed algorithm "Paxos", as described in the scientific paper "Paxos Made Moderately Complex" included in this repo under the name MultiPaxos.pdf.
NamyongPark/DBTF
Fast and Scalable Method for Distributed Boolean Tensor Factorization (ICDE'17 & VLDBJ'19)
edenau/bike-sharing-systems-optimization
🚴 A generic model and a distributed algorithm for optimising station-based bike-sharing systems
Hui-Li/GASGD
C++ implementation of GASGD
nicomwong/clock-synchronization
Network Time Protocol clock synchronization algorithm
emfomy/isvd
Integrated Singular Value Decomposition (iSVD)
trolit/leader-selection-Tanenbaum
Election algorithm simulation(ring algorithm, Andrew Tanenbaum's variant) in WinForms using .NET sockets mechanism and UDP protocol.
alex-rantos/Echo-wave
Distributed Algorithms - Echo Wave Algorithm
kabicm/grid2grid
A library transforming between two arbitrary grid-like matrix data layouts over MPI ranks.
matteobjornsson/replicated-log-calendar
Distributed Systems project. A distributed calendar application using the algorithms outlined by Wuu and Bernstein in their paper "Replicated Log and Dictionary Problems"
One-punch24/Distributed_Algorithm_Projects
EPFL CS-451 Distributed Algorithms
lurenss/Advanced-Algorithm-project-CM0470-
Project for Advanced Algorithm [CM0470] course. We applied a distributed algorithm to an Ev3 and two mbots in order to gather them in a point, perform an equilateral triangle and make a line
plazajan/Distributed-Lists
Exercises on distributed lists, using a chain of processing elements (PEs), each PE simulated by a thread.
alexgrigoras/finding_eccentricities
A distributed algorithm for finding eccentricities in a tree
W-Mrt/Mini-batch-k-Means-Clustering
Implement mini-batch k-means in PySpark distributed framework and test the performance of the algorithm on standard synthetic datasets