8-day longest streak
-
Deep-Learning-Papers-Reading-Roadmap ★ PINNED
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
Python ★ 40k 3y agoExplain → -
Meta-Learning-Papers ★ PINNED
Meta Learning / Learning to Learn / One Shot Learning / Few Shot Learning
★ 2.7k 7y agoExplain → -
LearningToCompare_FSL ★ PINNED
PyTorch code for CVPR 2018 paper: Learning to Compare: Relation Network for Few-Shot Learning (Few-Shot Learning part)
Python ★ 1.1k 6y agoExplain → -
DRL-FlappyBird ★ PINNED
Playing Flappy Bird Using Deep Reinforcement Learning (Based on Deep Q Learning DQN using Tensorflow)
Python ★ 585 5y agoExplain → -
DDPG ★ PINNED
Reimplementation of DDPG(Continuous Control with Deep Reinforcement Learning) based on OpenAI Gym + Tensorflow
Python ★ 575 4y agoExplain → -
wechat_jump_end_to_end ★ PINNED
Playing Wechat Jump Game with End-to-End Convolutional Neural Networks
Python ★ 182 8y agoExplain → -
Deep-Reasoning-Papers
Recent Papers including Neural Symbolic Reasoning, Logical Reasoning, Visual Reasoning, planning and any other topics connecting deep learning and reasoning
★ 315 4y agoExplain → -
LLM-with-RL-papers
A collection of LLM with RL papers
★ 279 2y agoExplain → -
Lifelong-Learning-Paper-List
Lifelong/Continual Learning Paper List
★ 156 7y agoExplain → -
DQN-Atari-Tensorflow
Simplest Version of playing Atari with Deep Q Learning in Tensorflow
Python ★ 155 8y agoExplain → -
Tracking-on-iOS
Test Several Visual Object Tracking Algorithm including CMT,TLD,CT on iOS
C++ ★ 71 10y agoExplain → -
a2c_cartpole_pytorch
advantage actor-critic reinforcement learning for openai gym cartpole
Python ★ 66 9y agoExplain → -
gongzhonghao_agent_team
No description.
Python ★ 64 5mo agoExplain → -
PlaneWar
Written in Swift Using latest Sprite kit a copy version of wechat game 微信打飞机!
Swift ★ 63 10y agoExplain → -
meta-critic-networks
Pytorch code for Arxiv Paper: Learning to learn: Meta-Critic Networks for Sample-Efficient Learning
Python ★ 57 8y agoExplain → -
wechat_jump_end_to_end_train
Playing Wechat Jump Game with End-to-End Convolutional Neural Networks (Train code)
Python ★ 44 8y agoExplain → -
floodsung-skill
开源我自己 — A Claude Code skill trained on Flood Sung's entire Zhihu corpus (152 articles + 178 pins + 254 answers). Fork it to open-source yourself.
Python ★ 25 2mo agoExplain → -
DDPG-tensorflow
DDPG on OpenAI Gym Pendulum
Python ★ 17 10y agoExplain → -
CLDrone
Autonomous Quadrotor Simulation Research Platform based on ROS,Gazebo,Pixhawk,DRCsim..
C++ ★ 15 7y agoExplain → -
PhysicsFieldsWorld
No description.
Swift ★ 14 12y agoExplain → -
researchGPT
a collection of cookbooks to use ChatGPT for academic research.
Python ★ 10 3y agoExplain → -
awesome-deep-learning-papers ⑂
No description.
★ 9 10y agoExplain → -
iOS_WiFi_EV3_Library
No description.
Objective-C ★ 8 12y agoExplain → -
Gym-Flappy-Bird
A OpenAI Gym Env for Flappy Bird
Python ★ 7 7y agoExplain → -
async-rl ⑂
An attempt to reproduce the results of "Asynchronous Methods for Deep Reinforcement Learning" (http://arxiv.org/abs/1602.01783)
Python ★ 5 10y agoExplain → -
DeepTerrainRL ⑂
terrain-adaptive locomotion skills using deep reinforcement learning
C++ ★ 5 10y agoExplain → -
wenyan-mcp ⑂
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
JavaScript ★ 3 4mo agoExplain → -
SpotMicroAI ⑂
SpotMicro AI - How to build a self-learning Robot
Jupyter Notebook ★ 3 7y agoExplain → -
raisimGym ⑂
No description.
Python ★ 3 7y agoExplain → -
deep-reinforcement-learning-papers-1 ⑂
A list of papers and resources dedicated to deep reinforcement learning
★ 3 10y agoExplain → -
songrotek.github.io
Personal Website
HTML ★ 3 7y agoExplain → -
DQN-tensorflow ⑂
Tensorflow implementation of Human-Level Control through Deep Reinforcement Learning
Python ★ 3 10y agoExplain → -
reinforcement-learning ⑂
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
Jupyter Notebook ★ 3 9y agoExplain → -
rllab ⑂
rllab is a framework for developing and evaluating reinforcement learning algorithms.
Python ★ 3 10y agoExplain → -
MetalHead ⑂
Natural Locomotion, Jumping and Recovery of Quadruped Robot A1 with AMP
★ 2 3y agoExplain → -
CloserLookFewShot ⑂
source code to ICLR'19, 'A Closer Look at Few-shot Classification'
Python ★ 2 7y agoExplain → -
prototypical-network-pytorch ⑂
A re-implementation of "Prototypical Networks for Few-shot Learning"
Python ★ 2 7y agoExplain → -
async-rl-1 ⑂
Tensorflow + Keras + OpenAI Gym implementation of 1-step Q Learning from "Asynchronous Methods for Deep Reinforcement Learning"
Python ★ 2 10y agoExplain → -
Learning_to_Compare ⑂
Demo for the paper titled "Learning to Compare: Relation Network for Few-Shot Learning"
Jupyter Notebook ★ 2 8y agoExplain → -
mario-ai ⑂
No description.
Lua ★ 2 10y agoExplain → -
NTM-One-Shot-TF ⑂
One Shot Learning using Memory-Augmented Neural Networks based on Neural Turing Machine architecture in Tensorflow
Python ★ 2 9y agoExplain → -
ddpg-1 ⑂
Implementation of Deep Deterministic Policy Gradients using TensorFlow, compatible with the OpenAI Gym
Jupyter Notebook ★ 2 10y agoExplain → -
EV3Car
iPhone Control ev3 car by bluetooth
Objective-C ★ 2 10y agoExplain → -
LearningToCompare_ZSL ⑂
PyTorch code for CVPR 2018 paper: Learning to Compare: Relation Network for Few-Shot Learning (Zero-Shot Learning part)
Python ★ 2 8y agoExplain → -
YOLO_tensorflow ⑂
tensorflow implementation of 'YOLO : Real-Time Object Detection'
Python ★ 2 10y agoExplain → -
stanford_dl_ex ⑂
Programming exercises for the Stanford Unsupervised Feature Learning and Deep Learning Tutorial
Matlab ★ 1 12y agoExplain → -
awesome-claude-code ⑂
A curated list of awesome tools, IDE integrations, frameworks, and other resources for developers working with Anthropic's Claude Code.
★ 1 4mo agoExplain → -
awesome-claude-skills ⑂
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
★ 1 4mo agoExplain → -
floodsung
No description.
★ 1 3y agoExplain → -
unreal ⑂
Reinforcement learning with unsupervised auxiliary tasks
Python ★ 1 7y agoExplain → -
rlkit ⑂
Collection of reinforcement learning algorithms
Python ★ 1 7y agoExplain → -
raisimOgre ⑂
No description.
C++ ★ 1 7y agoExplain → -
raisimLib ⑂
No description.
C ★ 1 7y agoExplain → -
phyre ⑂
PHYRE is a benchmark for physical reasoning.
★ 1 6y agoExplain → -
T2T-ViT ⑂
No description.
★ 1 5y agoExplain → -
legged_gym ⑂
Isaac Gym Environments for Legged Robots
★ 1 4y agoExplain → -
TimeChamber ⑂
No description.
★ 1 3y agoExplain → -
language-planner ⑂
Official Code for "Language Models as Zero-Shot Planners: Extracting Actionable Knowledge for Embodied Agents"
Jupyter Notebook ★ 1 3y agoExplain → -
csb-4ge1e3
No description.
HTML ★ 1 3y agoExplain → -
nextjs-blog-theme
No description.
JavaScript ★ 1 3y agoExplain → -
deep-reinforcement-learning-papers ⑂
A list of recent papers regarding deep reinforcement learning
★ 1 10y agoExplain → -
Blog
No description.
CSS ★ 1 10y agoExplain → -
benchmark_results ⑂
visual tracker benchmark results
★ 1 9y agoExplain → -
async_deep_reinforce ⑂
Asynchronous Methods for Deep Reinforcement Learning
Python ★ 1 10y agoExplain → -
asms ⑂
Scale adaptive mean-shift tracker
C++ ★ 1 10y agoExplain → -
Air-Drum
No description.
Objective-C ★ 1 8y agoExplain → -
3D-Protractor
Open Source iOS app 3D Protractor
Objective-C ★ 1 8y agoExplain → -
ROLO ⑂
ROLO is short for Recurrent YOLO, aimed at simultaneous object detection and tracking
Python ★ 1 10y agoExplain → -
DeepLearningVideoGames ⑂
No description.
Python ★ 1 10y agoExplain → -
tensorflow_with_latest_papers ⑂
Implementation of Newest RNN and Seq2Seq Features
Python ★ 1 10y agoExplain → -
deep-rl-tensorflow ⑂
TensorFlow implementation of Deep Reinforcement Learning papers
Python ★ 1 10y agoExplain → -
EV3PortViewer
No description.
Objective-C ★ 1 8y agoExplain → -
neural-doodle ⑂
Turn your two-bit doodles into fine artworks with deep neural networks! An implementation of Semantic Style Transfer.
Python ★ 1 10y agoExplain → -
neural-network-papers ⑂
No description.
JavaScript ★ 1 10y agoExplain → -
GA3C ⑂
Hybrid CPU/GPU implementation of the A3C algorithm for deep reinforcement learning.
Python ★ 1 9y agoExplain → -
darknet ⑂
Convolutional Neural Networks
C ★ 1 10y agoExplain → -
SystemSoundServices
No description.
Objective-C ★ 1 13y agoExplain → -
tinyCNNOSX
run tiny CNN on OSX
C++ ★ 1 10y agoExplain → -
EV3Tank
No description.
Objective-C ★ 1 10y agoExplain → -
floodsung.github.io
No description.
HTML ★ 0 1mo agoExplain → -
awesome-claude ⑂
A curated list of awesome things related to Anthropic Claude
★ 0 3mo agoExplain → -
awesome-ai-agents ⑂
A list of AI autonomous agents
★ 0 3mo agoExplain → -
awesome-claude-code-1 ⑂
A curated list of awesome skills, hooks, slash-commands, agent orchestrators, applications, and plugins for Claude Code by Anthropic
★ 0 3mo agoExplain → -
xiaozhi-esp32 ⑂
An MCP-based chatbot | 一个基于MCP的聊天机器人
★ 0 7mo agoExplain → -
playwright-mcp ⑂
Playwright MCP server
★ 0 8mo agoExplain → -
pixel-recursive-super-resolution ⑂
Tensorflow implementation of pixel-recursive-super-resolution(Google Brain paper: https://arxiv.org/abs/1702.00783)
Python ★ 0 9y agoExplain → -
fast-weights ⑂
Implementation of Using Fast Weights to Attend to the Recent Past
Python ★ 0 9y agoExplain → -
subpixel ⑂
subpixel: A subpixel convnet for super resolution with Tensorflow
Jupyter Notebook ★ 0 9y agoExplain → -
distral_rainbow
master:distral-gpu
Python ★ 0 8y agoExplain → -
KCFcpp ⑂
C++ Implementation of KCF Tracker
C++ ★ 0 10y agoExplain → -
DeepMind-Atari-Deep-Q-Learner ⑂
The original code from the DeepMind article + my tweaks
Lua ★ 0 10y agoExplain → -
Protractor
Open Source iOS app
Objective-C ★ 0 8y agoExplain → -
tensorpack ⑂
Neural Network Toolbox on TensorFlow
Python ★ 0 10y agoExplain → -
Smash-Bugs
Open Source iOS app
Objective-C ★ 0 8y agoExplain → -
SuperRace
Open Source iOS app
Swift ★ 0 8y agoExplain → -
URoboSim ⑂
Robot simulation in Unreal
★ 0 8y agoExplain → -
DnCNN ⑂
Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising
Matlab ★ 0 9y agoExplain → -
srez ⑂
Image super-resolution through deep learning
Python ★ 0 9y agoExplain → -
ntm-one-shot ⑂
One-shot Learning with Memory-Augmented Neural Networks
Python ★ 0 10y agoExplain → -
DNC-tensorflow ⑂
A TensorFlow implementation of DeepMind's Differential Neural Computers (DNC)
Jupyter Notebook ★ 0 9y agoExplain → -
third_person_im ⑂
third person imitation learning shit post for replication
Python ★ 0 9y agoExplain → -
predictron ⑂
Tensorflow implementation of "The Predictron: End-To-End Learning and Planning"
Python ★ 0 9y agoExplain → -
Hand-Gesture-Control-EV3-vis-iPhone
Controlling EV3 Robot Arm by Hand Gesture using iPhone
HTML ★ 0 9y agoExplain → -
research ⑂
comma.ai for the people to experiment with
Python ★ 0 10y agoExplain → -
trpo ⑂
No description.
Python ★ 0 10y agoExplain → -
modular_rl ⑂
Implementation of TRPO and related algorithms
Python ★ 0 10y agoExplain → -
neural-style ⑂
Neural style in TensorFlow! • http://www.anishathalye.com/2015/12/19/an-ai-that-can-mimic-any-artist/ • https://git.io/style
Python ★ 0 10y agoExplain → -
sketch-rnn ⑂
Multilayer LSTM and Mixture Density Network for modelling path-level SVG Vector Graphics data in TensorFlow
Python ★ 0 10y agoExplain → -
write-rnn-tensorflow ⑂
Generative Handwriting using LSTM Mixture Density Network with TensorFlow
Python ★ 0 10y agoExplain → -
face-landmark-localization ⑂
cnn network predict face landmarks (68 points) and head pose (3d pose, yaw,roll,pitch).
Python ★ 0 10y agoExplain → -
rpg_svo ⑂
Semi-direct Visual Odometry
C++ ★ 0 10y agoExplain → -
deepQN_tensorflow ⑂
Deep Q Learning in Tensorflow for ATARI
Python ★ 0 10y agoExplain → -
px4ros ⑂
contains submodules for ROS SITL, used to define relations between projects/versions
★ 0 10y agoExplain → -
gps ⑂
Guided Policy Search
Python ★ 0 10y agoExplain → -
TensorBox ⑂
No description.
Jupyter Notebook ★ 0 10y agoExplain → -
deep_q_rl ⑂
Theano-based implementation of Deep Q-learning
Python ★ 0 10y agoExplain → -
cifar.torch ⑂
No description.
Lua ★ 0 11y agoExplain → -
mavros ⑂
MAVLink to ROS gateway with UDP proxy for Ground Control Station
C++ ★ 0 11y agoExplain → -
iOS_EV3_WiFi_Library
No description.
★ 0 12y agoExplain → -
SystemSoundServicesDemo
No description.
★ 0 13y agoExplain →
No repos match these filters.