Giter Club home page Giter Club logo

ml_units's Introduction

ML_units

This is some unit test for ML algorithms.

Contrastive Learning

This is my origin implementation of SimCLR.

The experiment is made on mini-imagenet dataset.(If the task is too easy, there will be no different between using SimCLR and not)

My experiment shows there's difference on 3 layers convolution network, but no difference for restnet20.

This is result of 3 layers conv version, showing improvment with SimCLR:

alt text

This is resultof of resnet20 version, showing no difference betweeen using SimCLR or not:

alt text

Coord Conv

make the nerual network to know coordinate by channel of up-down and left-right.

VQVAE

The easiest way to implement discrete latent variable. I know it by the paper of model-based learning paper.

For updating the codebook, there're two different approach: one is normal gradient update; another one is Exponential Moving Average. The implementation of EMA is pretty lousy. But the result is astonishing: it convergs much faster since it wouldn't affect by bad gradient of decoder and encoder.

I adapt the decomposed trick for ease the index collapse problem. Decomposed trick also accelerate converge.

This is result of my experiment:

alt text

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.