Miscellaneous codes

Name Description Illustration
FreezeOut.pytorch Accelerate Neural Net Training by Progressively Freezing Layers
forward-thinking.pytorch Pytorch implementation of "Forward Thinking: Building and Training Neural Networks One Layer at a Time"
explain-black-box.pytorch PyTorch implementation of Interpretable Explanations of Black Boxes by Meaningful Perturbation
NCE.Pytorch The Noise Contrastive Estimation for softmax output written in Pytorch
NEG_loss.PyTorch NEG loss implemented in pytorch
highway_networks.Pytorch Highway networks implemented in PyTorch.