Showing 2045 open source projects for "algorithm"

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
  • Inventors: Validate Your Idea, Protect It and Gain Market Advantages Icon
    Inventors: Validate Your Idea, Protect It and Gain Market Advantages

    SenseIP is ideal for individual inventors, startups, and businesses

    senseIP is an AI innovation platform for inventors, automating any aspect of IP from the moment you have an idea. You can have it researched for uniqueness and protected; quickly and effortlessly, without expensive attorneys. Built for business success while securing your competitive edge.
    Learn More
  • 1
    Python Machine Learning

    Python Machine Learning

    The "Python Machine Learning (2nd edition)" book code repository

    This repository accompanies the well-known textbook “Python Machine Learning, 2nd Edition” by Sebastian Raschka and Vahid Mirjalili, serving as a complete codebase of examples, notebooks, scripts and supporting materials for the book. It covers a wide range of topics including supervised learning, unsupervised learning, dimensionality reduction, model evaluation, deep learning with TensorFlow, and embedding models into web apps. Each chapter has Jupyter notebooks and Python scripts that...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    vim.wasm

    vim.wasm

    Vim editor ported to WebAssembly

    ...When opening it, it opens tryit.js example JavaScript source code. Basic usage is described in comments at top of the file. Example source contains min-heap data structure and heap sort algorithm. Enjoy coding! And :% runs the code in your browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    RecNN

    RecNN

    Reinforced Recommendation toolkit built around pytorch 1.7

    This is my school project. It focuses on Reinforcement Learning for personalized news recommendation. The main distinction is that it tries to solve online off-policy learning with dynamically generated item embeddings. I want to create a library with SOTA algorithms for reinforcement learning recommendation, providing the level of abstraction you like.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Pigale
    Pigale is a graph editor and a C++ algorithm library essentially concerned with planar graphs. This software, particularly intended for graph theoretical research, includes new algorithms based on our recent theoretical researches.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Premier Construction Software Icon
    Premier Construction Software

    Premier is a global leader in financial construction ERP software.

    Rated #1 Construction Accounting Software by Forbes Advisor in 2022 & 2023. Our modern SAAS solution is designed to meet the needs of General Contractors, Developers/Owners, Homebuilders & Specialty Contractors.
    Learn More
  • 5

    SparthMP

    SparthMP is an ANSI-C math library for Multi-Precision calculations

    SparthMP is an ANSI-C math library for Multi-Precision calculations, i.e. beyond float/double domain. It supports regulated accuracy of calculations. For algorithm design with this library you should have an understanding of rounding errors in math.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    uwindsortablut

    Viking chess (tablut) game with CPU player

    ...run the game from dist folder with java -jar tablut.jar Implemented By University of Windsor computer science students during Introduction to Artificial Intelligence course taught by Professor Kalyani Selvarajah. Please read the White Paper pdf for full game rules and description of CPU player artificial intelligence. CPU player chooses its moves using a minimaxer algorithm with alpha/beta pruning, using an evaluation function that considers 5 different board features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Carbon library

    Carbon library

    A declarative library for building component-based user interfaces

    A declarative library for building component-based user interfaces in UITableView and UICollectionView. Provides a declarative design with the power of diffing algorithm for building list UIs. Declare the component once, it can be reused regardless kind of the list element. Solves the various problems by architecture and algorithm without destructing UIKit. Carbon is a library for building component-based user interfaces in UITableView and UICollectionView inspired by SwiftUI and React. This make it painless to build and maintain the complex UIs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Zopfli

    Zopfli

    Zopfli Compression Algorithm is a compression library

    Zopfli is a compression library and command-line tool that produces exceptionally small DEFLATE, zlib, and gzip streams by spending more CPU time to search for better encodings. It keeps strict compatibility with the ubiquitous DEFLATE format, so outputs can be decompressed by any standard tool or browser. The encoder performs exhaustive block splitting and greedy but thorough match searching to shave extra bytes off assets, which is ideal for web content and firmware where size matters more...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    MetaPA is a de Bruijn graph algorithm to obtain complete protein coding genes by assembling metagenomic and metatranscriptomic short reads. Jiemeng Liu*, Qichao Lian*, Yamao Chen, Ji Qi. (2019) Amino acid based de Bruijn graph algorithm for identifying complete coding genes from metagenomic and metatranscriptomic short reads. Nucleic Acids Research.
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-one security tool helps you prevent ransomware and breaches. Icon
    All-in-one security tool helps you prevent ransomware and breaches.

    SIEM + Detection and Response for IT Teams

    Blumira’s detection and response platform enables faster resolution of threats to help you stop ransomware attacks and prevent data breaches. We surface real threats, providing meaningful findings so you know what to prioritize. With our 3-step rapid response, you can automatically block known threats, use our playbooks for easy remediation, or contact our security team for additional guidance. Our responsive security team helps with onboarding, triage and ongoing consultations to continuously help your organization improve your security coverage.
    Learn More
  • 10
    Common Music

    Common Music

    An algorithmic music composition system

    Common Music (CM) is a real-time music composition system implemented in JUCE/C++ and Scheme. It generates musical output via MIDI, OSC, CLM, FOMUS and CSOUND. Its user application is called GRACE (Graphical Real-time Algorithmic Composition Environment)
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    AES Everywhere

    AES Everywhere

    Cross Language AES 256 Encryption Library

    AES Everywhere is Cross Language Encryption Library that provides the ability to encrypt and decrypt data using a single algorithm in different programming languages and on different platforms. This is an implementation of the AES algorithm, specifically CBC mode, with 256-bit key length and PKCS7 padding. It implements OpenSSL-compatible cryptography with randomly generated salt.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Divergent Scallator

    Divergent Scallator

    Pascalloids via divergent algorythms for fun graphics

    Number fields included for number of polygon's sides and N value for numeric scallation via new divergent algorithm are augmented by a number of graphical adjustment features. In 2D, all polygons are possible to generate, and once you find what you like, color cycling and rotation are available.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    BiQuad filter (IIR - filter)

    Visual Studio C++ BiQuad filter project

    With this project you can design the following filter types: - 1st order low-pass - 1st order high-pass - 2nd order low-pass - 2nd order high-pass - Band-pass - Band-rejection This project includes also a documentation about how to calculate the filter coefficients of the IIR-filter algorithm in German and English language. Furthermore you can run the project in a VisualStudio C++ environment and analyze the filter output, stored inside a CSV file, based on a selectable sinusoidal input signal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Estimates the maximum random close packing fraction of hard spheres with a distribution of diameters, based upon an algorithm in J. Chem. Phys. 131, 244104 (2009).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    benchm-ml

    benchm-ml

    A benchmark of commonly used open source implementations

    ...The benchmarks cover algorithms like logistic regression, random forest, gradient boosting, and deep neural networks, and they compare across toolkits such as scikit-learn, R packages, xgboost, H2O, Spark MLlib, etc. The repository is structured in logical folders, each corresponding to algorithm categories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    RSA Encryption Tool

    RSA algorithm based encryption tool.

    A simple program written in C# utilizing .NET 4.6 to demonstrate RSA encryption in action. User can select a text file or input any text to encrypt.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17
    CCZero (中国象棋Zero)

    CCZero (中国象棋Zero)

    Implement AlphaZero/AlphaGo Zero methods on Chinese chess

    ChineseChess-AlphaZero is a project that implements the AlphaZero algorithm for the game of Chinese Chess (Xiangqi). It adapts DeepMind’s AlphaZero method—combining neural networks and Monte Carlo Tree Search (MCTS)—to learn and play Chinese Chess without prior human data. The system includes self-play, training, and evaluation pipelines tailored to Xiangqi's unique game mechanics.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18

    weka-MTreeClusterer

    Flat clustering algorithm based on MTrees implemented for weka.

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

    ESP32 Arduino Reflow Oven Controller

    ESP32 Arduino Based Reflow Oven Controller Schematics and Firmware

    ...The schematic can be found in <files/hardware>. The code for the controller was modified extensively from existing Arduino sketches for reflow oven controllers and is PID-algorithm based. The firmware ("sketch") can be found in <Files/firmware>. The Serial Profile Plotter For Reflow Ovens utility was written to operate in conjunction with this controller. You can download it here: https://sourceforge.net/projects/serial-profile-plotter-reflow/
    Downloads: 12 This Week
    Last Update:
    See Project
  • 20
    Hyperapp

    Hyperapp

    Tiny framework for building hypertext applications

    ...Write what, not how—With a declarative API that's easy to read and fun to write, Hyperapp is the best way to build purely functional, feature-rich, browser-based apps in JavaScript. Smaller than a favicon—1 kB, give or take. Hyperapp is an ultra-lightweight Virtual DOM, highly-optimized diff algorithm, and state management library obsessed with minimalism. Official packages provide access to The Web Platform, and ensure that the APIs are exposed in a way that makes sense for Hyperapp, and the underlying code is stable. We already cover a decent amount of features, but you can always create your own effects and subscriptions if something is not available yet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Lori's Help

    Lori's Help

    An Android app to help people with Down Syndrome in their literacy

    ...The application has 4 activities to aid in learning, 3 of them with emphasis on the literacy process and 1 focused on sensory stimuli. Application activities are monitored by a biofeedback algorithm (known as Attention Meter). The algorithm observes the variations of the user's micro facial expressions with the intention of measuring the level of attention during the accomplishment of the activities. The software provides a configuration screen, which makes the application parametrizable. In this way, the monitor of the person with Down syndrome, who will use the application, can configure the software according to the needs of his student. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NemosMiner

    NemosMiner

    Multi-algo profit-switching NVIDIA cryptocurrency miner

    NemosMiner monitors mining pools in real-time in order to find the most profitable algorithm to mine on Nvidia cards. Created by Nemo/Minerx117, with help from MrPlusGH and grantemsley. Monitoring system written by grantemsley. Uses calculations based on 24hractual and currentestimate ahashpool prices to get more realistic estimate. Includes some trust index based on past 1hr currentestimate variation from 24hr. You can now optionally monitor all your workers remotely, both in the GUI and via https://nemosminer.com. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Coach

    Coach

    Enables easy experimentation with state of the art algorithms

    Coach is a python framework that models the interaction between an agent and an environment in a modular way. With Coach, it is possible to model an agent by combining various building blocks, and training the agent on multiple environments. The available environments allow testing the agent in different fields such as robotics, autonomous driving, games and more. It exposes a set of easy-to-use APIs for experimenting with new RL algorithms and allows simple integration of new environments...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Zulu Trusted Sender | Email Trust Index

    Zulu Trusted Sender | Email Trust Index

    The email trust rating and domain management tool application

    ...This project is designed to provide an simple to use too for email users to quickly understand if a URL (website / email domain) can and should be trusted. It has and will prevent successful spook and phishing attacks and as a by product reduce SPAM volumes significantly. One Project using the original algorithm is Trusted Sender Score and is part of our community initiative. It is expensive to maintain and build all of the necessary additions and improvements and we would love some help.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Qoricoin

    Qoricoin

    Coin Qoricoin

    What is qoricoin? Qoricoin is a lite version of Bitcoin that uses scrypt as a proof of work algorithm. 2.5 minute blocking targets subsidy halves in 840k blocks (~ 4 years) ~ 84 million coins in total The rest is the same as Bitcoin. 50 coins per block 2016 blocks for difficulty retarget For more information, as well as a binary version for immediate use of the Qoricoin client software, see http://intiqori.mas.tienda.
    Downloads: 0 This Week
    Last Update:
    See Project