TheUnsolvedDev
Tech Guy with a dedicated interest in learning new kinds of stuff. DSAI @ IITM 2024 CSE @ IITM 2023. CSE @ NITA 2022.
India
TheUnsolvedDev's Stars
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
google/dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
Cadene/pretrained-models.pytorch
Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.
ahkarami/Deep-Learning-in-Production
In this repository, I will share some useful notes and references about deploying deep learning-based models in production.
LantaoYu/MARL-Papers
Paper list of multi-agent reinforcement learning (MARL)
higgsfield-ai/higgsfield
Fault-tolerant, highly scalable GPU orchestration, and a machine learning framework designed for training models with billions to trillions of parameters
higgsfield/RL-Adventure
Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL
seungeunrho/minimalRL
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
Curt-Park/rainbow-is-all-you-need
Rainbow is all you need! A step-by-step tutorial from DQN to Rainbow
AssemblyAI-Community/Machine-Learning-From-Scratch
Implementation of popular ML algorithms from scratch
cpnota/autonomous-learning-library
A PyTorch library for building deep reinforcement learning agents.
marload/DeepRL-TensorFlow2
🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2
Adi-iitd/AI-Art
PyTorch (and PyTorch Lightning) implementation of Neural Style Transfer, Pix2Pix, CycleGAN, and Deep Dream!
MJeremy2017/reinforcement-learning-implementation
Reinforcement Learning examples implementation and explanation
anita-hu/TF2-RL
Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]
HumanCompatibleAI/adversarial-policies
Find best-response to a fixed policy in multi-agent RL
jianzhnie/deep-marl-toolkit
MARLToolkit: The Multi-Agent Rainforcement Learning Toolkit. Include implementation of MAPPO, MADDPG, QMIX, VDN, COMA, IPPO, QTRAN, MAT...
marload/DistRL-TensorFlow2
🐳 Implementation of various Distributional Reinforcement Learning Algorithms using TensorFlow2.
Howuhh/sac-n-jax
Single-file SAC-N implementation on jax with flax and equinox. 10x faster than pytorch
alessandrositta/Flatland_challenge
Repository containing the code and explanation of a solution to the Flatland Challenge problem.
TheUnsolvedDev/CUDA_NN_FS
This repository features a from-scratch implementation of a neural network using CUDA and C. The primary goal of this project is to leverage CUDA's parallel computing capabilities to significantly accelerate the training and inference processes of neural networks, utilizing the computational power of NVIDIA GPUs.
sharavsambuu/learning-drl
I'm learning a deep reinforcement learning with jax and flax which is numpy on steroids.
TheUnsolvedDev/JaxStormer
Welcome to the JAX Machine Learning Practice repository! This repository contains practice code for implementing various machine learning algorithms using JAX, a numerical computing library that provides automatic differentiation and GPU/TPU acceleration.
johnMinelli/RL-flatland-challenge
Multi-agent reinforcement learning problem in flatland environment
TheUnsolvedDev/ProbabilisticMadness
Statistics and Machine Learning in depth analysis with Tensorflow Probability
TheUnsolvedDev/ReinforcementLearning
Repository containing basic algorithm applied in python.
CatLads/RL
RL algorithms of our Flatland contribution
pathway/probabilistic-modelling-notebooks
A collection of Jupyter notebooks on Probabilistic Models.
TheUnsolvedDev/PytorchJourney
Basic Implementation of machine learning and deep learning algorithms in pytorch