Skip to content

Commit e7b3569

Browse files
committed
Added entry 10.5281/zenodo.3161734
1 parent ad2de55 commit e7b3569

File tree

3 files changed

+139
-0
lines changed

3 files changed

+139
-0
lines changed

10.5281_zenodo.3161734/article.bib

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
@Article {Fuente:2019,
2+
author = {Alfredo De la Fuente and Robert Aduviri},
3+
title = {{[Re] Variational Sparse Coding}},
4+
journal = {ReScience C},
5+
year = {2019},
6+
month = {5},
7+
volume = {5},
8+
number = {2},
9+
pages = {{#2}},
10+
doi = {10.5281/zenodo.3161734},
11+
url = {https://zenodo.org/record/3161734/files/article.pdf},
12+
code_url = {https://github.com/Alfo5123/Variational-Sparse-Coding},
13+
code_doi = {10.5281/zenodo.2657330},
14+
data_url = {},
15+
data_doi = {},
16+
review_url = {https://github.com/reproducibility-challenge/iclr_2019/pull/146},
17+
type = {Replication},
18+
language = {Python},
19+
domain = {Machine Learning},
20+
keywords = {generative models, variational autoencoders, sparse coding}
21+
}

10.5281_zenodo.3161734/article.pdf

758 KB
Binary file not shown.

10.5281_zenodo.3161734/article.yaml

+118
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
# To be filled by the author(s) at the time of submission
2+
# -------------------------------------------------------
3+
4+
# Title of the article:
5+
# - For a successful replication, it shoudl be prefixed with "[Re]"
6+
# - For a failed replication, it should be prefixed with "[¬Re]"
7+
# - For other article types, no instruction (but please, not too long)
8+
title: "[Re] Variational Sparse Coding"
9+
10+
# List of authors with name, orcid number, email and affiliation
11+
# Affiliation "*" means contact author
12+
authors:
13+
- name: Alfredo De la Fuente
14+
orcid: 0000-0002-5027-2771
15+
16+
affiliations: 1,2
17+
18+
- name: Robert Aduviri
19+
orcid: 0000-0002-6972-589X
20+
21+
affiliations: 3,* # * is for contact author
22+
23+
# List of affiliations with code (corresponding to author affiliations), name
24+
# and address. You can also use these affiliations to add text such as "Equal
25+
# contributions" as name (with no address).
26+
affiliations:
27+
- code: 1
28+
name: Skolkovo Institute of Science and Technology
29+
address: Moscow, Russia
30+
31+
- code: 2
32+
name: National Research University Higher School of Economics
33+
address: Moscow, Russia
34+
35+
- code: 3
36+
name: Pontifical Catholic University of Peru
37+
address: Lima, Peru
38+
39+
40+
# List of keywords (adding the programming language might be a good idea)
41+
keywords: generative models, variational autoencoders, sparse coding
42+
43+
# Code URL and DOI (url is mandatory for replication, doi after acceptance)
44+
# You can get a DOI for your code from Zenodo,
45+
# see https://guides.github.com/activities/citable-code/
46+
code:
47+
- url: https://github.com/Alfo5123/Variational-Sparse-Coding
48+
- doi: 10.5281/zenodo.2657330
49+
50+
# Date URL and DOI (optional if no data)
51+
data:
52+
- url:
53+
- doi:
54+
55+
# Information about the original article that has been replicated
56+
replication:
57+
- cite: # Full textual citation
58+
- bib: # Bibtex key (if any) in your bibliography file
59+
- url: https://openreview.net/pdf?id=SkeJ6iR9Km # URL to the PDF, try to link to a non-paywall version
60+
- doi: # Regular digital object identifier
61+
62+
# Don't forget to surround abstract with double quotes
63+
abstract: "In this work we replicate and validate the experiments described in the paper 'Variational Sparse Coding' submitted to the ICLR 2019 Conference. Aiming to reproduce the results obtained by the authors, we implemented from scratch the variational auto-encoder architecture as described in the submitted paper to learn sparse representations for MNIST, Fashion-MNIST and CelebA datasets. We run the experiments and propose further suggestions to improve model performance at generating samples from low-dimensional vectors, traversing latent space, and using the sparse representations for classification tasks. We conclude that reproducibility, given the paper description, is overall possible."
64+
65+
# Bibliography file (yours)
66+
bibliography: bibliography.bib
67+
68+
# Type of the article
69+
# Type can be:
70+
# * Editorial
71+
# * Letter
72+
# * Replication
73+
type: Replication
74+
75+
# Scientific domain of the article (e.g. Computational Neuroscience)
76+
# (one domain only & try to be not overly specific)
77+
domain: Machine Learning
78+
79+
# Coding language (main one only if several)
80+
language: Python
81+
82+
83+
# To be filled by the author(s) after acceptance
84+
# -----------------------------------------------------------------------------
85+
86+
# For example, the URL of the GitHub issue where review actually occured
87+
review:
88+
- url: https://github.com/reproducibility-challenge/iclr_2019/pull/146
89+
90+
contributors:
91+
- name: Koustuv Sinha
92+
orcid: 0000-0002-2803-9236
93+
role: editor
94+
- name: Anonymous reviewers
95+
orcid:
96+
role: reviewer
97+
- name:
98+
orcid:
99+
role: reviewer
100+
101+
# This information will be provided by the editor
102+
dates:
103+
- received: May 4, 2019
104+
- accepted: May 4, 2019
105+
- published: May 22, 2019
106+
107+
# This information will be provided by the editor
108+
article:
109+
- number: 2
110+
- doi: 10.5281/zenodo.3161734
111+
- url: https://zenodo.org/record/3161734/files/article.pdf
112+
113+
# This information will be provided by the editor
114+
journal:
115+
- name: "ReScience C"
116+
- issn: 2430-3658
117+
- volume: 5
118+
- issue: 2

0 commit comments

Comments
 (0)