karpathy /
lecun1989-repro
Reproducing Yann LeCun 1989 paper "Backpropagation Applied to Handwritten Zip Code Recognition", to my knowledge the earliest real-world application of a neural net trained with backpropagation.
Loading repository data…
syadlowsky / repository
Code to reproduce the results of "Clinical implications of revised pooled cohort equations for estimating atherosclerotic cardiovascular disease risk"
Due to a coding bug extracting the recalibrated coefficients for the intercept and race from the model, Table 2, the Appendix Table, and Figure 4 are inaccurate in the original publication. Attached in Updated Tables.docx and Updated Figure.png are the updated versions correcting this issue. In addition, the online calculator app has been updated to reflect this change as well. To our best knowledge, all the other numbers reported in the publication are accurate.
Use the Stata files to create the cohorts. These should be added to a folder called pooled_data/ in the root directory. From here, use split_data.R to create data splits and choose folds for cross validation.
Once you have the data, fit_model.R does most of the heavy lifting, including fitting the model to the training data, and running cross validation to get internal validation statistics. val_model.R takes this model and runs it on the test data, producing plots and such. replicate_pces.R produces the replication tables for the original PCE models. prop_hazards_check.R does almost exactly what you'd expect, and calculate_examples.R runs the fitted models on the example individuals included in the paper. pce_baseline.R produces the results tables for cross validation that are used in the paper.
Most of the rest of the files provide routines for fitting different models or calculating statistics included in the paper.
In moving this from the data center where the work was done, some issues with versions used may pop up. If you find any issues, please email us at basus@stanford.edu
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Selected from shared topics, language and repository description—not editorial ratings.
karpathy /
Reproducing Yann LeCun 1989 paper "Backpropagation Applied to Handwritten Zip Code Recognition", to my knowledge the earliest real-world application of a neural net trained with backpropagation.
somanchiu /
ReSwapper aims to reproduce the implementation of inswapper. This repository provides code for training, inference, and includes pretrained weights.
EdwardSmith1884 /
Repository for code to reproduce the paper Multi-View Silhouette and Depth Decomposition for High Resolution 3D Object Representation
capitalone /
Capture all information throughout your model's development in a reproducible way and tie results directly to the model code!
eurecom-asp /
This repository includes the code to reproduce our paper "End-to-End Spectro-Temporal Graph Attention Networks for Speaker Verification Anti-Spoofing and Speech Deepfake Detection" (https://arxiv.org/abs/2107.12710) published in the ASVspoof 2021 workshop.
crew102 /
Render reproducible examples of Python code for posting to GitHub or Stack Overflow (port of R package reprex)