Showing 234 open source projects for "algorithm"

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

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    Card credit checker, allows you to check credit card number for validity. It can verify Visa, MasterCard, Diners Club, Carte Blanche, American Express (AMEX), Discover, card numbers. it uses LUHN10 algorithm as well as first digits verification.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    a program to directly find the prime factors quickly, we are attempting to create the fastest algorithm possible (note, this software is licensed under the WTFPL, a copy of the license is in the COPYING file of all tarballs attached to this project)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A flexible and easy-to-use toolkit for implementing genetic algorithm in Python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The Automatic Model Optimization Reference Implementation, AMORI, is a framework that integrates the modelling and the optimization processes by providing a plug-in interface for both. A genetic algorithm and Markov simulations are currently implemented.
    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
  • 5
    PyLife is an implementation of the game of life algorithm featuring parallel programming. It uses MPI and python to achieve a consistent software architecture and reliably performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Markovski project implements an interpreter/compiler for a language named Markovski, used to write Markov algorithms (see http://en.wikipedia.org/wiki/Markov_algorithm).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A simple (~20 line python) O(n^6) algorithm for the traveling salesman problem that seems to do pretty well for most graphs; so well that I have not been able to find a graph which it does optimally solve. Those with spare cycles are welcome to help out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DrPangloss is a python implementation of a three operator genetic algorithm, complete with a java swing GUI for running the GA and visualising performance, generation by generation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Peach Validator is a small program used verify the application of the Lhun's algorithm to s.i.n numbers. This program is designed to offer some insight into writting program wrappers or GUI applications with python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    PyPotrace is a Python programming language binding for Peter Selinger's Potrace raster to vector conversion algorithm. No separate Potrace library or application required!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This project aims to improve the Civilization 4 AI using a genetic algorithm. We also have some alternative AI algorithms which have been custom written that will hopefully also improve the AI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A Python and ANSI C implementation of the Edelsbrunner hyperplane arrangement algorithm described in his book Algorithms in Combinatorial Geometry, supporting arbitrary dimensions, exact rational arithmetic using gmp, and using David Avis lrs solver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    KU1K is a set of tools for 4D,5D and 6D compact U(1) lattice gauge theory Monte Carlo simulation using the Skipis-Vantzos algorithm. As the calculations involved, even for the 4D case, are consuming, the project is modular so as to run on the Grid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Zerorule is a lite rule engine/expert system that implements the RETE algorithm which can improve the speed of forward-chained rule system. It is written entirly in the powerful python language. it supplies both a script interpreter and simple CLI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Free program for learning foreign languages using Supermemo algorithm for calculation of the interrepetition intervals. Snakememory is written in python and uses pygtk and pyglade libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SpamGAME is a statistical spam filter based on the GA.M.E. (GAussian Mono-dimensional Environment) algorithm for Text Categorization. It is written in Python and it should run on all platform having a Python interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Galileo is a library for developing custom distributed genetic algorithms developed in Python. It provides a robust set of objects that can be used directly or as the basis of derived objects. Its modularity makes it easy to extend the functionality. The
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    python-stablesort is a back-port of the new Python 2.3 stable listsort algorithm to all Python versions (from 1.5.2 to 2.2.3). See the Project Home Page for more info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Definition and implementation(s) of a 'numerically aware' string compare algorithm: 'A1' < 'A2' < 'A3' < 'A10' < 'A11' < 'B1'.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Open Worlds VR is a general, visual and interactive simulation platform, designed to support thousands of independent actors (objects). It also implements a strong peer-to-peer networking algorithm to allow multi-computer processing of a single large simu
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    pyBoids is a free/open-source project that implements (in Python/TKinter) Craig Reynold's famous boids algorithm. This algorithm intelligently simulates flocking, herding, swarming, and schooling behavior as found in nature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Python Trust Metrics. Implementation of Ford-Faulkersson Maximum Flow algorithm and mod_virgule's Trust Metrics code, in python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A Genetic Algorithm Training System in Python. Gatspy provides the framework, the user provides the error (fitness) function. Gatspy will evolve a solution that attempts to minimize the error.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    aVolve is an evolutionary/genetic algorithm designed to evolve single-cell organisms in a micro ecosystem. It currently uses the JGAP Genetic algorithm, but does include a primitive genetic algorithm written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Operationalize

    Operationalize an algorithm for estimating water an energy

    Downloads: 0 This Week
    Last Update:
    See Project