Git Product home page Git Product logo

ans's Introduction

Autoencoder Node Saliency (ANS)

The ANS code performs autoencoder node saliency algorithm that helps the researchers in the following

  • To understand what an autoencoder has learned through its unsupervised learning process.
  • To rank hidden nodes according to their capability of performing a learning task.
  • To identify the specialty nodes that reveal explanatory input features.

This tool is important in transfer learning where the number of samples in a data set is too small for a reasonable learning model to build on. Therefore, features are learned from a much larger collection of data and then transferred to the small data. ANS provides a deeper insight into the features in the reduced dimension.

ANS is also useful when there exist possible faulty class labels on the data. An autoencoder is an unsupervised learning method. Class labels are not used when generating the features in the reduced dimension. Hence, the autoencoder avoids misled by faulty labels in its learning process.

To operate the code, one should have the following Python modules installed:

  • numpy
  • matplotlib

Example

An example of applying ANS on the MNIST dataset can be found in the Jupyter notebook:

mnist_example.ipynb

Reference:

Autoencoder Node Saliency: Selecting Relevant Latent Representations https://doi.org/10.1016/j.patcog.2018.12.015

ans's People

Contributors

yajufanllnl avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  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.