Today Joe came back for morning meetings and Nate left to run in the mountains. Ron's supposed to be back tomorrow. Over the weekend, I collected data for the CAE experiments, so I don't have any more work with that until Ron gets back. So, I started looking at the ladder network architecture Ron implemented with TensorFlow. It's probably the most intricate model I've looked at thus far, but like anything else, it slowly made sense as I broke it down. The papers I read earlier helped a lot by providing a general deconstruction of the model. I used these papers, example code, and a healthy dose of common sense to document the code. I had a lot of downtime, so I did some reading and personal experimentation. In particular, I wanted to get familiar with what HSI data looks and feels like. Here's the result of a small script I wrote: This is a visualization of the 103 bands included in the Pavia University HSI dataset. On the right, brighter colors show higher refl...
Comments
Post a Comment