Git Product home page Git Product logo

blusky's Introduction

BluSky - A Python implementation of the wavelet scattering transform

BluSky is a Python library for that implements the Mallat wavelet scattering transform using Keras/Tensorflow. Features include:

  • 1D, 2D transforms. 3D on the way.
  • arbitrary order
  • Morlets & Gabor, modular library allows for arbitrary wavelets(?)
  • built in visualization of transform coefficients

Installation


Dependencies

The requirements for installing BluSky are:

  • numpy
  • traits
  • pillow
  • tensorflow<=1.14
  • keras<=2.2.4-8
  • matplotlib

CPU Installation

Instructions to install from scratch. Show edm instructions, as well as conda.

edm install tensorflow keras TODO: test this install proceure

Should include conda install instructions (eventually).

Does anything need to be pip install'ed after edm?

GPU Installation

Include instructions for getting this to run on a GPU.

edm install tensorflow-gpu...

Install from source

Getting Started


  • wavelet scattering transform, implemented as a series of convolutions using Keras and Tensorflow.
  • following the approach of Bruna, and Mallat (refs)
  • the transform is implemented as a convolutional neural network. intermediate activations are easily interrogated to enable easy interrogation of the signal as it propagates through the cascade

This introductory notebook describes the basic operation of the library, how to create the transform object and apply it to sample data. This notebook demonstrates more features of the 2D transform, including how to visualize the transform to different orders.

blusky's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.