Search Results for "artificial intelligence algorithm" - Page 4

Showing 137 open source projects for "artificial intelligence algorithm"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
  • 1
    VOC-DPM

    VOC-DPM

    Object detection system using deformable part models (DPMs)

    ... (where part assignments are treated as latent variables) and weak-label structural SVM (WL-SSVM) for learning from partially labeled data. The code integrates several enhancements: a star-cascade detection algorithm to speed up screening, context rescoring (re-ranking detections using contextual information), and various optimizations like in-memory training (rather than large on-disk data files).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Fish4Knowledge Project

    Analysis of undersea fish videos

    The Fish4knowledge project investigated: information abstraction and storage methods for analyzing undersea video data (from 10E+15 pixels to 10E+12 units of information), machine and human vocabularies for detecting & describing fish, flexible process architectures to process the data and scientific queries and effective specialised user query interfaces. A combination of computer vision, database storage, workflow and human computer interaction methods were used to achieve this. The...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    mVision library is a set of functions related with computer vision programmed in Matlab. Also include a couple of GUIs for test visually the functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    MCTIMME

    Microbial Counts Trajectories Infinite Mixture Model Engine

    MCTIMME is a nonparametric Bayesian computational framework for analyzing microbial time-series data.The current implementation is in Matlab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 5

    HMM Speech Recognition in Matlab

    A speech recognition system using Matlab/Simulink/Stateflow.

    This project provide hidden Markov model speech recognition system by using Matlab/Simulink/Stateflow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ECOC PAK is a C++ Library for the Error Correcting Output Codes classification framework. It supports several coding and decoding strategies as well as several classifiers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    lonestar

    A feature selection and classification algorithm based on L1 Norm SVM

    A feature selection and classification algorithm. It is based on L1 Norm Support Vector Machine with t-test and Recursive Feature Elimination.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Open Genetic Algorithm Toolbox

    This is a MATLAB toolbox to run a GA on any problem you want to model.

    This is a toolbox to run a GA on any problem you want to model. You can use one of the sample problems as reference to model your own problem with a few simple functions. You can collaborate by defining new example problems or new functions for GA, such as scaling, selection or adaptation methods. In that case, you should then include your credits in the file, upload it to matlab central and contact the author. Suggestions are also welcome but naturally I won't be able to attend...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is a Matlab software package for single molecule FRET data analysis.
    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
    Computer Vision Application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Stanford Machine Learning Course

    Stanford Machine Learning Course

    machine learning course programming exercise

    The Stanford Machine Learning Course Exercises repository contains programming assignments from the well-known Stanford Machine Learning online course. It includes implementations of a variety of fundamental algorithms using Python and MATLAB/Octave. The repository covers a broad set of topics such as linear regression, logistic regression, neural networks, clustering, support vector machines, and recommender systems. Each folder corresponds to a specific algorithm or concept, making it easy...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12

    DHAC distribution

    DHAC distribution version

    DHAC distribution
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    NeMo is a high-performance spiking neural network simulator which simulates networks of Izhikevich neurons on CUDA-enabled GPUs. NeMo is a C++ class library, with additional interfaces for pure C, Python, and Matlab.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    AERST SIMULATOR TOOL
    AERST is a C++ tool to simulate AER (Address-Event-Representation)-based systems
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project is devoted to the creation of an open source Error-Correcting Output Codes (ECOC) library for the Machine Learning community. The ECOC framework is a powerful tool to deal with multi-class categorization problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DOGMA is a MATLAB toolbox for discriminative online learning. It implements all the state of the art algorithms in a unique and simple framework. Examples are Perceptron, Passive-Aggresive, ALMA, NORMA, SILK, Projectron, RBP, Banditron, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Content-based Image Retrieval (CBIR) consists of retrieving visually similar images to a given query image from a database of images. It is done by comparing selected visual features such as color, texture and shape from the image database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Octave program which trains artificial neural networks to play backgammon through self-play.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Face recognition using BPNN. Contains 1.Face recognition using Back propagation neural network (customize code) code using matlab. 2. Face recognition using Back propagation network (builtin) code using matlab.Project closed for now,Adeel Raza Azeemi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Tool for visualizing artificial neural networks in Matlab using the Matlab Neural Network Toolbox (see wiki for details).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A neural network package for Octave! Goal is to be as compatible as possible to the one of MATLAB(TM).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project applies an interpretation of a k-NN algorithm to a library of GPS commuter data for speed prediction. The overall goal is to lay the foundation for a power management protocol for use in electric vehicles with hybrid energy storage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    An adaptive neural network and evolutionary algorithms approach to the machine learning tasks, based on the modular graph grammars. Tested on the "two spirals problem" and other tasks. Implemented in Matlab and C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    An implementation of a new proposed model of smoothly spiking neural networks + a fully analytical gradient descent algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project contains code for evaluation of reflection symmetry detection algorithms
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.