Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edouardoyallon/deep_separation_contraction

This is the code for the CVPR17 paper "Building a Regular Decision Boundary with Deep Networks"
https://github.com/edouardoyallon/deep_separation_contraction

Last synced: 23 days ago
JSON representation

This is the code for the CVPR17 paper "Building a Regular Decision Boundary with Deep Networks"

Awesome Lists containing this project

README

        

# Building a Regular Classification Boundary with Deep Networks
This is the code for the CVPR17 paper "Building a Regular Classification Boundary with Deep Networks" by Edouard Oyallon. A large part of the code is inspired from https://github.com/bgshih/tf_resnet_cifar yet it has been modified a lot.

To run all the experiments and obtain the figure of the paper, you can simply do:

bash script_nonlinearity_alpha.bash
python build_figure_paper.py

The best accuracy on CIFAR10 should be 95.4, and on CIFAR100 it should be 79.6, with n_channel equal to 512, alpha=1.0.

# Acknowledgement
Code modified by Edouard Oyallon - Team DATA ENS, 2016