Diffusion LC-Sampling-Theory (master)
Recent Commits
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
8959e67334e2 | zanoli | new search line | Jun 16 2023 | ||||
fbe8b3607aca | zanoli | correction on the lbfgs method init | May 3 2023 | ||||
6ae1c280df4b | zanoli | introduced LBFGS and frequency regularization | May 3 2023 | ||||
6fd9554d9be8 | zanoli | train and test now working properly | Apr 11 2023 | ||||
561d5fbf9f72 | zanoli | introduced lambda for maxima number optimization | Apr 8 2023 | ||||
87acf6b35905 | zanoli | optimizing frequency transform statically After level definition through… | Feb 23 2023 | ||||
5feae906de57 | zanoli | FML | Feb 20 2023 | ||||
a3215a5b7042 | zanoli | implemented spectral learning | Feb 17 2023 | ||||
e8a43e18a742 | zanoli | First experiments with multy sinc interpolation | Feb 15 2023 | ||||
db7ae6228b21 | zanoli | IDFK | Feb 2 2023 | ||||
059d215cb10b | zanoli | error in size allignment of t_base | Feb 2 2023 | ||||
477a31dd68e1 | zanoli | Added support for larger dataset generation | Feb 2 2023 | ||||
edeb35a840f6 | zanoli | settings for DESKTOP at work | Feb 2 2023 | ||||
8ae6665e1b0d | zanoli | Merge branch 'master' of ssh://c4science.ch/diffusion/12761/lc-sampling-theory | Feb 1 2023 | ||||
839500f7ca98 | zanoli | change in sinc interpolation standard | Feb 1 2023 |
README.MD
README.MD
gaussian_collapsing.py\
1: The main processing pipeline entrypoint, contained in src, is "gaussian_collapsing.py".\ 2: Setting DEV_MODE to True allow to define parameters and display results, turning it to False will start the processing pipeline training\ 3: The parameters for the processing pipeline are contained in the defined constants at the top of "gaussian_collapsing.py"\
gaussian_collapsing_no_batch.py\
Same as previously, the settings for the process are contained in the defined constant at the top of the script
c4science · Help