5,193 skills found · Page 3 of 174
luwill / Machine Learning Code ImplementationMathematical derivation and pure Python code implementation of machine learning algorithms.
ShisatoYano / AutonomousVehicleControlBeginnersGuidePython sample codes and documents about Autonomous vehicle control algorithm. This project can be used as a technical guide book to study the algorithms and the software architectures for beginners.
Rainbow-Dreamer / MusicpyMusicpy is a music programming language in Python designed to write music in very handy syntax through music theory and algorithms.
joshyattridge / Smart Money ConceptsDiscover our Python package designed for algorithmic trading. It brings ICT's smart money concepts to Python, offering a range of indicators for your algorithmic trading strategies.
atb033 / Multi Agent Path PlanningPython implementation of a bunch of multi-robot path-planning algorithms.
scikit-learn-contrib / Metric LearnMetric learning algorithms in Python
codebasics / Data Structures Algorithms PythonThis tutorial playlist covers data structures and algorithms in python. Every tutorial has theory behind data structure or an algorithm, BIG O Complexity analysis and exercises that you can practice on.
dorianbrown / Rank Bm25A Collection of BM25 Algorithms in Python
mdipierro / NlibThe book "Annotated Algorithms in Python" and the nlib.py library
jfkirk / TensorrecA TensorFlow recommendation algorithm and framework in Python.
pykalman / PykalmanKalman Filter, Smoother, and EM Algorithm for Python
nicodv / KmodesPython implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data
iskandr / FancyimputeMultivariate imputation and matrix completion algorithms implemented in Python
handcraftsman / GeneticAlgorithmsWithPythonsource code from the book Genetic Algorithms with Python by Clinton Sheppard
buildwithmalik / PythonCheatSheetA Cheat Sheet 📜 to revise Python syntax. Particularly useful for solving Data Structure and Algorithmic problems with Python.
MorvanZhou / Evolutionary AlgorithmEvolutionary Algorithm using Python, 莫烦Python 中文AI教学
scikit-bio / Scikit Bioscikit-bio: a community-driven Python library for bioinformatics, providing versatile data structures, algorithms and educational resources.
muricoca / CrabCrab is a flexible, fast recommender engine for Python that integrates classic information filtering recommendation algorithms in the world of scientific Python packages (numpy, scipy, matplotlib).
thieu1995 / MealpyA Collection Of The State-of-the-art Metaheuristic Algorithms In Python (Metaheuristic/Optimizer/Nature-inspired/Biology)
CCExtractor / VardbgA simple Python debugger and profiler that generates animated visualizations of program flow, useful for algorithm learning.