bancaditalia / black-it

Black-box abm calibration kit by the Bank of Italy
https://bancaditalia.github.io/black-it/
GNU Affero General Public License v3.0
42 stars 2 forks source link

Add simple working example of basic TCN / MomentNetwork structure #58

Open JLDC opened 1 year ago

JLDC commented 1 year ago

Proposed changes

Add a simple example of how a neural network (temporal convolutional network) could be used to construct the moments of a given underlying model.

Types of changes

Checklist

Further comments

This is really a minimal working example somewhat outside of the package structure. It should be integrated in the package structure and the PR is being created as discussed with @AldoGl. He will make changes to this PR before integrating it.

AldoGl commented 1 year ago

Thank you Jonathan, great work! We'll try and integrate your algorithm soon :)

codecov-commenter commented 1 year ago

Codecov Report

Merging #58 (35d2742) into main (152aa9b) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/bancaditalia/black-it/pull/58/graphs/tree.svg?width=650&height=150&src=pr&token=FwbdPgBFTD&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)](https://app.codecov.io/gh/bancaditalia/black-it/pull/58?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) ```diff @@ Coverage Diff @@ ## main #58 +/- ## ======================================= Coverage 91.36% 91.36% ======================================= Files 42 42 Lines 1737 1737 ======================================= Hits 1587 1587 Misses 150 150 ```
AldoGl commented 1 year ago

Today I worked on the code and did the following:

There is still some work to do, primarily:

AldoGl commented 1 year ago

@JLDC, could you give access to your fork also to @marcofavoritobi? (no hurry)

JLDC commented 1 year ago

@JLDC, could you give access to your fork also to @marcofavoritobi? (no hurry)

He should already have access. Any maintainer is allowed to edit this pull request. Let me know if I am mistaken and I need to undertake something else.