This commit is contained in:
tqchen 2015-01-01 06:06:55 -08:00
parent d10a435d64
commit be355c1e60

View File

@ -2,7 +2,7 @@
rabit is a light weight library that provides a fault tolerant interface of Allreduce and Broadcast. It is designed to support easy implementations of distributed machine learning programs, many of which fall naturally under the Allreduce abstraction. rabit is a light weight library that provides a fault tolerant interface of Allreduce and Broadcast. It is designed to support easy implementations of distributed machine learning programs, many of which fall naturally under the Allreduce abstraction.
* [Guide Tutorial of Rabit](guide) * [Tutorial of Rabit](guide)
* [API Documentation](http://homes.cs.washington.edu/~tqchen/rabit/doc) * [API Documentation](http://homes.cs.washington.edu/~tqchen/rabit/doc)
* You can also directly read the [interface header](include/rabit.h) * You can also directly read the [interface header](include/rabit.h)