User Tools

Site Tools


cs501r_f2016:lab6v2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cs501r_f2016:lab6v2 [2017/10/10 16:49]
wingated
cs501r_f2016:lab6v2 [2017/10/10 17:37]
wingated
Line 79: Line 79:
  
 Like the previous lab, you must choose your topology. ​ I have had good Like the previous lab, you must choose your topology. ​ I have had good
-luck implementing the "Deep Convolution U-Net" from this paper: +luck implementing the "Deep Convolution U-Net" from this paper: [[https://​arxiv.org/​pdf/​1505.04597.pdf|U-Net:​ Convolutional Networks for Biomedical Image Segmentation]] (See figure 1, replicated at the right).  This should be fairly easy to implement given the
- +
-[[https://​arxiv.org/​pdf/​1505.04597.pdf|U-Net:​ Convolutional Networks +
-for Biomedical Image Segmentation]] +
- +
-(See figure 1).  This should be fairly easy to implement given the+
 ''​conv''​ helper functions that you implemented previously; you ''​conv''​ helper functions that you implemented previously; you
 may also need the tensorflow function ''​tf.concat''​. may also need the tensorflow function ''​tf.concat''​.
  
 +//Note that the simplest network you could implement (with all the desired properties) is just a single convolution layer with two filters and no relu!  Why is that?  (of course it wouldn'​t work very well!)//
  
 **Part 1b: Implement a cost function** **Part 1b: Implement a cost function**
cs501r_f2016/lab6v2.txt · Last modified: 2021/06/30 23:42 (external edit)