Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPU support + Linear SVC/Linear SVR + Gradient Check #67

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2022

  1. Initial Implementation

    210057zzh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    bd70060 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. add tutorials for KNN

    210057zzh committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    252d641 View commit details
    Browse the repository at this point in the history
  2. Add link for sources

    210057zzh committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    fd13047 View commit details
    Browse the repository at this point in the history
  3. remove doc

    210057zzh committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    d293083 View commit details
    Browse the repository at this point in the history
  4. vectorized LinearSVC

    210057zzh committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    dcd2a1a View commit details
    Browse the repository at this point in the history
  5. support hinge loss

    210057zzh committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    7117e9f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. fix format

    210057zzh committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c0c5283 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    b4db3fd View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. add support for multiclass

    210057zzh committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    65bbe31 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. change n_informative

    210057zzh committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    97872c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1ba7d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. add skeleton

    210057zzh committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    8193a94 View commit details
    Browse the repository at this point in the history
  2. implemented svr

    210057zzh committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    cbd5d01 View commit details
    Browse the repository at this point in the history
  3. implemented svr

    210057zzh committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    9eefcdb View commit details
    Browse the repository at this point in the history
  4. black the repo

    210057zzh committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    4abcbc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. add docs for linearSVC

    210057zzh committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    7638bed View commit details
    Browse the repository at this point in the history
  2. fix doc

    210057zzh committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9610f73 View commit details
    Browse the repository at this point in the history
  3. add docs for linearSVR

    210057zzh committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    63cdd9a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. add dpp formulation

    210057zzh committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    943224a View commit details
    Browse the repository at this point in the history
  2. add gradient support

    210057zzh committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    22afc05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dd0f57 View commit details
    Browse the repository at this point in the history
  4. make format

    210057zzh committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    9364f72 View commit details
    Browse the repository at this point in the history
  5. fix tests

    210057zzh committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    3c0d3ce View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. add pylayers to linear svr

    210057zzh committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    60f670c View commit details
    Browse the repository at this point in the history
  2. make format

    210057zzh committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    902e13f View commit details
    Browse the repository at this point in the history
  3. add knnclassifier gradcheck

    210057zzh committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    28840a4 View commit details
    Browse the repository at this point in the history
  4. add gradcheck to neighbors

    210057zzh committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    899e6f1 View commit details
    Browse the repository at this point in the history
  5. add gradcheck to all

    210057zzh committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    688c439 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. add lasso gpu support

    210057zzh committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2a0f810 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5d4336 View commit details
    Browse the repository at this point in the history
  3. add gpu for neighbors

    210057zzh committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    38b4400 View commit details
    Browse the repository at this point in the history
  4. add gpu support

    210057zzh committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f027972 View commit details
    Browse the repository at this point in the history
  5. add gpu support

    210057zzh committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c629c32 View commit details
    Browse the repository at this point in the history