Skip to content

Latest commit

 

History

History

replication

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Replication

The goal of this problem was to replicate results obtained by Ehsan Imani in his thesis and paper about the Histogram Loss. It contains old experiment code by Ehsan Imani that has been updated to Python 3. Additionally, it contains new code for running experiments on these datasets with our histogram loss framework to compare to the original results.

Datasets

Base Models

The original experiment used MLPs with 4 hidden layers and dropout of 0.05 on the input. The hidden layer sizes are half of the input size, except for bike sharing which uses 64.