Skip to content

Lab 02 solution mistake #13

Description

@davidgonmar

{50616BD9-1A5C-427B-8D3D-2B0692DC3B9C}

In Lab 02, the grad_norm_bound value in the last section is computed incorrectly. It should be calculated as (25 * np.linalg.norm(np.dot(A.T, A), 2) + np.linalg.norm(np.dot(A.T, b))) / A.shape[0] in order to use the Spectral Norm (not specifying the ord argument yields the Frobenius norm).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions