Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 590 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 590 Bytes

Deep-Learning-Denoising

The focus of this project is using deep learning to denoise cellular images.

A modification of the Recurrent Inference Machine (RIM) architecture is the main technique employed.

Herein, we use the log likelihood of the Poisson distribution in order to successfully denoise cell images which are dominated by signal-dependent noise rather than additive gaussian white noise.

Much credit to Patrick Putzky for uploading some base code.