Skip to content

Commit

Permalink
Slides reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsanchezpla committed Apr 29, 2024
1 parent d254a85 commit 2e6068c
Show file tree
Hide file tree
Showing 11 changed files with 1,181 additions and 857 deletions.
1,000 changes: 541 additions & 459 deletions 2.1-Introduction_to_ANN-Slides.html

Large diffs are not rendered by default.

1,028 changes: 634 additions & 394 deletions 2.1-Introduction_to_ANN-Slides.qmd

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2.1-Introduction_to_ANN-Slides_insertimage_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion 2.1-Introduction_to_ANN.html
Original file line number Diff line number Diff line change
Expand Up @@ -3768,7 +3768,8 @@ <h3 class="anchored" data-anchor-id="a-more-compact-notation">A more compact not
<section id="multiple-architectures-for-ann" class="level2">
<h2 class="anchored" data-anchor-id="multiple-architectures-for-ann">Multiple architectures for ANN</h2>
<ul>
<li><p>We have so far focused on a single hidden layer neural network of the example One can build neural networks with many distinct architectures (meaning patterns of connectivity between neurons), including ones with multiple hidden layers.</p></li>
<li><p>We have so far focused on a single hidden layer neural network of the example.</p></li>
<li><p>Indeed, One can build neural networks with many distinct architectures (meaning patterns of connectivity between neurons), including ones with multiple hidden layers.</p></li>
<li><p>See <a href="https://www.asimovinstitute.org/neural-network-zoo/">here the Neural Network Zoo</a>.</p></li>
</ul>
<section id="feed-forward-neural-networks" class="level3">
Expand Down
7 changes: 4 additions & 3 deletions 2.1-Introduction_to_ANN.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,9 @@ $$
## Multiple architectures for ANN

- We have so far focused on a single hidden layer neural network of
the example One can build neural networks with many distinct
the example.

- Indeed, One can build neural networks with many distinct
architectures (meaning patterns of connectivity between neurons),
including ones with multiple hidden layers.

Expand Down Expand Up @@ -936,8 +938,7 @@ $N(0,0.01)$.

# An example

In this example we train and use a "shallow neural network", called this
way in contrast with "deep neural networks".
In this example we train and use a "shallow neural network", called this way in contrast with "deep neural networks".

We will use the `neuralnet` R package, which is not intended to work
with deep neural networks, to build a simple neural network to predict
Expand Down

0 comments on commit 2e6068c

Please sign in to comment.