重要概念

  • 通信:sharing memory & message passing
  • 架构:client-server & peer-to-peer
  • Synchronization: bulk synchronous & asynchronous
  • Parallelism: data parallelism ( more popular) VS model parallelism

并行编程模型

  • MapReduce: message passing, client-server,and synchronous
  • Parameter Server:message passing,client-server,and asynchronous
  • Decentralized:message passing,peer-to-peer,synchronous or asynchronous

通信方式

  • share memory
    并行计算与机器学习
  • Message passing
    并行计算与机器学习

Synchronization

  • bulk synchronous
    并行计算与机器学习

  • asynchronous
    ??

  • synchronous algorithm
    并行计算与机器学习

  • asynchronous algorithm
    并行计算与机器学习

编程模型

  • MapReduce
    并行计算与机器学习
  • Parameter Server
    并行计算与机器学习
  • 去中心化网络
    并行计算与机器学习
    学习来源:https://www.bilibili.com/video/BV1zE411W7Wo?p=1

相关文章:

  • 2021-05-28
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2021-04-04
  • 2022-12-23
  • 2021-11-21
  • 2021-09-13
猜你喜欢
  • 2021-04-24
  • 2021-05-31
  • 2022-12-23
  • 2021-07-03
  • 2021-09-06
  • 2021-05-24
  • 2022-02-02
相关资源
相似解决方案