8000 GitHub - ash80/Ordinal-Pooling-Networks: Sample codes for the implementation of OPNs in TensorFlow
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

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

0