Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zrthxn/cell_migration
https://github.com/zrthxn/cell_migration
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zrthxn/cell_migration
- Owner: zrthxn
- Created: 2024-08-25T18:44:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T10:54:02.000Z (about 1 month ago)
- Last Synced: 2024-12-06T11:27:41.002Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 21.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Cell Migration
## Notes
### 27.10. -- Bayesflow
- Each summary net and amortizer should come with more documentation of the type of data it expects
- Without this it is very hard to write a configurator function for a summary network### 7.11. -- Bayesflow
- Is there a good reason for the trainer to take a configurator?
- Trainer should not take a configurator function, the user should be able to config the data and then just give it to the trainer, at least for offline
- There needs to be a lot more documentation on the website about what SBC ECDF is