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

[Docs] corrected minor errors in the documentation #164

Open
wants to merge 1 commit into
base: master
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
2 changes: 1 addition & 1 deletion docs/source/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ architecture search to grow an ensemble of subnetworks:

Each AdaNet **iteration** has the given lifecycle:

![AdaNet iteration lifecucle](./assets/lifecycle.svg "The lifecycle of an AdaNet iteration.")
![AdaNet iteration lifecycle](./assets/lifecycle.svg "The lifecycle of an AdaNet iteration.")

Each of these concepts has an associated Python object:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/theory.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rigorous manner.
learner's weight is inversely proportional to the Rademacher complexity of
its function class, and all the weights in the logits layer sum to 1.
Additionally, at training time, we don't have to discourage the trainer from
learning complex models -- it is only when we consider the how much the
learning complex models -- it is only when we consider how much the
model should contribute to the ensemble do we take the complexity of the
model into account.
* **Complexity is not just about the weights.** The Rademacher complexity of a
Expand Down