Showing 727 open source projects for "java swing library"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    SIES is a forward-chaining rule engine server. Clients connect to update a global knowledge-base and/or can register to be notified when specified elements are inferred. Local access for a client's own inferences is also possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Java based Datamining Framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    In imitative learning, an agent will attempt to match what is observed to their memory. By visualizing the incorrectly matches "scenes", this project will allow algorithm developers to gain a better understanding of what causes their algorithms to fail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Hollaka Hollala is a chatbot engine and IRC bot. The chatbot engine uses a knowledge base organized in an XML file and WordNet for dictionary lookup. The IRC Bot has some WordNet- and Web-based functionality and is hot-extensible through Ruby programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Start Free
  • 5
    Neural networks evolution (genetic algorithm) written in Java. Now neural networks try to playing Go, Tic-Tac-Toe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    jDREW (Java Deductive Reasoning Engine for the Web) is a highly configurable reasoning engine written in Java for definite clause reasoning. Through its diverse APIs, jDREW can be easily embedded into a larger Java system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Project includes: JRIO (drawing package), Lang (Java interpreter written in Java), and Cirrus (genetic and evolutionary algorithms, with evolvable virtual machine). Planned modules for entropy and information studies during an evolutionary process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This project's goal is to implement Artificial Inteligence algorithms and make them available for any platform but especially for mobile devices. The main objective is to allow the community to develop better and more inteligent mobile games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Using agent technology JAMAS (Java Awareness Multi-Agent System) tries to assist distributed programmers in coordinating parallel development of Java code. E-JAMAS implements JAMAS and it’s features as a plug-in for the Eclipse platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Start Free
  • 10
    jCaBaRe is a easy to use and easy to extend Case Based Reasoning API for Java. You can select features of a case (attributes of a Java object), give weights to each one and retrieve a collection of similar cases in a given threshold.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SENTENSA Knowledge Miner is a platform independent tool for searching any text. SENTENSA uses robust methods of indexing and searching text, leveraging on experience from more than 20 years of information retrieval.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The Video Processing Evaluation Resource: A toolkit for evaluating computer vision algorithms on video, and a corresponding tool for annotating video streams with spatial metadata.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13
    ABSim is an Agent-Object-Relationship (AOR) simulation system based on a Java program library. The development of ABSim has terminated. Its successor is <a href="http://oxygen.informatik.tu-cottbus.de/aor/?q=node/2">AOR-JSim </a>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DomoWare (Domotics softWare ) is a collection of software modules, tools and specifications focused on to model Human Home Interaction (HHI) in a smart home or more generally in Ambient Intelligent (AmI) environments
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Simulation platform for automated stock exchange trading. It delivers statistics to analyse performance on historic data and allows comparison between trading strategies, that can be coded in Java.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    JMiner is a (not yet!) complete data mining and artificial intelligence solution written in Java. Support for neural networks, genetic algorithms/programming, decision trees, clustering, market basket analysis, link analysis, data cleansing, and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Sakura is a Knowledge Navigator and User Interface for UNIX, which implements HyperMedia and its own windowing and packing system, both in the main program and in an extensive API for Tcl and other languages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Project Genesis brings the game of life up-to-date. instead of dots, we have animals, instead of trivial rules about close proximity dots, we model real world activities: move,eat,kill,steal,destroy,sleep, breed and learn different patterns of behavior.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JLife is a Java framework for testing and playing with A-Life. The the main idea is about evolving “creatures”, that consists of chain of commands, that influence both the creature and it's environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This library provides a network abstraction layer for heterogenous large scale modular systems. It supports clearly specified interface definitions for communication between modules, while maximizing module indendence and adaptability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JOthi is the java-based game of "Othello". This project is son of the greater parent SourceForge project "JGames", that realizes the real game environment: JOthi only defines the "Othello" game rules and its specific AI players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Emergent Mercenary is a 3D FPS with strategy overtones, and an excerise in emergent gaming. It should be easy to setup a scenario (e.g. hunt criminal) just by placing characters with certain AI into the game and see them interact.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Lightweight backpropagation neural network in C++. The project provides a class implementing a feedforward neural network, and a class for easily train it. It is highly customizable to manage your problem and comes with a simple graphical interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    The mobile reasoner Pocket KrHyper is an automated theorem proving library for first order logic (and description logic) running on J2ME (Mobile Java) phones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JGames is a sort of "game development framework" that creates a solid general structure for all Board Games, Strategy Games and all these game, 2D and 3D, that can be specified defining its particular Rules.
    Downloads: 0 This Week
    Last Update:
    See Project