Found 175,011 repositories(showing 30)
TheAlgorithms
All Algorithms implemented in Python
trekhleb
π Algorithms and data structures implemented in JavaScript with explanations and links to further readings
TheAlgorithms
All Algorithms implemented in Java
TheAlgorithms
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
TheAlgorithms
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
eriklindernoren
Machine 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
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
TheAlgorithms
All Algorithms implemented in Rust
dennybritz
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
TheAlgorithms
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
jcjohnson
Torch implementation of neural style algorithm
TheAlgorithms
Algorithms and Data Structures implemented in Go for beginners, following best practices.
openai
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
DLR-RM
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
ctgk
PRML algorithms implemented in Python
rushter
Minimal and clean examples of machine learning algorithms implementations
krzyzanowskim
CryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift
vwxyzjn
High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
facebookresearch
Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
aimacode
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
TheAlgorithms
All algorithms implemented in C#.
mgechev
π» JavaScript implementations of computer science algorithms
amejiarosario
π₯Data Structures and Algorithms explained and implemented in JavaScript + eBook
wisdompeak
This 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.
PyTorch implementations of deep reinforcement learning algorithms and environments
cgzirim
An implementation of Shazam's song recognition algorithm.
lyst
A Python implementation of LightFM, a hybrid recommendation algorithm.
STVIR
SenseTime Research platform for single object tracking, implementing algorithms like SiamRPN and SiamMask.
py-why
ALICE (Automated Learning and Intelligence for Causation and Economics) is a Microsoft Research project aimed at applying Artificial Intelligence concepts to economic decision making. One of its goals is to build a toolkit that combines state-of-the-art machine learning techniques with econometrics in order to bring automation to complex causal inference problems. To date, the ALICE Python SDK (econml) implements orthogonal machine learning algorithms such as the double machine learning work of Chernozhukov et al. This toolkit is designed to measure the causal effect of some treatment variable(s) t on an outcome variable y, controlling for a set of features x.
phishman3579
Algorithms and Data Structures implemented in Java