genetic-algorithm
There are 5773 repositories under genetic-algorithm topic.
eriklindernoren/ML-From-Scratch
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
nfmcclure/tensorflow_cookbook
Code for Tensorflow Machine Learning Cookbook
haifengl/smile
Statistical Machine Intelligence & Learning Engine
guofei9987/scikit-opt
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)
rh12503/triangula
Generate high-quality triangulated and polygonal art from images.
tradytics/eiten
Statistical and Algorithmic Investing Strategies for Everyone
ivanseidel/IAMDinosaur
🦄 An Artificial Inteligence to teach Google's Dinosaur to jump cactus
MilesCranmer/PySR
High-Performance Symbolic Regression in Python and Julia
anyoptimization/pymoo
NSGA2, NSGA3, R-NSGA3, MOEAD, Genetic Algorithms (GA), Differential Evolution (DE), CMAES, PSO
codeplea/genann
simple neural network library in ANSI C
ahmedfgad/GeneticAlgorithmPython
Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).
ssusnic/Machine-Learning-Flappy-Bird
Machine Learning for Flappy Bird using Neural Network and Genetic Algorithm
ArztSamuel/Applying_EANNs
A 2D Unity simulation in which cars learn to navigate themselves through different courses. The cars are steered by a feedforward neural network. The weights of the network are trained using a modified genetic algorithm.
giacomelli/GeneticSharp
GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
LiYangHart/Hyperparameter-Optimization-of-Machine-Learning-Algorithms
Implementation of hyperparameter optimization/tuning methods for machine learning & deep learning models (easy&clear)
MorvanZhou/Evolutionary-Algorithm
Evolutionary Algorithm using Python, 莫烦Python 中文AI教学
wagenaartje/neataptic
:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js
primaryobjects/AI-Programmer
Using artificial intelligence and genetic algorithms to automatically write programs. Tutorial: http://www.primaryobjects.com/cms/article149
thieu1995/mealpy
A Collection Of The State-of-the-art Metaheuristic Algorithms In Python (Metaheuristic/Optimizer/Nature-inspired/Biology)
joeddav/devol
Genetic neural architecture search with Keras
MaxHalford/eaopt
:four_leaf_clover: Evolutionary optimization library for Go (genetic algorithm, partical swarm optimization, differential evolution)
jenetics/jenetics
Jenetics - Genetic Algorithm, Genetic Programming, Grammatical Evolution, Evolutionary Algorithm, and Multi-objective Optimization
esa/pagmo2
A C++ platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
nemanja-m/gaps
A Genetic Algorithm-Based Solver for Jigsaw Puzzles :cyclone:
PytLab/gaft
A Genetic Algorithm Framework in Python (not for production level)
LiYangSir/Smart-Algorithm
智能算法-遗传算法、蚁群算法、粒子群算法实现。实现版本Java,Python,MatLab多版本实现
trekhleb/self-parking-car-evolution
🧬 Training the car to do self-parking using a genetic algorithm
victorqribeiro/invaderz
Space invaders, but the invaders evolve with genetic algorithm
MilesCranmer/SymbolicRegression.jl
Distributed High-Performance Symbolic Regression in Julia
mpatacchiola/dissecting-reinforcement-learning
Python code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog
iRB-Lab/py-ga-VRPTW
A Python Implementation of a Genetic Algorithm-based Solution to Vehicle Routing Problem with Time Windows
100/Solid
🎯 A comprehensive gradient-free optimization framework written in Python
yanshengjia/artificial-intelligence
Awesome Artificial Intelligence Projects
Shuai-Xie/genetic-algorithm
遗传算法 - Matlab
vss2sn/path_planning
This repository contains path planning algorithms in C++ for a grid based search.
connor-brooks/ecosim
An interactive ecosystem and evolution simulator written in C and OpenGL, for GNU/Linux.