Skip to content

childselfytech/transfer-learning-with-tensorflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transfer-learning-with-tensorflow

retrain_v5.py is a customised version of retrain.py for training on image data

Customizations Done

  • Added 2 dense(Fully connected) layers followed by a SoftMax layer.
  • Added dropout to both the dense layers.
  • Added batch_normalization for dense layers
  • Replaced Gradient-descent with Gradient-descent with Momentum
  • Added live streamed confusion Matrix

About

A customised version of retrain.py for training on image data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.9%
  • Jupyter Notebook 8.1%