Showing 1006 open source projects for "alpha"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    DTW is intended to be a Voice in -> Pictures + Text out program written in java using Sphinx from CMU. This is intended to be useful to people who have good oral/visual literacy skills but poor written literacy skills.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SimpleDomino is a Server for a Programming Competition from Schoolinux and Linux-dubai.com for School Students. It uses TCP/IP for Communications. (It's base on Linux but can port to Windows) You can start your own Competition or Help us to develop this P
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Evomusic deals with automatic composition of music (midi-files) using evolutionary algorithms. Currently we are testing multiple approaches for doing this successfully, especially neural networks and/or algorithms based on simple music theory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    myMAS is a framework for writing distributed, agent based Java applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    This library implements self-organizing neural networks, also called Kohonen Nets. They can be used for high dimensional data analysis. Example: content based image recognition ( CBIR ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A general and small implementation of an artificial neural network in Common Lisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This package contains code for the game of EasyGo, a modified version of the original game of go. This package provides a simple API so that the users can code and test their own players. Thus one can not only play, but also program their own players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    VKAS - a genetic function finder

    VKAS - a genetic function finder

    An AI program that deploys genetic programming

    VKAS uses genetic programming methods to find out the relationship among a set of independent and dependent variable. It is a problem solver software which uses evolutionary computing methods. When vkas is run, it creates a population of chromosomes at random. This population is then genetically modified and next population is generated. Each population is subjected to fitness calculation and if a suitable answer chromosome is found then vkas stops and the answer is printed. If a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Parameter Tuning Unity (PTU) aims to adapt the parameters of ever connected multi-agents system, or expert system with a plugged optimization heuristic likes the descent of gradient for instance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 10
    TIKAPP is becoming a collection of tools for simulation of neural networks. The first available part is an ANSI-C++ library with support for backpropation networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Play Gomoku against computer player. The computer player is implemented using a min/max tree with alpha-beta pruning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Maiden-core is a Linux kernel robotics API module, extensible in Erc. The Maiden Project also documents and develops the Maiden architecture for mobile robots, a set of (optional) designs and standards for robots using the Maiden-core API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Excors is a natural language interpretation system (chatterbot framework) that uses XML and Python for natural language modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Erc is an interpreted link-oriented language. Majic is a java-based interpreter for Erc, and Majicc is a c++ based compiler for Erc which uses the Majic libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The Generation5 Java Development Kit (JDK) enables users to create demonstration programs and applets for a wide variety of Artificial Intelligence and Artificial Life paradigms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Simple Essay Analysis Mechanism (SEAM) is a utility for automatically evaluating essays and providing feedback to students.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Pawn will make it possibly for you to tell the computer exactly what you would like it to do. Fiction. No its reality now. The highly customizable slackware will be the base for Pawn.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    J2MEStrategicGameLib is a Java based library providing a lightweight algorithmic framework for developing intelligent zero-sum strategy games using the J2ME platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Reverned is a general purpose Bayesian classifier written in Python. It is designed to be easily extended to any application domain.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Talk Agent Project is creating a framework that allows developers to create inteligent agents which accept commands in natural language (English). Software agents are created by adding new ontologic knowledge and software components to the framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A Perl script that renames files of a config-file specified type (ex: mp3) to a user specified naming scheme. The script tries to resolve parts of the file name to specific variables (ex: title). Will prompt for duplicates and keep a log.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project investigates emerging agent societies undergoing evolutionary, individual, and social learning. The project involves an agent modeling environment, monitoring mechanisms, simulation engine and a distributed p2p platform. All this in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MLP is a library containing a framework for the development of Machine Learning algorithms as well as a set of standard ML algorithms ready to be used. It is similar in the spirit to the weka project, but it is written in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Engine for unlimited effects and modulation for sophisticated audio generation, with instrument simulation capabilities. It provides a simple core for generating effects and statistical and physical instrument modelling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ICraft main purpose is to write an artificial intelligence for game engines like Stratagus, so that each unit will be intelligent agents.
    Downloads: 0 This Week
    Last Update:
    See Project