This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* abstract * Add style cleanup * Extra swag
- Loading branch information
1 parent
f90ce47
commit 7e21821
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Current deep convolutional networks are fixed in their topology. | ||
|
||
We explore the possibilites of making the convolutional topology a parameter itself by combining NeuroEvolution of Augenting Topologies (NEAT) with Convolutional Neural Networks (CNNs) and propose such a system using blocks of Residual Networks (ResNets).\\ | ||
We then explain how such a system can only be built once additional optimizations have been made, as genetic algorithms are way more demanding than training per Backpropagation. | ||
We explore the possibilites of making the convolutional topology a parameter itself by combining NeuroEvolution of Augmenting Topologies (NEAT) with Convolutional Neural Networks (CNNs) and propose such a system using blocks of Residual Networks (ResNets).\\ | ||
We then explain how our suggested system can only be built once additional optimizations have been made, as genetic algorithms are way more demanding than training per backpropagation. | ||
|
||
On the way there we explain most of those buzzwords and offer a gentle and brief introduction to the most important modern areas of machine learning. |
8 changes: 7 additions & 1 deletion
8
sections/introduction to neural networks/what is a neural network.tex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters