13,837 skills found · Page 1 of 462
TheAlgorithms / PythonAll Algorithms implemented in Python
trekhleb / Javascript Algorithms📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
TheAlgorithms / JavaAll Algorithms implemented in Java
TheAlgorithms / JavaScriptAlgorithms and Data Structures implemented in JavaScript for beginners, following best practices.
TheAlgorithms / C Plus PlusCollection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
eriklindernoren / ML From ScratchMachine 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 learning.
facebookresearch / DetectronFAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
TheAlgorithms / RustAll Algorithms implemented in Rust
dennybritz / Reinforcement LearningImplementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
TheAlgorithms / CCollection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
jcjohnson / Neural StyleTorch implementation of neural style algorithm
TheAlgorithms / GoAlgorithms and Data Structures implemented in Go for beginners, following best practices.
openai / BaselinesOpenAI Baselines: high-quality implementations of reinforcement learning algorithms
DLR-RM / Stable Baselines3PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
ctgk / PRMLPRML algorithms implemented in Python
rushter / MLAlgorithmsMinimal and clean examples of machine learning algorithms implementations
krzyzanowskim / CryptoSwiftCryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift
vwxyzjn / CleanrlHigh-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
facebookresearch / Maskrcnn BenchmarkFast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
aimacode / Aima PythonPython implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"