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
集合主题趋势排行榜
#

approximation-algorithms

Website
Wikipedia
https://static.github-zh.com/github_avatars/krishnakumarsekar?size=40
krishnakumarsekar / awesome-machine-learning-deep-learning-mathematics

#算法刷题#A curated list of mathematics documents ,Concepts, Study Materials , Algorithms and Codes available across the internet for machine learning and deep learning

深度学习机器学习算法数学linear-algebrastatic-analysisprobabilitygradient-descentapproximation-algorithms
215
8 年前
https://static.github-zh.com/github_avatars/Universidade-Livre?size=40
Universidade-Livre / rinha-de-algoritmos

#算法刷题#Na Rinha de Algoritmos você deve utilizar suas habilidades para a criação de algoritmos eficientes para resolver problemas!

算法algorithms-and-data-structuresapproximation-algorithmsnp-completenp-hardprobabilistic-algorithms
Python 165
1 年前
https://static.github-zh.com/github_avatars/Photosounder?size=40
Photosounder / rouziclib

This is my personal library of code that is common to my different projects (Photosounder, SplineEQ, Spiral and others)

Cfixed-pointapproximation-algorithmsantialiasingrasterizationopenclvector-graphicsGUIunicodegraphicsexpression-evaluatorhash-functions
C 60
7 天前
https://static.github-zh.com/github_avatars/AndreiChertkov?size=40
AndreiChertkov / teneva

A framework based on the tensor train decomposition for working with multivariate functions and multidimensional arrays

approximation-algorithms
Python 52
1 年前
https://static.github-zh.com/github_avatars/dynatrace-oss?size=40
dynatrace-oss / dynahist

DynaHist: A Dynamic Histogram Library for Java

histogram数据结构approximation-algorithmsmemory-efficiencyJavacompression-algorithmsketches
Java 45
9 个月前
https://static.github-zh.com/github_avatars/dnbaker?size=40
dnbaker / minicore

Fast and memory-efficient clustering + coreset construction, including fast distance kernels for Bregman and f-divergences.

approximation-algorithmsclustering
C++ 33
2 年前
https://static.github-zh.com/github_avatars/SamuelGong?size=40
SamuelGong / TexturePacking

Graphically solve a texture packing problem with three approximate algorithms

approximation-algorithms
C++ 13
8 年前
https://static.github-zh.com/github_avatars/PasaOpasen?size=40
PasaOpasen / MathClasses

Set of simple mathematical classes in C# (Vectors, Matrixes, Polynoms, Systems of linear equations, Integrals methods, Complex numbers, Rational numbers, Graphs, Methods for solving differential equat...

mathsgraphsapproximation-algorithmsoptimization-algorithmscomplex-numbersvectorsswarmlinear-regressionlinear-programmingNuGet
C# 13
4 年前
https://static.github-zh.com/github_avatars/sanathkumarbs?size=40
sanathkumarbs / longest-processing-time-algorithm-lpt

#算法刷题#A simple, often-used multiprocessor scheduling (load balancing) algorithm is the LPT algorithm (Longest Processing Time) which sorts the jobs by its processing time and then assigns them to the machin...

算法approximation-algorithmsscheduled-tasksloadbalancing
Python 12
7 年前
https://static.github-zh.com/github_avatars/Armando1514?size=40
Armando1514 / Discovering-Small-Target-Sets-in-Social-Networks

Study about an algorithm for discovering small target sets in social networks This is a widely studied problem that abstracts many phenomena in the social, economic, biological, and physical sciences....

social-networkapproximation-algorithms
Python 9
5 年前
https://static.github-zh.com/github_avatars/SneaksAndData?size=40
SneaksAndData / anti-clustering

#算法刷题#A Python library for anti-clustering algorithms

算法approximation-algorithmsclusteringheuristicsoptimization-algorithms
Python 9
10 个月前
https://static.github-zh.com/github_avatars/alordash?size=40
alordash / FastExponentiation

Algorithms and functions for fast exponentiation with small error

exponentapproximation-algorithms
CSS 9
3 年前
https://static.github-zh.com/github_avatars/XzrTGMu?size=40
XzrTGMu / twin-nphard

Graph-based Deterministic Policy Gradient for Repetitive Combinatorial Optimization Problems

heuristicscombinatorial-optimizationgraph-convolutional-networksgraph-neural-networksgreedy-algorithmsapproximation-algorithms
Jupyter Notebook 8
1 年前
https://static.github-zh.com/github_avatars/SleekPanther?size=40
SleekPanther / minimum-weighted-vertex-cover-approximation-algorithm

#算法刷题#Approximation Algorithm for the NP-Complete problem of finding a vertex cover of minimum weight in a graph with weighted vertices. Guarantees an answers at most 2 times the optimal minimum weighted ve...

vertexgraphnp-completeapproximation-algorithms算法
Java 8
6 年前
https://static.github-zh.com/github_avatars/Mojusko?size=40
Mojusko / QFF

Quadrature Fourier Features

gaussian-processesapproximation-algorithms
Python 7
5 年前
https://static.github-zh.com/github_avatars/andrea-covre?size=40
andrea-covre / Minimum-Vertex-Cover

#算法刷题#With this project we researched, implemented and analyzed different algorithms to effectively and efficiently solve an NP-Complete problem such as the Minimum Vertex Cover (MVC).

算法algorithms-and-data-structuresapproximation-algorithmsbranch-and-boundgenetic-algorithmnp-completeoptimizationsimulated-annealing
Python 6
2 年前
https://static.github-zh.com/github_avatars/Faisal-AlDhuwayhi?size=40
Faisal-AlDhuwayhi / Solving-TSP-using-MST-Heuristic

#算法刷题#Solving TSP for Metric Graphs using MST Heuristic, and comparing the optimal solution with the approximation one

Javatsp-problemapproximation-algorithms算法graphs
Java 6
4 年前
https://static.github-zh.com/github_avatars/luizaugustogarcia?size=40
luizaugustogarcia / tdp1375

State-of-art algorithm for sorting by transpositions based on an algebraic approach with guarantee of approximation ratio of 1.375

approximation-algorithmssorting-algorithm
Java 6
23 天前
https://static.github-zh.com/github_avatars/dilsonpereira?size=40
dilsonpereira / christofides-algorithm

A C++ implementation of the Christofides algorithm for instances in TSPLIB format

travelling-salesman-problemgraphsapproximation-algorithmstspheuristics
C++ 6
4 年前
https://static.github-zh.com/github_avatars/ikegami-yukino?size=40
ikegami-yukino / morris_counter

Memory-efficient probabilistic counter namely Morris Counter

counterapproximation-algorithmsmemory-efficient
Python 5
6 年前
loading...