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

Sigmoid overflow error for very small input values z. and Colorful drawing boxes #354

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

Commits on Sep 3, 2018

  1. Add ggitignore file

    kabrau committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    378c2b8 View commit details
    Browse the repository at this point in the history
  2. Compute logistic function (sigmoid).

    Uses scipy.special.expit
    to avoid overflow error for very small input values z.
    kabrau committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    3dd5bdb View commit details
    Browse the repository at this point in the history
  3. Fix .gitignore file

    kabrau committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    b86b149 View commit details
    Browse the repository at this point in the history
  4. Colorful drawing boxes

    kabrau committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    e183bd6 View commit details
    Browse the repository at this point in the history
  5. Pascal annotation file

    kabrau committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    8d73038 View commit details
    Browse the repository at this point in the history
  6. MP4 file

    kabrau committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    3a7217b View commit details
    Browse the repository at this point in the history
  7. Windows path

    kabrau committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    423ef3e View commit details
    Browse the repository at this point in the history
  8. Evaluate

    kabrau committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    50bd59e View commit details
    Browse the repository at this point in the history
  9. Updated

    kabrau committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    5892cbc View commit details
    Browse the repository at this point in the history