Skip to content

Fixed titles for consistency in the index page #81

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

Merged
merged 1 commit into from
Jun 7, 2021
Merged
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 content/tutorial-deep-learning-on-mnist.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kernelspec:
name: python3
---

# Tutorial: Deep learning on MNIST
# Deep learning on MNIST

This tutorial demonstrates how to build a simple [feedforward neural network](https://en.wikipedia.org/wiki/Feedforward_neural_network) (with one hidden layer) and train it from scratch with NumPy to recognize handwritten digit images.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kernelspec:
name: python3
---

# Tutorial: deep reinforcement learning with Pong from pixels
# Deep reinforcement learning with Pong from pixels

This tutorial demonstrates how to implement a deep reinforcement learning (RL) agent from scratch using a policy gradient method that learns to play the [Pong](https://gym.openai.com/envs/Pong-v0/) video game using screen pixels as inputs with NumPy. Your Pong agent will obtain experience on the go using an [artificial neural network](https://en.wikipedia.org/wiki/Artificial_neural_network) as its [policy](https://en.wikipedia.org/wiki/Reinforcement_learning).

Expand Down
2 changes: 1 addition & 1 deletion content/tutorial-ma.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kernelspec:
name: python3
---

# Tutorial: Masked Arrays
# Masked Arrays

## What you'll do

Expand Down
2 changes: 1 addition & 1 deletion content/tutorial-svd.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kernelspec:
name: python3
---

# Tutorial: Linear algebra on n-dimensional arrays
# Linear algebra on n-dimensional arrays

+++

Expand Down
2 changes: 1 addition & 1 deletion content/tutorial-x-ray-image-processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kernelspec:
name: python3
---

# Tutorial: X-ray image processing
# X-ray image processing

+++

Expand Down
1 change: 1 addition & 0 deletions site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ or use the download icon in the upper-right corner of each tutorial.
maxdepth: 1
---

content/tutorial-style-guide
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The style guide seems developer/contributor oriented. Why does it need to be included in the rendered site?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed - I think it would be best to separate out the contributor/developer info into it's own category separate from the pedagogical material itself; xref #85

content/tutorial-svd
content/mooreslaw-tutorial
content/save-load-arrays
Expand Down