Skip to content

kailashsp/classifier_modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A set of modules to easily build a classifier in tensorflow

Modules

The machine learning pipeline has been divided into five modules

  1. loader.py - loads the images files from a directory and creates a train and valid dataset.
    Load test function which load a directory of test files

  2. augopt.py - returns a dataset with applied augmentation and various optimisation

  3. arch.py - returns the model architecture

  4. fitcompile.py -

  • compiles the model for loss, metrics and optimiser
  • fit the model
  1. evaluate.py - plots the confusion metrics and saves the missclassified images

  2. usage.py - shows how to use the modules and set the hyperparameters

Documentation URL : https://classifier-modules.readthedocs.io/en/latest/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages