Work log 2016-09-02

Posted on by Chris Warburton

Started writing an mlspecBench script.

REALLY straightforward!

Some observations:


Some general thoughts:

Fractal feature extraction, e.g.

  +-------+  +---+---+  +-+-+---+
  |       |  |   |   |  |.|.|   |
  |       |  | . | . |  +-+-+ . |
  |       |  |   |   |  |.|.|   |
  |   .   |  +---+---+  +-+-+---+  ...
  |       |  |   |   |  |   |   |
  |       |  | . | . |  | . | . |
  |       |  |   |   |  |   |   |
  +-------+  +---+---+  +---+---+

Ideas in common with quad/octtrees. This only works if we don’t require a fixed-size input. Convolutional nets learn features, could they also learn sizes?