Week 17
I. Introduction
- The following link will take you
to a draft version of my final project report. As of this writing, I
have finished only the introductory chapter.
II. Backpropagation
- I added a "BackProp" option to the Network menu of the Network
Editor window, which allows you to run the backpropagation algorithm
on any network, and watch the weights change in real time. It is
even pseudo-multithreaded so that you can run the ES algorithm and
backpropagation at the same time.
- The following screen shot illustrates my progress for this week: