Skip to content

Commit

Permalink
Resized images and fixed spelling issues in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Evans authored and Ben Evans committed Nov 8, 2017
1 parent 8e90b36 commit ce77df1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ An example of an evolved architecture is shown below

![Example Tree](res/images/example-tree.png "A sample solution for the JAFFE dataset")

A breakdown of the archotecture is given below, a structure is enforced using strongly typed genetic programming.
A breakdown of the architecture is given below, a structure is enforced using strongly typed genetic programming.

![Example Architecture](res/images/tier.png "Example tree demonstranting the architecture")

Future work will look at propagting gradients back through the tree, as seen with Convoultional neural networks
as gradient descent still appears to be the most promising approach to filter/kernel weights learning.
Future work will look at propagating gradients back through the tree, rather than evolving the filters,
as gradient descent still appears to be the most promising approach to filter/kernel weights learning (demonstrated with convnets).
Binary file modified res/images/example-tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/images/tier.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ce77df1

Please sign in to comment.