Giter Site home page Giter Site logo

chhaichivon / ailibs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from starlibs/ailibs

0.0 0.0 0.0 152.85 MB

A collection of Java libraries for basic AI algorithms (JAICore) and automated software composition, in particular AutoML (softwareconfiguration)

License: GNU Affero General Public License v3.0

Java 97.20% CSS 0.43% Python 0.76% TeX 0.05% HTML 1.35% Shell 0.04% Dockerfile 0.01% Stan 0.15% R 0.01%

ailibs's Introduction

Build Status Quality Gate SonarCloud Coverage Maven Central Javadocs

AILibs

AILibs is a modular collection of Java libraries related to automated decision making. It's highlight functionalities are:

  • Graph Search (jaicore-search): (AStar, BestFirst, Branch & Bound, DFS, MCTS, and more)
  • Logic (jaicore-logic): Represent and reason about propositional and simple first order logic formulas
  • Planning (jaicore-planning): State-space planning (STRIPS, PDDL), and hierarchical planning (HTN, ITN, PTN)
  • Reproducible Experiments (jaicore-experiments): Design and efficiently conduct experiments in a highly parallelized manner.
  • Automated Software Configuration (HASCO): Hierarchical configuration of software systems.
  • Automated Machine Learning (ML-Plan): Automatically find optimal machine learning pipelines in WEKA or sklearn

All algorithms in AILibs are steppable, and their behavior can be analyzed via the algorithm inspector: jaicore-algorithminspector. For example, graph search algorithms send events that allow a graph visualization in the algorithm inspector.

Find out more about AILibs and how to use it or how to contribute.

Using AILibs in your project

You can resolve each of our projects via a Maven dependency (using Maven central as repository). For example, to bind in our machine learning library jaicore-ml, you can do the following:

Maven

<dependency>
  <groupId>ai.libs</groupId>
  <artifactId>jaicore-ml</artifactId>
  <version>0.2.4</version>
</dependency>

Gradle

dependencies {
    implementation 'ai.libs:jaicore-ml:0.2.4'
}

For more details, refer to the documentation of the respective module.

Setting up your IDE to work with AILibs

Eclipse

Navigate to the folder where you cloned this repository and run

  ./gradlew eclipse

This automatically creates the eclipse project files and configures the dependencies among the projects. Then open Eclipse and go to the import menu, e.g., in the package manager. Choose to import Existing Projects into Workspace, select the folder where you cloned the repository, and make sure to check the Search for nested projects option.

AILibs JavaDoc API

JAICore

Software Configuration

ailibs's People

Contributors

fmohr avatar mwever avatar jkoepe avatar berberer avatar alexandertornede avatar mirkojuergens avatar helegraf avatar aminfa avatar jonashanselle avatar julilien avatar spunkly avatar tornede avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.