Skip to content

Code Development Notes

jpatanooga edited this page Nov 22, 2012 · 9 revisions

Overview of How We Developed the Codebase

Core Stochastic Gradient Descent Notes

  • com.cloudera.knittingboar.sgd
    • Contains most of the core logic for running the SGD process
    • Based on core code from the Mahout Multinomial Logistic Regression / SGD implementation
    • Interesting Classes

Iterative Reduce Based Parallel SGD Implementation

Unit Tests