Skip to content

Commit

Permalink
Update Part 2 - Introduction to Neural Networks with TensorFlow.md
Browse files Browse the repository at this point in the history
fix image ref typo
  • Loading branch information
rmccorm4 authored Apr 2, 2019
1 parent b859bdf commit 3a9c1df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ So why use Neural Networks at all when we have such great models like Linear and

Well sometimes, these models just aren't enough to separate out our data. Take this dataset for example:

![Difficult data](gaussian-kernel.png)
![Difficult data](images/gaussian-kernel.png)

We can't just draw a straight line, or an S-shaped line though this thing to cleanly
divide the red and blue points. We need a model that can take on more non-linear shapes.
Expand Down

0 comments on commit 3a9c1df

Please sign in to comment.