Skip to content

The Fractal of Features Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@waylonflinn waylonflinn released this 18 Jan 15:47
· 162 commits to master since this release

The Fractal of Features Release™️
It's Feature Time!

Includes most of the stuff you need for building a convolutional neural network.

  • downsampling (sdwns) - Max Pooling
  • clamping (sclmp) - Rectified Linear Units (ReLU)
  • scaling (sscal) - Image Staging and Normalization

Performance is good, but memory transfers are still a bottleneck for realtime image classification. The next release (The Pipeline Release™️) should slay that beast. I should also add some examples, so everyone in the world can build a deep neural network for their browser.