Showing 432 open source projects for "programming c++ library"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 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
    ga2 is a simple C++ library providing the necessary base classes to implement a genetic algorithm in C++. It is based loosely on Goldberg's canonical GA, but with many modifications, improvements and additional features. Essentially feature-complete, and
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A collection of user contributed applications which use the Open Computer Vision Library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Developpement of speech recognition software and libraries for the linux system. Should allow evryone to integrate speech recognition in his software very easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Inanna is an object oriented artificial neural network C++ library. Libraries are based on MagiClib base class library (included).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5
    The ROSETTA C++ library is a collection of C++ classes and routines that enable discernibility-based empirical modelling and data mining. Comprises useful routines for machine learning in general and for rough set theory in particular.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    HC is a C++ library for assisting the development of knowledge discovery systems and experiments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This Meshula Kernel contains a reactive AI core, a high quality physics simulator, a math library, and assorted utility routines
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    kombinatoriC delta library

    kombinatoriC delta library

    CAS Algorithms embeded as libraries.

    Personal research achievements from the authors presented here in the form of symbolic Algebra and non-numerical analysis algorithms implemented in C/C++, Java, and/or Pascal. As part of a more wide, simple, powerful and robust CAS enviroment under development, new code will be continuously added up to this repository. The authors give their welcome and encouragement to everyone interested in bring some kind of collaboration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Multi Expression Programming is a genetic programming method that encodes multiple solutions. It aims to solve difficult problems like classification or symbolic regression.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    C++ Computer vision library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DBNL

    DBNL

    Dynamic Bayesian Network Library

    ...The particle based inference can answer arbitrary questions given the provided evidence and can even cope with multimodal densities. The library supports the most common types of densities and conditional densities, like uniform or normal densities and facilitates user defined density functions. To enable easy use the library is taking account of modern development techniques like policy based design and template programming. All these properties make it applicaple for a wide range of applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Source Code for projects made at AAU Copenhagen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CNF-toolkit is a simple library for constructing and manipulating boolean formulae in conjunctive normal form.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Gamel (pronounced like camel) is a library written in C++ for use in games. Gamel includes common search and sort algorithms, easy-to-use networking methods, logging, 2D/3D distance calculation, entity classes for RPG and FPS games, pathfinding and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Nervous System

    A C++ Neural Network Toolkit

    ...This project has merged into another that can be found here: https://github.com/nicrohobak/Toolbox The designer portion is currently on hold. ------------------------------------------------------------ A C++ neural network toolkit. This project is a C++ library for adding, potentially complicated, neural networks to any project. libNervousSystem is developed in conjunction with the GUI tool, Nervous System Designer, to easily generate and train networks for use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    It helps multi-agent systems to achieve the teamwork.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Librarian is intelligent text classification system. That provide you with the access to your electronic document based on a hierarchical system of classifications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AIL is an AI library that will help you to use algorithms such as A*,DFS and BFS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An extensible framework for writing programs that involve evolutionary computation and physical simulations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is project should implement different biometrics algorithms for fingerprint and face recognition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Crowd simulation framework that contains an algorithm based on probalistic automata. It includes interative scenarios to demonstrate the technique. This project can be used to simulate crowds in real-time. This project is financed by CNPq
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    libSMAIL or (SMall A.I. Library) is a library containing various AI techniques. Its main use will be in games, but could be used anywhere AI is needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GURLS

    GURLS

    Grand Unified Regularized Least Squares

    GURLS - (Grand Unified Regularized Least Squares) is a software package for training multiclass classifiers based on the Regularized Least Squares (RLS) loss function. The initial version has been designed and implemented in Matlab. Teh current goal is to implement an object-oriented C++ version to allow for a wider distribution of the library within the open-source developers' comunity. Main functionalities already implemented are: * Automatic parameter selection. * Handle massive datasets. * Great modularity, each method can be used independently. * Wide range of optimization routine. Please contact us if you want to join the developers' team or, otherwirse, feel free to download and use the library in your code and send us feedbacks about existing bugs, possible improvements and further developments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Twang is a public-domain library for pathfinding in 2D polygonal environments, ideal for plugging in to a RPG, FPS, adventure, or RTS game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    a distributed engine for abstract neural network development via natural-language programming
    Downloads: 0 This Week
    Last Update:
    See Project