GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
集合主题趋势排行榜
#

genetic-algorithm

Website
Wikipedia
https://static.github-zh.com/github_avatars/eriklindernoren?size=40
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 learnin...

机器学习深度学习deep-reinforcement-learningmachine-learning-from-scratch数据科学data-mininggenetic-algorithm
Python 24.6 k
2 年前
https://static.github-zh.com/github_avatars/nfmcclure?size=40
nfmcclure / tensorflow_cookbook

#自然语言处理#Code for Tensorflow Machine Learning Cookbook

Tensorflowtensorflow-cookbooklinear-regression神经网络rnncnnsvm自然语言处理机器学习tensorboardclassificationregressiongenetic-algorithm
Jupyter Notebook 6.26 k
1 年前
https://static.github-zh.com/github_avatars/haifengl?size=40
haifengl / smile

#自然语言处理#Statistical Machine Intelligence & Learning Engine

机器学习regressionclusteringmanifold-learning自然语言处理可视化classificationnearest-neighbor-searchinterpolationwaveletlinear-algebra深度学习统计dataframe数据科学genetic-algorithm大语言模型机器视觉
Java 6.19 k
8 天前
https://static.github-zh.com/github_avatars/guofei9987?size=40
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 sales...

genetic-algorithmpsoparticle-swarm-optimizationtsptravelling-salesman-problemsimulated-annealingant-colony-algorithmimmune-algorithmheuristic-algorithmsimmune人工智能optimization
Python 5.54 k
1 年前
rh12503/triangula
https://static.github-zh.com/github_avatars/rh12503?size=40
rh12503 / triangula

Generate high-quality triangulated and polygonal art from images.

triangulatrianglesevolutionary-algorithmsevolutionary-artgenetic-algorithmGUIgenerative-artGoartpolygons
Go 3.86 k
4 年前
tradytics/eiten
https://static.github-zh.com/github_avatars/tradytics?size=40
tradytics / eiten

#计算机科学#Statistical and Algorithmic Investing Strategies for Everyone

机器学习algorithmic-tradinginvestment-portfolioportfolio-optimizationtrading-strategiestrading-algorithmstradytics人工智能统计eigenvaluesfree-softwareOpen Sourcegenetic-algorithm
Python 2.98 k
3 年前
MilesCranmer/PySR
https://static.github-zh.com/github_avatars/MilesCranmer?size=40
MilesCranmer / PySR

#算法刷题#High-Performance Symbolic Regression in Python and Julia

机器学习PythonJulia 语言genetic-algorithmautomlinterpretable-ml数据科学explainable-aiscikit-learnsymbolic算法distributed-systemsevolutionary-algorithms
Python 2.87 k
3 天前
https://static.github-zh.com/github_avatars/ivanseidel?size=40
ivanseidel / IAMDinosaur

🦄 An Artificial Inteligence to teach Google's Dinosaur to jump cactus

神经网络genomedinogenetic-algorithm人工智能
JavaScript 2.81 k
7 年前
https://static.github-zh.com/github_avatars/anyoptimization?size=40
anyoptimization / pymoo

NSGA2, NSGA3, R-NSGA3, MOEAD, Genetic Algorithms (GA), Differential Evolution (DE), CMAES, PSO

optimizationmulti-objective-optimizationgenetic-algorithmpso
Python 2.55 k
6 天前
https://static.github-zh.com/github_avatars/codelion?size=40
codelion / openevolve

Open-source implementation of AlphaEvolve

deepminddeepmind-labdiscoveryevolutionary-algorithmsevolutionary-computationgenetic-algorithmiterative-refinementllm-inferenceoptimize
Python 2.46 k
2 天前
https://static.github-zh.com/github_avatars/codeplea?size=40
codeplea / genann

simple neural network library in ANSI C

backpropagationgenetic-algorithmartificial-neural-networksannneuronshidden-layers神经网络neural-networksneuralansiCtiny
C 2.15 k
1 年前
ahmedfgad/GeneticAlgorithmPython
https://static.github-zh.com/github_avatars/ahmedfgad?size=40
ahmedfgad / GeneticAlgorithmPython

#计算机科学#Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).

Pythongenetic-algorithmoptimizationNumPyneural-networks机器学习深度学习evolutionary-algorithms
Python 2.05 k
3 个月前
https://static.github-zh.com/github_avatars/ssusnic?size=40
ssusnic / Machine-Learning-Flappy-Bird

#计算机科学#Machine Learning for Flappy Bird using Neural Network and Genetic Algorithm

机器学习flappy-birdgenetic-algorithm人工智能neuroevolutiongame-programmingHTMLJavaScriptPhaserneural-networks神经网络flappybird
JavaScript 1.83 k
7 年前
https://static.github-zh.com/github_avatars/ArztSamuel?size=40
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 modifie...

artificial-neural-networksneural-networksevolutionary-algorithmsgenetic-algorithm深度学习机器学习self-driving-cars
ASP 1.52 k
23 天前
https://static.github-zh.com/github_avatars/giacomelli?size=40
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).

人工智能C#.NETdotnet-standardgenetic-algorithmUnitydotnet6
C# 1.32 k
4 个月前
https://static.github-zh.com/github_avatars/LiYangHart?size=40
LiYangHart / Hyperparameter-Optimization-of-Machine-Learning-Algorithms

#计算机科学#Implementation of hyperparameter optimization/tuning methods for machine learning & deep learning models (easy&clear)

hyperparameter-optimization机器学习hyperparameter-tuningtuning-parametersrandom-searchoptimizationbayesian-optimizationgenetic-algorithmparticle-swarm-optimizationrandom-forest深度学习artificial-neural-networksautomlautomated-machine-learning
Jupyter Notebook 1.29 k
3 年前
https://static.github-zh.com/github_avatars/MorvanZhou?size=40
MorvanZhou / Evolutionary-Algorithm

#计算机科学#Evolutionary Algorithm using Python, 莫烦Python 中文AI教学

evolutionary-algorithmgenetic-algorithmneuroevolutionesreinforcement-learning神经网络neatneural-netsPythonnesevolution-strategiesopenai机器学习教程
Python 1.22 k
2 年前
https://static.github-zh.com/github_avatars/wagenaartje?size=40
wagenaartje / neataptic

#计算机科学#🚀 Blazing fast neuro-evolution & backpropagation for the browser and Node.js

genetic-algorithm神经网络mutationscrossoverneuronsselection机器学习
JavaScript 1.21 k
6 年前
https://static.github-zh.com/github_avatars/primaryobjects?size=40
primaryobjects / AI-Programmer

Using artificial intelligence and genetic algorithms to automatically write programs. Tutorial: http://www.primaryobjects.com/cms/article149

C#人工智能genetic-algorithm编程语言genomeprogram-synthesis
C# 1.09 k
2 年前
https://static.github-zh.com/github_avatars/thieu1995?size=40
thieu1995 / mealpy

A Collection Of The State-of-the-art Metaheuristic Algorithms In Python (Metaheuristic/Optimizer/Nature-inspired/Biology)

genetic-algorithmparticle-swarm-optimizationswarm-intelligencemetaheuristics
Python 1.03 k
10 天前
loading...