Showing 2784 open source projects for "algorithm"

View related business solutions
  • 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
  • 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

    Operationalize

    Operationalize an algorithm for estimating water an energy

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

    HalfEdgeVis

    This is a course project based on half edge algorithm

    This is a course project of CSE Visualization of Stony Brook University. This project mainly focuses on computational geometry built on top of half edge data structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    C++ class of 'The MD5 Message-Digest Algorithm' from RFC 1321 sample code. ( Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. )
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    jshtml5-boxman

    A push-box game using HTML5 and javascript

    A push-box game using HTML5 and javascript feature: 1) Can add/Edit/Preview game map 2) Unlimited history Do/Undo 3) Record game process and play record 4) Game man can automatically find available most short path 5) Implement Dijkstra and A star algorithm for Path AI, and implement the algorithm Visibility demo mechanism.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 5

    SeedFill3D_

    My first sourceforge project. Plugin for ImageJ

    Plugin for ImageJ (Image Processing application). Maint target is develop 3D FloodFill tool for 3D stack images based on algorithm described in A rapid 3D seed-filling algorithm based on scan slice by Wei Wei You et al. Secondary targets is learn myself of Java, subversion and other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GHAPACK is a suite of tools around the Generalized Hebbian Algorithm. The Generalized Hebbian Algorithm (GHA) is a neural-net-like algorithm that allows the eigen decomposition of a dataset to be "learned" from serially-presented data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    uwin-client

    Baccarat strategy with AI policy decision

    The actual winning and losing data collected from Macau and Las Vegas for many years, using AI intelligent neural network algorithm, the model can slightly improve the accuracy rate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Azimuth

    Compute sun position relative to given co-ordinates.

    A command line utility to compute the sun's position relative to a given latitude and longitude. It makes use of the US NREL spa (sun position algorithm) which is subject to their generous copyright terms - specified at http://www.nrel.gov/midc/spa.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Space Robots Racing

    Record an algorithm to make a fastest robot and win races online

    Online robot racing. Create the fastest robot in entire universe and win! You will resist of gravity traps, asteroids and other players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    English: ARPI is a spanish acronym for Analysis, Acknowledgement and Image Procesing. The goal is allow a person with a low level programming knowledge to create an algorithm for image processing, run it and also manage images and matrixes. It also all
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Dungeon generator ported to Java from a Ruby version of the algorithm found at http://donjon.bin.sh/dungeon/about/. The ruby version was written by Carl Ellis and can be found at https://github.com/carl-ellis/Dungeon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A project to develop the Left-leaning Red Black Tree algorithm designed to manage a balanced tree of text word nodes over a series of insertions and deletions. The intent is to provide implementations in as many programming languages as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project is for developing stereo vision algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Limited_IM

    This is our implementation for our work named "Limited IM"

    The is our implementation of our work entitled "Neighborhood Matters: Influence Maximization in Social Networks with Limited Access". We proposed both non-adaptive and adaptive algorithms to maximize the influence spread. Specifically, in the non-adaptive case, a two-stage coordinate descent framework is designed to decide the discount allocation. In the adaptive case, a series of algorithms are devised with performance guarantee. Notably, our best algorithm achieves greater approximation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Application to test a GA solution for the Knapsack problem, it will compare Genetic Algorithm solution of the Knapsack problem to greedy algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FuX

    FuX

    Are you a composer looking for ideas? Or do you just enjoy listening..

    FuX uses a Variable Neighbourhood Search algorithm (VNS) to generate a continuous stream of fifth species counterpoint. Strict counterpoint is a formally defined musical style that originates in the 16th century. The rules of this style were written down by Johan Fux in his book "Gradus Ad Parnassum" in 1725. This app generates a continuous stream of music that adheres to these rules as well as possible, hence the name of the app. The VNS algorithm used in FuX takes into account 19 melodic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Porter Stemmer

    Java version of Porter's Stemming algorithm

    The Stemmer class transforms a word into its root form. The input word is provided from the add() methods. The stem() method will return the stem as will toString() after stem() has been called). The clear() method will wipe the Stemmer buffer and allow a new word to be input. This version extends Martin Porter's original stemming algorithm by allowing capital letters to exist in words. This version should also be plugged in wherever the old algorithm is used with few accommodations...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Simple Encrypt

    Simple Encrypt combines RSA encryption with AES to encrypt text files.

    RSA (Rivest-Shamir-Adleman) is a public-key encryption algorithm with a typical key size of 1,024 to 4,096 bits. 2 large primes are required to generate the keys. AES (Advanced Encryption Standard) is based on Rijndael, secret-key encryption algorithm using a block cipher with key sizes of 128, 192, or 256 bits. Simple Encrypt will take a text file, generate keys and then encrypt it. The output is the ciphertext and keys. Note: Realistically, I will keep the algorithms simple(r...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    GENet

    A genetic algorithm framework for artificial neural networks.

    A genetic algorithm framework to allow the evolution of synapse weights and topologies of artificial neural networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    cvAML

    Implementation of AML algorithm for OpenCV

    This library is an implementation of the Anisotropic Morphological Leveling algorithm for Remote Sensing Imagery using the OpenCV library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Integer Singular Value Decomposition Genetic Algorithm Function Fitter. This is an optimization algorithm that performs a similar role to a neural network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project aims at using the Artificial Intelligence (AI) algorithm called the Genetic algorithm to solve the problem of placement in the FPGA circuits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Permaculture Surveyor

    A surveying tool that optimizes your land for permanent settlement

    The permaculture surveyor is a program that takes GIS information for your piece of land and optimizes it for permanent settlement based on the ethical principles of Bill Mollison's Permaculture Design. The program takes GIS information like elevation, and hydrology data as the basis for its decision making. It will then use an algorithm to determine where you should place your earthship and where to plant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    yacoin

    YACoin - a hybrid scrypt PoW + PoS based cryptocurrency.

    YACoin - a hybrid scrypt PoW + PoS based cryptocurrency that uses the scrypt + chacha20/8 (N,1,1) hashing algorithm, with N gradually rising over time to increase memory requirements. This, in theory, makes YACoin one of the very few alt coins that can be mined efficiently on a CPU.
    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.