Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-4611

Implement the efficient vector norm

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • MLlib
    • None

    Description

      The vector norm in breeze is implemented by `activeIterator` which is known to be very slow. In this PR, an efficient vector norm is implemented, and with this API, `Normalizer` has huge performance gain.

      Here is the benchmark against mnist8m dataset.

      Before

      DenseVector: 68.25secs
      SparseVector: 17.01secs

      With this PR

      DenseVector: 12.71secs
      SparseVector: 2.73secs

      Attachments

        Activity

          People

            dbtsai DB Tsai
            dbtsai DB Tsai
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: