awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesEvolutionary Algorithms

Optimization techniques inspired by biological evolution, including selection, crossover, and mutation.

Distinguishing note: None available; no candidates provided.

Explore 6 awesome GitHub repositories matching artificial intelligence & ml · Evolutionary Algorithms. Refine with filters or upvote what's useful.

Awesome Evolutionary Algorithms GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • eriklindernoren/ml-from-scratchAvatar von eriklindernoren

    eriklindernoren/ML-From-Scratch

    31,918Auf GitHub ansehen↗

    This project is an educational toolkit that provides implementations of fundamental machine learning algorithms built from scratch. By avoiding high-level library abstractions, it serves as a pedagogical reference for understanding the mathematical foundations and core mechanics of supervised learning, unsupervised learning, and reinforcement learning models. The repository distinguishes itself through a modular approach to model construction, allowing users to build custom neural networks by chaining independent functional blocks. It covers a wide range of techniques, including gradient-base

    Optimizes neural network architectures and weights using evolutionary strategies.

    Pythondata-miningdata-sciencedeep-learning
    Auf GitHub ansehen↗31,918
  • morvanzhou/tutorialsAvatar von MorvanZhou

    MorvanZhou/tutorials

    12,952Auf GitHub ansehen↗

    This repository is a comprehensive collection of instructional guides and practical examples for Python development, focusing on machine learning, data science, and web scraping. It provides implementations for neural networks, reinforcement learning algorithms, and deep learning architectures using PyTorch, alongside detailed manuals for scientific computing and data visualization. The project distinguishes itself by offering specialized tutorials on concurrent programming to optimize CPU performance and guides for setting up Linux development environments. It covers the implementation of ad

    Implements optimization techniques based on biological evolution, including genetic algorithms and neuroevolution.

    Pythonmachine-learningmultiprocessingneural-network
    Auf GitHub ansehen↗12,952
  • sapientinc/hrmAvatar von sapientinc

    sapientinc/HRM

    12,546Auf GitHub ansehen↗

    HRM is an automated reasoning engine and language framework designed to execute complex, multi-scale problem solving. It functions as a reinforcement learning agent that continuously updates internal knowledge representations to improve task performance based on incoming data streams. The system distinguishes itself through a hierarchical architecture that coordinates abstract, long-term planning with granular, low-level logic. By integrating evolutionary algorithms and reinforcement learning, the framework refines model parameters and weights over successive generations, ensuring that intern

    Implements evolutionary algorithms to refine model parameters and improve system adaptability over successive generations.

    Pythonbrain-inspired-aideep-learninglarge-language-models
    Auf GitHub ansehen↗12,546
  • mikel-brostrom/boxmotAvatar von mikel-brostrom

    mikel-brostrom/boxmot

    8,212Auf GitHub ansehen↗

    Boxmot is a multi-object tracking framework designed to follow multiple objects across video frames using motion and appearance algorithms to maintain consistent identities. It functions as a system for tracking objects with specific orientations using rotated bounding boxes and corresponding intersection-over-union computations. The project includes a re-identification model optimizer that converts neural networks into formats for hardware-accelerated execution. It also features an evolutionary hyperparameter tuner that iteratively mutates tracker settings to maximize accuracy for specific d

    Provides an automated optimizer that uses evolutionary algorithms to find the most accurate tracker settings.

    Pythonboosttrackbotsortbytetrack
    Auf GitHub ansehen↗8,212
  • arcee-ai/mergekitAvatar von arcee-ai

    arcee-ai/mergekit

    7,156Auf GitHub ansehen↗

    MergeKit is a toolkit for combining multiple pre-trained large language models into a single entity using algorithmic blending. It provides a specialized system for parameter interpolation and weight extraction to unify model capabilities. The project distinguishes itself through an evolutionary merge optimizer that tunes parameters based on quantitative evaluation metrics. It also features a mixture of experts orchestrator capable of converting dense models into sparse architectures and a tokenizer alignment tool for transplanting embeddings between different models. The toolkit covers a br

    Tunes merge parameters automatically using evolutionary algorithms to maximize evaluation scores.

    Pythonllamallmmodel-merging
    Auf GitHub ansehen↗7,156
  • deap/deapAvatar von DEAP

    DEAP/deap

    6,336Auf GitHub ansehen↗

    Provides a platform for prototyping, logging, and analyzing evolutionary algorithm performance with statistics tracking.

    Python
    Auf GitHub ansehen↗6,336
  1. Home
  2. Artificial Intelligence & ML
  3. Evolutionary Algorithms

Unter-Tags erkunden

  • API Migration GuidesDocumentation and tools for migrating evolutionary computation code to newer API versions. **Distinct from Evolutionary Algorithms:** Distinct from general Evolutionary Algorithms: focuses on API migration and version porting rather than algorithm implementation.
  • Benchmarking PlatformsPlatforms for prototyping, logging, and analyzing evolutionary algorithm performance with built-in statistics tracking. **Distinct from Evolutionary Algorithms:** Distinct from general Evolutionary Algorithms: emphasizes benchmarking, logging, and analysis capabilities over algorithm implementation.
  • Evolutionary Hyperparameter TunersAutomated optimizers that use genetic algorithms to find optimal model or tracker configurations. **Distinct from Evolutionary Algorithms:** Specifically a tool for tuning hyperparameters, not a general library of evolutionary algorithm implementations.
  • Scikit-Learn Compatible Hyperparameter TunersSystems that automate PyTorch parameter optimization using scikit-learn's search mechanisms. **Distinct from Evolutionary Hyperparameter Tuners:** Specifically uses scikit-learn's grid search and metadata routing, unlike evolutionary or RL-based tuners.