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

Learning Method: Single-label image classification #25

Closed
9 tasks done
lorenzoh opened this issue Apr 5, 2021 · 1 comment
Closed
9 tasks done

Learning Method: Single-label image classification #25

lorenzoh opened this issue Apr 5, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request numfocusgrant Part of @lorenzoh's NumFOCUS grant

Comments

@lorenzoh
Copy link
Member

lorenzoh commented Apr 5, 2021

A LearningMethod for single-label image classification. See https://docs.fast.ai/tutorial.vision.html#Single-label-classification for fastai equivalent.

Status

Implementation:

  • LearningTask and LearningMethod definition
  • core interface
  • training interface
  • testing interface
  • plotting interface

Documentation:

  • complete reference in docstring
  • used in a tutorial

Tests:

  • LearningMethod test suite
  • custom tests
@lorenzoh lorenzoh added the numfocusgrant Part of @lorenzoh's NumFOCUS grant label Apr 5, 2021
@lorenzoh lorenzoh self-assigned this Apr 5, 2021
@lorenzoh lorenzoh added the enhancement New feature or request label Apr 5, 2021
@lorenzoh
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request numfocusgrant Part of @lorenzoh's NumFOCUS grant
Projects
None yet
Development

No branches or pull requests

1 participant