-
Notifications
You must be signed in to change notification settings - Fork 55
Home
Kelvin Ng edited this page Feb 24, 2017
·
17 revisions
- Quick Start: this gives you a quick introduction to programming in C++ Husky
- Config How-to
- Run Husky in a Cluster
- Build Husky on Windows
- Components Guide:
- Object List: the primary data abstraction
- Channel: objects communicate through channels
- Aggregator: AllReduce-like functionality
- Input Formats:
- BinaryInputFormat: to read from binary files
- MongoDBInputFormat: to read from MongoDB(in Sharding mode)
- Machine Learning Library:
- Vector (Deprecated): a class for representing mathematical vectors for machine learning
- LabeledPoint: a class for representing labeled data mainly for supervised machine learning
- Latest Features:
- Attribute List: separate attributes from Husky object