https://github.com/baggepinnen/spectraldistances_supplementary_material
Supplementary material to the paper accompanying SpectralDistances.jl
https://github.com/baggepinnen/spectraldistances_supplementary_material
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.1%) to scientific vocabulary
Repository
Supplementary material to the paper accompanying SpectralDistances.jl
Basic Info
- Host: GitHub
- Owner: baggepinnen
- Language: Julia
- Default Branch: master
- Size: 48.8 KB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Supplementary material to SpectralDistances.jl
This repository contains the code to generate the figures in the paper
with the accompanying software package SpectralDistances.jl.
The code is written in Julia, https://julialang.org/
Installation instructions
- Install julia v1.4 or later (instructions)
- To ensure that the same environment is instantiated as was used to create the figures in the paper, use the Manifest.toml file checked into this repository. Navigate to the folder of this repo, start julia, then run
julia julia> using Pkg julia> pkg"activate ." # Activate the current folder's environment julia> pkg"instantiate -m" # Instantiate the environment, this installs all packages - Examples can now be run by including the corresponding script. Example:
julia julia> include("kbarycenters_birds.jl")Dpending on which backend is chosen for Plots.jl, you may only see the last plot produced by each script. For scripts that produce more than one plot, you may opt to execute individual blocks of code separately.
Datasets
The code assumes that the datasets provided under the links below exist in subfolders to this folder, named
- ./birds: Available here Birds data: 2.5GB train, 356 MB test. (google drive)
- ./ships: Included in this repo.
Scripts
cumulative_spectra.jlreproduces figure 2.varying_parameters.jlreproduces figures 4-5.lowrankmodels.jlreproduces figure 7.interpolation.jlreproduces figures 8-9.ship_detection.jlreproduces figures 10-11.kbarycenters_birds.jlreproduces figure 12. This script requires thebirdsdataset listed above.
Owner
- Name: Fredrik Bagge Carlson
- Login: baggepinnen
- Kind: user
- Location: Lund, Sweden
- Website: baggepinnen.github.io
- Twitter: baggepinnen
- Repositories: 59
- Profile: https://github.com/baggepinnen
Control systems, system identification, signal processing and machine learning
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0