Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 313 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 313 Bytes

Logical Classifier Project

This project implements a logical formalism to represent classifiers, enabling logical reasoning about machine learning models.

Project Structure

  • logic/: Core logic and classes
  • examples/: Usage examples
  • tests/: Unit tests
  • data/: Datasets and data handling scripts