12,291 skills found · Page 1 of 410
TheAlgorithms / PythonAll Algorithms implemented in Python
dennybritz / Reinforcement LearningImplementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
micropython / MicropythonMicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
ShangtongZhang / Reinforcement Learning An IntroductionPython Implementation of Reinforcement Learning: An Introduction
ctgk / PRMLPRML algorithms implemented in Python
Chia-Network / Chia BlockchainChia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
seemoo-lab / OpendropAn open Apple AirDrop implementation written in Python
aimacode / Aima PythonPython implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
bayesian-optimization / BayesianOptimizationA Python implementation of global optimization with gaussian processes.
rbgirshick / Py Faster RcnnFaster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
sammchardy / Python BinanceBinance Exchange API python implementation for automated trading
brython-dev / BrythonBrython (Browser Python) is an implementation of Python 3 running in the browser
pytransitions / TransitionsA lightweight, object-oriented finite state machine implementation in Python with many extensions
wisdompeak / LeetCodeThis repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
nlweb-ai / NLWebMain reference implementation for NLWeb, implemented in Python.
jpadilla / PyjwtJSON Web Token implementation in Python
lyst / LightfmA Python implementation of LightFM, a hybrid recommendation algorithm.
aiortc / AiortcWebRTC and ORTC implementation for Python using asyncio
python-jsonschema / JsonschemaAn implementation of the JSON Schema specification for Python
pyston / Pyston V1The previous version of Pyston, a faster implementation of the Python programming language. Please use this link for the new repository: