5,184 skills found · Page 6 of 173
leomariga / PyRANSAC 3DA python tool for fitting primitives 3D shapes in point clouds using RANSAC algorithm
scikit-tda / Kepler MapperKepler Mapper: A flexible Python implementation of the Mapper algorithm.
iRB-Lab / Py Ga VRPTWA Python Implementation of a Genetic Algorithm-based Solution to Vehicle Routing Problem with Time Windows
TheFourGreatErrors / Alpha RptrA trading bot for automated algorithmic trading on Binance Futures, Bybit, BitMEX and FTX written in python.
hudson-and-thames / ArbitragelabArbitrageLab is a python library that enables traders who want to exploit mean-reverting portfolios by providing a complete set of algorithms from the best academic journals.
muodov / KociembaA pure Python and pure C ports of Kociemba's algorithm for solving Rubik's cube
gugarosa / Opytimizer🐦 Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.
ZhuoZhuoCrayon / Throttled Py🔧 High-performance Python rate limiting library with multiple algorithms (Fixed Window, Sliding Window, Token Bucket, Leaky Bucket & GCRA) and storage backends (Redis, In-Memory).
Yorko / Python IntroJupyter notebooks in Russian. Introduction to Python, basic algorithms and data structures
masinoa / Machine LearningPython coded examples and documentation of machine learning algorithms.
PacktPublishing / Python Algorithmic Trading CookbookPython Algorithmic Trading Cookbook, published by Packt
billpwchan / Futu AlgoFutu Algorithmic Trading Solution (Python) 基於富途OpenAPI所開發量化交易程序
AndyHuang1995 / Image Contrast EnhancementPython implementation of "A New Image Contrast Enhancement Algorithm Using Exposure Fusion Framework", CAIP2017
raphaelvallat / YasaYASA (Yet Another Spindle Algorithm): a Python package to analyze polysomnographic sleep recordings.
wq2012 / SpectralClusterPython re-implementation of the (constrained) spectral clustering algorithms used in Google's speaker diarization papers.
NGSolve / NgsolveNetgen/NGSolve is a high performance multiphysics finite element software. It is widely used to analyze models from solid mechanics, fluid dynamics and electromagnetics. Due to its flexible Python interface new physical equations and solution algorithms can be implemented easily.
haris989 / NSGA IIThis is a python implementation of NSGA-II algorithm. NSGA is a popular non-domination based genetic algorithm for multi-objective optimization. It is a very effective algorithm but has been generally criticized for its computational complexity, lack of elitism and for choosing the optimal parameter value for sharing parameter σshare. A modified version, NSGA II was developed, which has a better sorting algorithm , incorporates elitism and no sharing parameter needs to be chosen a priori.
rasbt / Algorithms In Ipython NotebooksA repository with IPython notebooks of algorithms implemented in Python.
vutran1710 / PyrateLimiter⚔️Python Rate-Limiter using Leaky-Bucket Algorithm Family
serengil / ChefboostA Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some advanced techniques: Gradient Boosting, Random Forest and Adaboost w/categorical features support for Python