Skip to content

Commit

Permalink
add link to exercise answers
Browse files Browse the repository at this point in the history
  • Loading branch information
chiphuyen committed Nov 25, 2019
1 parent 2f74d3b commit 95c23b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ git clone https://github.com/chiphuyen/machine-learning-systems-design.git
cd machine-learning-systems-design
```

After you've made changes to the content, you can build the booklet by the following steps:
After you've made changes to the content in the `content` folder, you can build the booklet by the following steps:

```
magicbook build
```

You'll find the HTML and PDF files in the folder `build`.
You'll find the generated HTML and PDF files in the folder `build`.

## Acknowledgment

Expand Down
2 changes: 1 addition & 1 deletion build/build1/consolidated.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ <h3>Table of Contents</h3>
</ol>
</section>
<section data-type="chapter" id="exercises-rWl8SQW"><h1>Exercises</h1>
<p>The answers for these questions will be published in the book <strong>Machine Learning Interviews</strong>. You can look at and contribute to community answers to these questions on GitHub [here]. You can read more about the book and sign up for the book&apos;s mailing list <a href="https://huyenchip.com/2019/07/21/machine-learning-interviews.html">here</a>.</p>
<p>The answers for these questions will be published in the book <strong>Machine Learning Interviews</strong>. You can look at and contribute to community answers to these questions on GitHub <a href="https://github.com/chiphuyen/machine-learning-systems-design/tree/master/answers">here</a>. You can read more about the book and sign up for the book&apos;s mailing list <a href="https://huyenchip.com/2019/07/21/machine-learning-interviews.html">here</a>.</p>
<p>Note: many questions are ambiguous on purpose. It&apos;s your job, as a candidate, to ask for clarification and narrow down the scope of the problem.</p>
<ol>
<li>Duolingo is a platform for language learning. When a student is learning a new language, Duolingo wants to recommend increasingly difficult stories to read.
Expand Down
Binary file modified build/build1/consolidated.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion build/build2/exercises.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body data-type="book">
<div class="container">
<section data-type="chapter" id="exercises-rWl8SQW"><h1>Exercises</h1>
<p>The answers for these questions will be published in the book <strong>Machine Learning Interviews</strong>. You can look at and contribute to community answers to these questions on GitHub [here]. You can read more about the book and sign up for the book&apos;s mailing list <a href="https://huyenchip.com/2019/07/21/machine-learning-interviews.html">here</a>.</p>
<p>The answers for these questions will be published in the book <strong>Machine Learning Interviews</strong>. You can look at and contribute to community answers to these questions on GitHub <a href="https://github.com/chiphuyen/machine-learning-systems-design/tree/master/answers">here</a>. You can read more about the book and sign up for the book&apos;s mailing list <a href="https://huyenchip.com/2019/07/21/machine-learning-interviews.html">here</a>.</p>
<p>Note: many questions are ambiguous on purpose. It&apos;s your job, as a candidate, to ask for clarification and narrow down the scope of the problem.</p>
<ol>
<li>Duolingo is a platform for language learning. When a student is learning a new language, Duolingo wants to recommend increasingly difficult stories to read.
Expand Down

0 comments on commit 95c23b9

Please sign in to comment.