Skip to content

Sample codes for the implementation of OPNs in TensorFlow

Notifications You must be signed in to change notification settings

ash80/Ordinal-Pooling-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ordinal Pooling Networks

This repository contains the sample code for the implementation of Ordinal Pooling Networks (OPNs). For more details on this scheme, please refer to Ordinal Pooling Networks paper on arXiv.

Description of the files

This repository contains the following 3 files

  • CNN_Model.jpg - Architecture of Convolutional Neural Networks based model to classify the digits in MNIST database.
  • Max_Pooling_NN.py - An implementation of the CNN model, where pooling is performed using max-pooling operation.
  • Ordinal_Pooling_NN.py - An implementation of the CNN model, where pooling is performed using the proposed OPNs.

About

Sample codes for the implementation of OPNs in TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages