Giter Site home page Giter Site logo

crc901-proof-of-concept / ailibs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from starlibs/ailibs

0.0 1.0 0.0 158.49 MB

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

Java 98.69% Python 0.41% CSS 0.56% TeX 0.06% HTML 0.05% TSQL 0.01% Dockerfile 0.01% Shell 0.01% Stan 0.20% R 0.01%

ailibs's Introduction

Build Status Quality Gate SonarCloud Coverage Maven Central Javadocs

AILibs

AILibs is a collection of Java libraries related to automated decision making. It currently consists of two building blocks. It is also home of the current version of the AutoML-tool ML-Plan.

  • JAICore (Java AI Core) is a collection of projects with basic general purpose AI algorithms mainly in the area of logic reasoning, heuristic search, and machine learning
  • softwareconfiguration is a collection of projects related to automatically configuring software systems. Here we also maintain the code for our AutoML flagship ML-Plan

**Find out more about AILibs and how to use it.

Using AILibs in your project

You can resolve each of our projects via a Maven dependency (using Maven central as repository).

Maven

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

Gradle

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

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

Troubleshooting

Maven dependency resolvement problems

In some cases, Maven is not able to import referenced dependencies on repositories different from the central Maven repositories, resulting in a build failure. To solve this problem, one might add the following repositories to the pom.xml to be able to properly execute maven compile or similar:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
    <repository>
        <id>nexus.cs.upb</id>
        <url>https://nexus.cs.upb.de/repository/maven-releases/</url>
    </repository>
</repositories>

ailibs's People

Contributors

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

Watchers

James Cloos 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.