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

Integration/interpolation methods #39

Open
jonas-eschle opened this issue Nov 18, 2020 · 4 comments
Open

Integration/interpolation methods #39

jonas-eschle opened this issue Nov 18, 2020 · 4 comments

Comments

@jonas-eschle
Copy link

Hi all, many thanks for this library! As I've seen, there is an integration method and interpolation. The latter are also available in other packages (tf-graphics, tf-addons) in one way or another while the integration is not (AFAIK?).

However, we implemented multiple integration algorithms and plan to put them up/into an existing repository. TFP seems nice but maybe not fully suited. However, this repository also does not seem directly like the place for this methods (as it is a very general used functionality, especially in science). Or what do you think?

Would it make sense to put this somewhere else? If so, where?

Many thanks for all the work!

@saxena-ashish-g
Copy link
Contributor

saxena-ashish-g commented Nov 18, 2020 via email

@jonas-eschle
Copy link
Author

The integrations are in Python TF, similar to the simpson. In fact, a tensorflow-math package would be great! Similar to scipy of the scope?

In terms of timeframe we would be interested to have such a package rather sooner than later, just to avoid further duplications of others. Especially to converge on an API would be great for e.g. integration methods (1D and ND).

While our implementations are not excellent, it's better to either a) polish them up and contribute or b) use another method provided by whomever in order to channel the efforts.

Any timeframe regarding the tf-math repository? Or any way we can help/contribute/be involved in?

@jonas-eschle
Copy link
Author

Hi, is there any update on this? To me, it really seems in the wrong place currently: all this math tools are great, but they are used in general statistics or science extensively (e.g. TensorFlow Probability) and we should try to have it in a common place.

@cyrilchim
Copy link
Contributor

Hi Jonas,

I agree that many of the maths components could be extracted into a separate repo. At the moment we do not have the capacity to move the code. For now please feel free to make a contribution to the current repo.

Please let me know if you still wish to contribute any specific methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants