Skip to content

Helper functions to precision/recall and generator methods.

License

Notifications You must be signed in to change notification settings

ykhatami/Keras-Helper-Callbacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Keras-Helper-Callbacks

Helper functions for precision/recall and generator methods.

This is a collection of helper methods I have written for keras.

List of methods:

GeneratorMetrics: generate precision/recall/f1 score for generators in keras using K callback. To be used with fit_generator()

Metrics: precision/recall/f1 without generator. To be used with model.fit()

image_generator_ysn: a special generator for keras which shifts the image and rolls it back to the beginneing/end in contrast to built in image rotation with repeat, etc. This is useful for time series sensor signals, where we don't know where in time the data was collected.

About

Helper functions to precision/recall and generator methods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages