lharries's Stars
marktext/marktext
📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
floodsung/Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
dwmkerr/hacker-laws
💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
afshinea/stanford-cs-229-machine-learning
VIP cheatsheets for Stanford's CS 229 Machine Learning
ShangtongZhang/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
openai/spinningup
An educational resource to help anyone learn deep reinforcement learning.
kedro-org/kedro
Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable, and modular.
qubvel-org/segmentation_models.pytorch
Semantic segmentation models with 500+ pretrained convolutional and transformer-based backbones.
Hvass-Labs/TensorFlow-Tutorials
TensorFlow Tutorials with YouTube Videos
udacity/deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
andri27-ts/Reinforcement-Learning
Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
simoninithomas/Deep_reinforcement_learning_Course
Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
facebookresearch/ReAgent
A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.)
higgsfield-ai/higgsfield
Fault-tolerant, highly scalable GPU orchestration, and a machine learning framework designed for training models with billions to trillions of parameters
mathieudutour/medium-to-own-blog
Switch from Medium to your own blog in a few minutes
seungeunrho/minimalRL
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
facebookresearch/pytorch_GAN_zoo
A mix of GAN implementations including progressive growing
Farama-Foundation/Miniworld
Simple and easily configurable 3D FPS-game-like environments for reinforcement learning
MagNet-DL/magnet
Deep Learning Projects that Build Themselves
kheyer/Genomic-ULMFiT
ULMFiT for Genomic Sequence Data
MIC-DKFZ/trixi
Manage your machine learning experiments with trixi - modular, reproducible, high fashion. An experiment infrastructure optimized for PyTorch, but flexible enough to work for your framework and your tastes.
uber-research/atari-model-zoo
A binary release of trained deep reinforcement learning models trained in the Atari machine learning benchmark, and a software release that enables easy visualization and analysis of models, and comparison across training algorithms.
spiros/discrete_frechet
Compute the Fréchet distance between two polygonal curves in Euclidean space.
agiantwhale/NavDoom
Maze navigation scenarios for VizDoom
wardle/go-terminology
A SNOMED terminology server and command line tool.
lukechu10/TicTacToe-Minimax
TicTacToe Game using minimax algorithm
JontySinai/artificial_neural_networks
Personal project containing implementations of various types of artificial neural networks.
philipjball/dqnflappy
🐤 Using DQN to learn FlappyBird
philipjball/RL_Algorithms
🕹️ A repository containing various PyTorch implementations of salient RL algorithms for training on the Gym environment