Skip to content

Commit

Permalink
change index.qmd -> {resource_name}.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
qualiaMachine committed Jul 2, 2024
1 parent 1ccddbd commit 723a99e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ image: "../../../images/CHTC.png"
categories:
- Compute
- GPU
- Guide
---

# The Center for High Throughput Computing (CHTC) - Your Gateway to Efficient Computing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ categories:
- Version control
- Reproducibility
- Git/GitHub
- Guide
---

Navigating the world of version control systems like Git can initially feel daunting, especially for those new to programming or collaborative software development projects. However, with the right tools and guidance, anyone can quickly grasp the essentials and begin leveraging the power of Git for efficient project management and collaboration. While Git commands can be run via a Unix shell, there are alternatives which are more friendly for beginners. In this guide, we'll explore why GitHub Desktop serves as an ideal gateway to Git, along with a step-by-step walkthrough on essential Git terminology, setup procedures, tracking changes, collaboration workflows, and even managing Kaggle notebooks seamlessly. Whether you're embarking on your first coding adventure or seeking to streamline your team's development process, this guide aims to demystify Git and empower you with practical knowledge to navigate the Git landscape with confidence.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ categories:
- Model sharing
- Hugging Face
- Reproducibility
- Guide
description: Model Sharing Via Hugging Face's Model Hub
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ image: "../../../images/OOD.png"
categories:
- OOD detection
- Trustworthy ML
- Guide
---
## Out-of-Distribution Detection
The below tutorial from Sharon Li, an Assistant Professor in the Department of Computer Sciences at the University of Wisconsin-Madison, introduces a pervasive problem faced by many machine learning systems deployed in the wild — out-of-distribution data.
Expand Down

0 comments on commit 723a99e

Please sign in to comment.