Rewriting from Java to Scala and improving my university project on course Artifical Intelligence Systems.

About project in russian:
http://brunneng.blogspot.com/2013/06/fuzzy-scala-inference-engine-fusie.html

Can be used from maven:
<dependency>
<groupId>net.sf.brunneng.fusie</groupId>
<artifactId>fusie</artifactId>
<version>0.8.1</version>
</dependency>

Features

  • Writen on scala, and can be used from any jvm language.
  • Forward chaining.
  • Used ideas from Rete algorithm to make it fast.
  • Rule conflict resolution - all variants are equally assepatable. As result - building tree of inference.
  • Possible multiple results in the end of inference (with some probability of every result)
  • Non verbose, strong typed rule definition language.
  • Good error output during parsing in case of any types of errors.
  • Working with variables, rather than with objects (non JSR-94).
  • Supported fuzzy boolean operators with linear or polynomial interpolated membership functions.
  • Possible to use all functions from java.lang.Math and to register own function sources.
  • Possible to write own data sources.

Project Samples

Project Activity

See All Activity >

License

Apache License V2.0

Follow fusie

fusie Web Site

Other Useful Business Software
Full-stack observability with actually useful AI | Grafana Cloud Icon
Full-stack observability with actually useful AI | Grafana Cloud

Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of fusie!

Additional Project Details

Registered

2013-03-29