Code Monkey home page Code Monkey logo

eecs6322's Introduction

Self-Expressive Network

This repository presents the final project of EECS6322 for Learning a Self-Expressive Networl for Subspace Clustering

Code usage

Run the scripts by using following command

# dataset: MNIST, EMNIST, FashionMNIST, CIFAR10
python SENet_main.py --dataset=MNIST

Parameter setting

Here is some parameters that can be changed to get experiment results.

parser.add_argument('--batch_size', type=int, default=100)
    parser.add_argument('--batch_eval', type=int, default=10000)
    parser.add_argument('--dataset', type=str, default="CIFAR10")
    parser.add_argument('--gamma', type=float, default=200.0)
    parser.add_argument('--hid_dims', type=int, default=[1024, 1024, 1024])
    parser.add_argument('--lmbd', type=float, default=0.9)
    parser.add_argument('--lr', type=float, default=1e-3)
    parser.add_argument('--lr_min', type=float, default=0.0)
    parser.add_argument('--mean_subtract', dest='mean_subtraction', action='store_true')
    parser.set_defaults(mean_subtraction=False)
    parser.add_argument('--num_subspaces', type=int, default=10)
    parser.add_argument('--out_dims', type=int, default=1024)
    parser.add_argument('--spectral_dim', type=int, default=15)
    parser.add_argument('--seed', type=int, default=0)
    parser.add_argument('--total_iters', type=int, default=100000)
    parser.add_argument('--top_k', type=int, default=1000)

Dataset

The processed experimental datasets can be download here. Put the datasets folder in the same work path to execute the code.

eecs6322's People

Contributors

kalwdm avatar aieasy avatar

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.