Skip to content

Experiment consisting in learning error using an explicit generalization loss; implemented in Tensorflow

License

Notifications You must be signed in to change notification settings

PaulEmmanuelSotir/learn_error_by_generalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learn error by explicit generalization (WIP)

Learn to generalize explicitly by learning error vector on testset batch

Run instructions

Assuming you installed Python 3 with tensorflow, scikit-learn and numpy you need to:

  • Clone the project
git clone https://github.com/PaulEmmanuelSotir/generalization_loss.git
cd ./explicit_generalization_training
  • Train the model on CIFAR dataset
python train_dnn.py
  • Apply explicit generalization training on trained model to learn errors on testset predictions
python generalization_training.py

About

Experiment consisting in learning error using an explicit generalization loss; implemented in Tensorflow

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages