Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor corrections and spelling mistakes #45

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ This material exists as supplementary educational material for [Machine Learning

**Title**: [The Bias Variance Tradeoff](https://mlu-explain.github.io/bias-variance/)

**Summary**: Understand the tradeoff between under- and over-fitting models, how it relates to bias and variance, and explore interactive examples related to LASSO and KNN.
**Summary**: Understand the tradeoff between under- and over-fitting models, how it relates to bias and variance, and explore interactive examples related to LOESS and KNN.

**Code**: [/code/bias-variance/](/code/bias-variance)

Expand All @@ -116,7 +116,7 @@ This material exists as supplementary educational material for [Machine Learning

## Double Descent 2: A Mathematical Explanation

<img src="./assets/gifs/double-desent2.gif" alt="Double Descent 2 Article Image" width="400"/>
<img src="./assets/gifs/double-descent2.gif" alt="Double Descent 2 Article Image" width="400"/>

**Title**: [Double Descent 2](https://mlu-explain.github.io/double-descent2/)

Expand All @@ -128,7 +128,7 @@ This material exists as supplementary educational material for [Machine Learning

## Running Locally

This article holds code for each articles, as well as the generated builds from the code (e.g. the static assets comprising the articles).
This article holds code for each articles (under the `code` directory), as well as the generated builds from the code (e.g. the static assets comprising the articles).

First, clone this repo.

Expand All @@ -151,7 +151,7 @@ Now, to run the development version:
npm start
```

To build and view the static assests:
To build and view the static assets:

```bash
# build assets
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion code/bias-variance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ <h1 class="model-header">It's Finally Over</h1>
<i>Exhales deeply.</i> It's finally over. Thanks for reading! We
hope that the article is insightful no matter where you are along
your machine learning journey, and that you came away with a better
undersatnding of the bias variance tradeoff. <br /><br />
understanding of the bias variance tradeoff. <br /><br />
To make things compact, we skipped over some relevant topics (such
as regularization), but stay-tuned for more MLU-Explain articles,
where we plan to explain those, and other, topics related to machine
Expand Down