diff --git a/README.md b/README.md index fe95293..4d33ad1 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,9 @@ Contributions are always welcome! * [Fork/Join Pattern: Good for recursive data processing](http://highscalability.com/learn-how-exploit-multiple-cores-better-performance-and-scalability) * [MapReduce Pattern: Born for Big Data](http://static.googleusercontent.com/media/research.google.com/en/us/archive/mapreduce-osdi04.pdf) * [Parallelize the rendering of web pages: Use case of Yelp.com](https://engineeringblog.yelp.com/2017/07/generating-web-pages-in-parallel-with-pagelets.html) +* [Distributed Machine Learning](https://arxiv.org/pdf/1512.09295.pdf) + * [Scalable Deep Learning Platform On Spark In Baidu](https://www.slideshare.net/JenAman/scalable-deep-learning-platform-on-spark-in-baidu) + * [Horovod: Uber’s Open Source Distributed Deep Learning Framework for TensorFlow](https://eng.uber.com/horovod/) ## Availability * [Fail-over](https://activemq.apache.org/artemis/docs/1.0.0/ha.html)