Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 469 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 469 Bytes

TreeConnect

This repository contains a simple Keras implementation of the TreeConnect architecture presented in the corresponding paper "TreeConnect: A Sparse Alternative to Fully Connected Layers" published at the International Conference on Tools with Artificial Inteligence 2018. The code allows to reproduce the results presented on CIFAR10 using a CNN feature extractor (refer to the paper for details).

Requirements

  • Keras with Tensorflow backend
  • Numpy