Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.18 KB

Concept-Learning

A module for FCA and Query-Learning

Contains the implementation of algorithms mentioned in

ToDo list:

  • FCA Part
  • PAC Learning
    • Implement the dataset sampler
    • Complete the approx-equivalent function
    • Implement HORN1
  • Regex Learning
    • Without POS
    • Incorporate POS information for potential regex conflicts for different clusters
  • Evaluation
    • Simple overlapping words evaluation
    • Original task metric (would require to implement regex)
  • Make automated pipeline for the entire dataset and get cumulative results
  • Modulify the code
    • Change directory structure
    • Add tests
    • Add usage documentation