-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Referee 1.2 #684
Comments
I am starting to work on this. I've tried to get a relatively modestly sized figure that covers the main architectures that we discuss in the text. Here's a first pass at something that covers a few of the architectures from @SiminaB's glossary. This is in a google draw page, as @evancofer suggested: Currently it is marked world editable. |
BTW these schematics are heavily derived from http://www.asimovinstitute.org/neural-network-zoo/ so we definitely should discuss Fjodor in the legend. That's why I called it the "petting zoo" in the google draw title. |
Oh, wait, my deep RNN is broken 😜 . Too focused on making the recurrent bits and i missed the output layer! |
I added edges to the legend as well - can remove or edit as desired (eg can have description of edges in legend)! |
I'm wondering if we can add something to the figure about which types of networks are more used for supervised learning vs unsupervised learning. For example, if the outer layer matches the input layer, I guess that's always used for dimension reduction, so it would be unsupervised learning (although the reduced dimensions could then be used for supervised learning if there is an outcome). I don't have enough expertise to add this, but I think it would really help to clarify things for folks coming from stats (like myself). |
Updating the figure so that I can link it in the new version of PR #775. Named in https://docs.google.com/drawings/d/1TEzlqiCewmJ-EITvogMqDz7N6CizMtBvWE4H_BXqnuQ/edit as "proposed-release" |
* draft to address #684 * revise a bit earlier to work with new changes * one sentence per line + typo fixes * specify noun * remove empty-feeling sentence * remove missing comma * add a * complete extrication of DL * Revise the CNN description * note inspiration * update CNN image based on @agitter suggestion
This build is based on fef6e3a. This commit was created by the following Travis CI build and job: https://travis-ci.org/greenelab/deep-review/builds/329523064 https://travis-ci.org/greenelab/deep-review/jobs/329523065 [ci skip] The full commit message that triggered this build is copied below: Discuss NN Architectures more fully + NN-Petting-Zoo Figure (#775) * draft to address #684 * revise a bit earlier to work with new changes * one sentence per line + typo fixes * specify noun * remove empty-feeling sentence * remove missing comma * add a * complete extrication of DL * Revise the CNN description * note inspiration * update CNN image based on @agitter suggestion
This build is based on fef6e3a. This commit was created by the following Travis CI build and job: https://travis-ci.org/greenelab/deep-review/builds/329523064 https://travis-ci.org/greenelab/deep-review/jobs/329523065 [ci skip] The full commit message that triggered this build is copied below: Discuss NN Architectures more fully + NN-Petting-Zoo Figure (#775) * draft to address #684 * revise a bit earlier to work with new changes * one sentence per line + typo fixes * specify noun * remove empty-feeling sentence * remove missing comma * add a * complete extrication of DL * Revise the CNN description * note inspiration * update CNN image based on @agitter suggestion
Closed by #799 |
link to source google drawing, which was previousely difficult to track down. Refs greenelab#684 (comment)
link to source google drawing, which was previousely difficult to track down. Refs greenelab#684 (comment)
The text was updated successfully, but these errors were encountered: