Skip to content

caleb-hamilton/reproducible_ML

 
 

Repository files navigation

Is Your Research Software Correct?

NAG Logo

Resources from this presentation

  • Slides: The slides are in presentation/index.html. On your local machine, Navigate to that folder and open index.html in a browser. See the online version at https://mikecroucher.github.io/reproducible_ML/
  • PCA_demo The PCA demonstration used to motivate sharing of environments
  • Bob's repo Repo created from the slide motivating the use of version control

External resources

Care about your code

....and those who write it

Academic Papers on reproducible research and software quality

Coding problems leading to problems in research

Version Control - Learn git

Distribute your computational environment, not just the code

XKCD comics I used in the presentation

Numerical Algorithms Group

50 years of caring about algorithms from academia to industry.

Note to self

The way you push the presentation folder to gh-pages to make the slide deck live is

git subtree push --prefix presentation origin gh-pages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 34.7%
  • CSS 21.7%
  • Jupyter Notebook 21.6%
  • HTML 11.2%
  • SCSS 10.8%