Skip to content

hyoklee/hdf-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 

Repository files navigation

HDF-AI Tools and Information Center

This is a central hub for exchanging AI solutions in HDF. It also hosts sample AI data / model files in HDF.

Ideas

Make Bigdata AI-ready using HDF

  • Save metadata with data
    • algorithms and their versions used, model parameters, authors, etc.
  • Save training / model / testing data in hiearchy with groups.
  • Save knowledge graph (semantic network) in HDF.

Reduce Bigdata Storage using HDF AI Filter

Filtering Bigdata with AI is a solution to reduce the burden of managing a large amount of training and testing data.

HDF AI filter can automatically sanitize your data in a scalable manner when you archive data in HDF. It can save a lot of space by storing only models, not real data.

HDF AI Filter can

  • store everything in hierarchy including algorithms to use and learned models.
  • link to the raw data for provenance.
  • set a time to remove raw data and a desired accuracy threshold to prune models.
  • run several ML algorithms in parallel according to the HDF's group hierarchy.

FAQ

  • What is HAI API? This is a high level API that can perform I/O efficient AI tasks for HDF data.

User Guide

  • HAI Reference Manual

Data

Code

Reference

About

HDF-AI Tools and Information Center

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published