Code Monkey home page Code Monkey logo

chaosnet's Introduction

ChaosNet

Experimenting with the ChaosNet architecture from the paper ChaosNet

This method uses GLS neurons.

$$ T(x) = {x \over b} , 0<=b $$ $$ = {(1-x) \over (1-b)} , b<=1 $$

We get the firing time, i.e the time during which the iterates are in the neighborhood of the threshold. Using this we get the probabilities and then averaging them gives a representation of the class values. By comparing this encoding for each class using cosine distance we get the predicted class.

There is no method for hyperparameter tuning yet, so they are found by randomly trying values. The values depend from dataset to dataset and have no method for fixing it beforehand.

The values used here from parameters

MNIST


b = 0.3310

q = 0.336

length = 20000

num_classes = 10

check = "Sk-B"

method = "TT-SS"

epsilon = 0.01


chaosnet's People

Contributors

shivamchadha avatar

Watchers

James Cloos 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.