Search Results for "offline artificial intelligence\" - Page 9

Showing 1227 open source projects for "offline artificial intelligence\"

View related business solutions
  • Innovate faster with enterprise-ready generative AI—enhanced by Gemini Icon
    Innovate faster with enterprise-ready generative AI—enhanced by Gemini

    Build, deploy, and scale machine learning (ML) models faster, with fully managed ML tools for any use case.

    Vertex AI offers everything you need to build and use generative AI—from AI solutions, to Search and Conversation, to 130+ foundation models, to a unified AI platform.
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
  • 1
    Command Line Parser GetPot

    Command Line Parser GetPot

    Tool to parse the command line and configuration files.

    Powerful command line and configuration file parsing for C++, Python, Ruby and Java (others to come). This tool provides many features, such as separate treatment for options, variables, and flags, unrecognized object detection, prefixes and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    OpenGIA

    General Intelligence Algorithm

    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Caffe

    Caffe

    A fast open framework for deep learning

    Caffe is an open source deep learning framework that’s focused on expression, speed and modularity. It’s got an expressive architecture that encourages application and innovation, and extensible code that’s great for active development. Caffe also offers great speed, capable of processing over 60M images per day with a single NVIDIA K40 GPU. It’s arguably one of the fastest convnet implementations around. Caffe is developed by the Berkeley AI Research (BAIR)/The Berkeley Vision and...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4

    file_lemmater

    text file quick lemmater

    This executable get a text file (input name "in.txt" at the same folder where the executable is) and creates a file called "out.txt" with the same content but each noun, adjective or verb is lemmatized. From the Aseryla (https://memla.000webhostapp.com/index.html) system that combines the Stanford Core NLP (https://stanfordnlp.github.io/CoreNLP/index.html) and the CSTlemmatiser(http://cst.dk/online/lemmatiser/uk/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • ContractSafe: Contract Management Software Icon
    ContractSafe: Contract Management Software

    Take Control Of Your Contracts Without Wrecking The Budget

    Ditch those spreadsheets, shared drives & crazy-expensive solutions with too many bells & whistles. ContractSafe offers the simplest way to manage your contracts efficiently without breaking the bank.
  • 5
    IDP

    IDP

    Declarative knowledge representation and reasoning

    This is the old release page of the IDP system, please visit http://dtai.cs.kuleuven.be/software/idp/try for the most recent release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This project aims to develop and share fast frequent subgraph mining and graph learning algorithms. Currently we release the frequent subgraph mining package FFSM and later we will include new functions for graph regression and classification package
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    app5

    Программа моделирования физики

    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    NARX simulator with neural networks

    A simulator for NARX ( Nonlinear AutoRegressive with eXogenous inputs)

    This projects aims at creating a simulator for the NARX (Nonlinear AutoRegressive with eXogenous inputs ) architecture with neural networks. The system can fallback to MLP ( multi layer perceptron ), TDNN ( time delay neural network ), BPTT ( backpropagation through time ) and a full NARX architecture. The system is intended to be used as a time series forecaster for educational purposes. This projects is my personal master thesis developed at the Master of Artificial Intelligence...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    FARSA

    FARSA

    Framework for Autonomous Robotics Simulation and Analysis

    FARSA is a collection of integrated open-source object-oriented C++ libraries that allow to experiment with autonomous robots. It allow to simulate different robotic platforms (the iCub humanoid and the khepera, e-puck, and marxbot wheeled robots), design the sensory-motor system of the robot/s, design the environment in which the robot/s operate, design the robot neural controller, and adapt the free parameters of the robot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered conversation intelligence software Icon
    AI-powered conversation intelligence software

    Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not.

    Every customer interaction is vital to your business success and revenue growth. With Jiminny’s AI-powered conversation intelligence software, we take recording, capturing, and meticulous analysis of call recordings to the next level. Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not. Seamlessly support your biggest objectives across the entire business landscape with our innovative call tracking system.
  • 10
    ISS SPHERES

    ISS SPHERES

    SPHERES Facility software for scientists

    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    Shortest Path Graph A star

    finds the sortest path on the directed graph using A* algorithm.

    It is the implementation of the A* algorithm for directed graph. Additionally, the implementation of the Graph is provided. For visualization of the graph and the results of the A* algorithm the data are exported in GraphViz (Graph Visualization Software) format: http://www.graphviz.org/ Various exemplary solutions are provided. See also my other two projects related to A* algorithm: https://sourceforge.net/projects/path-finder-qt/ https://sourceforge.net/projects/a-star/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    clipsmm is a C++ interface to the CLIPS libray, a C library for developing expert systems.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    GPU Machine Learning Library. This library aims to provide machine learning researchers and practitioners with a high performance library by taking advantage of the GPU enormous computational power. The library is developed in C++ and CUDA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Sistema de control y definición de secuencias programadas de movimientos para plataformas robóticas con controlador arduino Dentro del proyecto hay dos códigos fuentes. Uno es un módulo de control para un brazo robótico autónomo que juega al tres en raya y el otro es una plataforma de definición de movimientos programados para robots bípedos Pueden verse ejemplos de ambos en: Control de robots...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Spark - A generic physical simulator
    Spark is a physical simulation system. The primary purpose of this system is to provide a *generic* simulator for different kinds of simulations. In these simulations, agents can participate as external processes.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    libfastknn

    libfastknn

    Fast C++ KNN classifier

    KNN Classifier library for C++, at background using armadillo. In k-NN classification, the output is a class membership. An object is classified by a majority vote of its neighbors, with the object being assigned to the class most common among its k nearest neighbors (k is a positive integer, typically small). If k = 1, then the object is simply assigned to the class of that single nearest neighbor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SmartRoom

    Smart services for assistance to conferences, meetings, lectures

    Recent progress in ubiquitous computing, ambient intelligence and Internet of Things has resulted in several prototypes of smart environments. The smart spaces concept and its open source implementation - Smart-M3 - provide methods and tools for constructing such environments. The SmartRoom project aims at development of a set of smart services to assist in conferences, meetings, lectures, and other educational/research/business events. The project applies the advanced Smart-M3 SDK...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    BWEM

    Fast and robust map analyser for Brood War.

    Brood War Easy Map is a C++ library that analyses Brood War's maps and provides relevant information such as areas, choke points and base locations. It is built on top of the BWAPI library. It first aims at simplifying the development of bots for Brood War, but can be used for any task requiring high level map information. It can be used as a replacement for the BWTA2 add-on, as it performs faster and shows better robustness while providing similar information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    faif

    faif

    C++ header only library with AI and bioinformatics algorithms

    C++ header only library, small and fast; Naive Bayesian Classifier, Decision Tree Classifier (ID3), DNA/RNA nucleotide second structure predictor, timeseries management, timeseries prediction, generic Evolutionary Algorithm, generic Hill Climbing algorithm and others.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    StarkOX

    StarkOX

    Open Source Robot Operating System

    StarkOX, the first universal Open Source AI Robot Operating System. It provides easy to use hardware abstraction and commonly-used functionality. Furthermore, strong cognitive functions, voice and pattern detection together with a new powerful scripting language provide possibilities to create and share abstract behavior patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    OpenNLC

    Natural Language Compiler

    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    OpenANN

    Basic Artificial Neural Network

    OpenANN is a basic artificial neural network toolset. It is not being actively maintained. For performance neural networking, consider an alternative (such as https://sourceforge.net/projects/openann-project or https://www.tensorflow.org)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    OpenATOR

    Axis Transformation Object Recognition

    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    node-opencv

    node-opencv

    OpenCV Bindings for node.js

    OpenCV bindings for Node.js. OpenCV is the defacto computer vision library - by interfacing with it natively in node, we get powerful real time vision in js. People are using node-opencv to fly control quadrocoptors, detect faces from webcam images and annotate video streams. If you're using it for something cool, I'd love to hear about it! You'll need OpenCV 2.3.1 or newer installed before installing node-opencv. You can use opencv to read in image files. Supported formats are in the OpenCV...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    ArgSemSAT

    Solving argumentation problems in Dung's AFs

    Deprecated hosting for this project. The new hosting is at https://github.com/federicocerutti/ArgSemSAT In particular, the source code for the publication: Federico Cerutti, Massimiliano Giacomin, Mauro Vallati, How we designed winning algorithms for abstract argumentation and which insight we attained, Artificial Intelligence, Volume 276, 2019, Pages 1-40, ISSN 0004-3702, https://doi.org/10.1016/j.artint.2019.08.001. (http://www.sciencedirect.com/science/article/pii...
    Downloads: 0 This Week
    Last Update:
    See Project