rafaelpossas's Stars
ml-tooling/best-of-ml-python
🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.
opendilab/awesome-RLHF
A curated list of reinforcement learning with human feedback resources (continually updated)
dair-ai/Prompt-Engineering-Guide
🐙 Guides, papers, lecture, notebooks and resources for prompt engineering
ritchieng/the-incredible-pytorch
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
visenger/awesome-mlops
A curated list of references for MLOps
aws/amazon-sagemaker-examples
Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
elfi-dev/elfi
ELFI - Engine for Likelihood-Free Inference
ICB-DCM/pyABC
distributed, likelihood-free inference
guihomework/dexterous-manipulation-tutorial
nashory/gans-awesome-applications
Curated list of awesome GAN applications and demo
mithi/robotics-coursework
🤖 Places where you can learn robotics (and stuff like that) online 🤖
ctgk/PRML
PRML algorithms implemented in Python
prakhar1989/awesome-courses
:books: List of awesome university courses for learning Computer Science!
jbhuang0604/awesome-computer-vision
A curated list of awesome computer vision resources
jinwchoi/awesome-action-recognition
A curated list of action recognition and related area resources
nfmcclure/tensorflow_cookbook
Code for Tensorflow Machine Learning Cookbook
vahidk/EffectiveTensorflow
TensorFlow tutorials and best practices.
ageron/handson-ml
⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.
cozyhous/dynamic_rnn_example
Code example for tf.nn.dynamic_rnn using Tensorflow library
openai/universe
Universe: a software platform for measuring and training an AI's general intelligence across the world's supply of games, websites and other applications.
nikitasrivatsan/DeepLearningVideoGames
lightaime/TensorAgent
Deep reinforcement learning agents implement by tensorflow https://ghli.org
borgwang/reinforce_py
Reinforcement Learning in Python
awjuliani/oreilly-rl-tutorial
Contains Jupyter notebooks associated with the "Deep Reinforcement Learning Tutorial" tutorial given at the O'Reilly 2017 NYC AI Conference.
kjw0612/awesome-rnn
Recurrent Neural Network - A curated list of resources dedicated to RNN
rlcode/reinforcement-learning
Minimal and Clean Reinforcement Learning Examples
offchan42/machine-learning-curriculum
:computer: Learn to make machines learn so that you don't have to struggle to program them; The ultimate list
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
mtdvio/every-programmer-should-know
A collection of (mostly) technical things every software developer should know about
awjuliani/DeepRL-Agents
A set of Deep Reinforcement Learning Agents implemented in Tensorflow.