Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/francoisroyer/clj-xai

A repository of AI/ML algorithms in Clojure, with a focus on interpretability and explainability.
https://github.com/francoisroyer/clj-xai

Last synced: 2 months ago
JSON representation

A repository of AI/ML algorithms in Clojure, with a focus on interpretability and explainability.

Awesome Lists containing this project

README

        

# clj-xai

A Clojure library and JVM toolkit for explainable AI/ML. The initial aim is to implement parcimonious,
rule-based ML algorithms such as the Bayesian algorithms described in the works of Rudin & al.

Available algorithms:
- Bayesian Rule Lists
- Bayesian Rule Sets

## Usage (library)

## Usage (command line)

## Roadmap
- Integrate roaring bitmaps
- use GPU for fast likelihood computations
- DD modeling

## License

Copyright © 2018 Francois Royer ([email protected])

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.