The Fractal of Features Release
Pre-release
Pre-release
The Fractal of Features Release™️
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.