Skip to content

BlazerYoo/hab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hab

Harmful algal bloom (HAB) species detection

Classify plankton as a HAB-causing species or not based on images.

Files

Files in plankton_images_tfds form the tfds dataset format which allows the following:

# Import and initialize dataset
import plankton_images_tfds
# load dataset the first time
ds, info = tfds.load('plankton_images_tfds', as_supervised=True, with_info=True)

hab.ipynb is Jupyter Notebook with data loading, hyperparameter optimization, k-fold cross validation and training, testing, and evaluation pipeline.

License

Read the AGPL-3.0 License