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

Better documentation #70

Open
gdalle opened this issue Jun 28, 2023 · 1 comment · May be fixed by #102
Open

Better documentation #70

gdalle opened this issue Jun 28, 2023 · 1 comment · May be fixed by #102
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@gdalle
Copy link
Collaborator

gdalle commented Jun 28, 2023

We urgently need a better documentation with

@gdalle gdalle added the documentation Improvements or additions to documentation label Jun 28, 2023
@gdalle gdalle added this to the v0.5 milestone Jun 28, 2023
@gdalle
Copy link
Collaborator Author

gdalle commented Jun 29, 2023

I also wanna write an explanation of the design of the library:

  • there are layers and losses, all callable
  • some layers are probabilistic, others not, but all are differentiable
  • most losses must be built with a layer
  • if you have your own differentiable loss you can compose it with a layer
  • if you have your own non-differentiable loss you can pushforward it with a probabilistic layer

@BatyLeo BatyLeo modified the milestones: v0.6, v0.7 Sep 11, 2023
@BatyLeo BatyLeo linked a pull request Dec 12, 2023 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants