Skip to content

ishank26/Kutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kutils

Utility functions for Keras.

  • Exp_decay learning rate: Exponential decay of learning rate w.r.t loss, after n epochs.
  • Decay learning rate: Anneal learning at end of nth epoch by custom value.
  • Learning rate printer.
  • Training metrics logger.
  • Get activations of nth layer.

Image

NLP

  • everything2vec: A library to integrate word2vec and data processing functions.

Models

Hyper_params Optimization

  • skopt: Apply GridSearch, RandomSearch using sklearn. (Not working for RNN)
  • hypopt: Apply GridSearch, RandomSearch using hyperas library.

 

Note: Repo under development. Mail me for any info or contribute :)

About

Utility functions for Keras.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages