Skip to content
New issue

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

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

Already on GitHub? # to your account

Partial Fit #198

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

Partial Fit #198

wants to merge 12 commits into from

Commits on Feb 18, 2019

  1. computing gradient

    Former-commit-id: 7e7e8f5
    shavkunov committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    2c5f296 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. refactored

    Former-commit-id: b6900a5
    shavkunov committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    f95d343 View commit details
    Browse the repository at this point in the history
  2. stanford formule

    Former-commit-id: ccf5f4b
    shavkunov committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    8af4d6a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. extracted softmax out of cycle

    Former-commit-id: 0ebede3
    shavkunov committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    ec1c632 View commit details
    Browse the repository at this point in the history
  2. sparse weights

    Former-commit-id: bddb18d
    shavkunov committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    68e3a95 View commit details
    Browse the repository at this point in the history
  3. vectorized operations

    Former-commit-id: cbd7422
    shavkunov committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    141557b View commit details
    Browse the repository at this point in the history
  4. added break into descent

    Former-commit-id: 45379a4
    shavkunov committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    1ee99ac View commit details
    Browse the repository at this point in the history
  5. extracted updating weights into new class

    Former-commit-id: 40f527d
    shavkunov committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    9a43fb8 View commit details
    Browse the repository at this point in the history
  6. added optimizer

    Former-commit-id: cd6e40d
    shavkunov committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    35c39c7 View commit details
    Browse the repository at this point in the history
  7. added accuracy test

    Former-commit-id: 823d053
    shavkunov committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    1526c63 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. fixed inplace operation

    Former-commit-id: 0165742
    shavkunov committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    a843865 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. attempt to concurent

    Former-commit-id: 52d1fd9
    shavkunov committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    e191c64 View commit details
    Browse the repository at this point in the history