All Projects → Multihopkg → Similar Projects or Alternatives

6613 Open source projects that are alternatives of or similar to Multihopkg

Tensorflow Nlp
NLP and Text Generation Experiments in TensorFlow 2.x / 1.x
Stars: ✭ 1,487 (+636.14%)
Machine Learning Notebooks
Machine Learning notebooks for refreshing concepts.
Stars: ✭ 222 (+9.9%)
Icychesszero
中国象棋alpha zero程序
Stars: ✭ 206 (+1.98%)
Rl learn
我的强化学习笔记和学习材料📖 still updating ... ...
Stars: ✭ 234 (+15.84%)
Coursera reinforcement learning
Coursera Reinforcement Learning Specialization by University of Alberta & Alberta Machine Intelligence Institute
Stars: ✭ 114 (-43.56%)
Drkg
A knowledge graph and a set of tools for drug repurposing
Stars: ✭ 231 (+14.36%)
Knowledge Graph Analysis Programming Exercises
Exercises for the Analysis of Knowledge Graphs
Stars: ✭ 208 (+2.97%)
Drq
DrQ: Data regularized Q
Stars: ✭ 268 (+32.67%)
Minerva
Meandering In Networks of Entities to Reach Verisimilar Answers
Stars: ✭ 205 (+1.49%)
Tensorwatch
Debugging, monitoring and visualization for Python Machine Learning and Data Science
Stars: ✭ 3,191 (+1479.7%)
Dinoruntutorial
Accompanying code for Paperspace tutorial "Build an AI to play Dino Run"
Stars: ✭ 285 (+41.09%)
A3c trading
Trading with recurrent actor-critic reinforcement learning
Stars: ✭ 305 (+50.99%)
Reinforcementlearning Atarigame
Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's Asynchronous Advantage Actor-Critic (A3C) Algorithm. This is much superior and efficient than DQN and obsoletes it. Can play on many games
Stars: ✭ 118 (-41.58%)
Rl algorithms
Structural implementation of RL key algorithms
Stars: ✭ 352 (+74.26%)
Rl Quadcopter
Teach a Quadcopter How to Fly!
Stars: ✭ 124 (-38.61%)
Show Adapt And Tell
Code for "Show, Adapt and Tell: Adversarial Training of Cross-domain Image Captioner" in ICCV 2017
Stars: ✭ 146 (-27.72%)
2048 Deep Reinforcement Learning
Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning
Stars: ✭ 169 (-16.34%)
Pytorch Rl
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
Stars: ✭ 394 (+95.05%)
Learning Deep Learning
Paper reading notes on Deep Learning and Machine Learning
Stars: ✭ 388 (+92.08%)
Pytorch sac
PyTorch implementation of Soft Actor-Critic (SAC)
Stars: ✭ 174 (-13.86%)
Machine Learning And Reinforcement Learning In Finance
Machine Learning and Reinforcement Learning in Finance New York University Tandon School of Engineering
Stars: ✭ 173 (-14.36%)
Youtube Code Repository
Repository for most of the code from my YouTube channel
Stars: ✭ 317 (+56.93%)
Practical rl
A course in reinforcement learning in the wild
Stars: ✭ 4,741 (+2247.03%)
Rl Book
Source codes for the book "Reinforcement Learning: Theory and Python Implementation"
Stars: ✭ 464 (+129.7%)
Ml Mipt
Open Machine Learning course at MIPT
Stars: ✭ 480 (+137.62%)
Courses
Quiz & Assignment of Coursera
Stars: ✭ 454 (+124.75%)
David Silver Reinforcement Learning
Notes for the Reinforcement Learning course by David Silver along with implementation of various algorithms.
Stars: ✭ 623 (+208.42%)
Reinforcement Learning 2nd Edition By Sutton Exercise Solutions
Solutions of Reinforcement Learning, An Introduction
Stars: ✭ 713 (+252.97%)
Deeprl Agents
A set of Deep Reinforcement Learning Agents implemented in Tensorflow.
Stars: ✭ 2,149 (+963.86%)
Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (+308.91%)
Chatbot cn
基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口
Stars: ✭ 791 (+291.58%)
Rainbow Is All You Need
Rainbow is all you need! A step-by-step tutorial from DQN to Rainbow
Stars: ✭ 938 (+364.36%)
Coursera
Quiz & Assignment of Coursera
Stars: ✭ 774 (+283.17%)
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-79.21%)
World Models Sonic Pytorch
Attempt at reinforcement learning with curiosity for Sonic the Hedgehog games. Number 149 on OpenAI retro contest leaderboard, but more work needed
Stars: ✭ 27 (-86.63%)
Reinforcement Learning
Implementation of Reinforcement Learning algorithms in Python, based on Sutton's & Barto's Book (Ed. 2)
Stars: ✭ 55 (-72.77%)
Hands On Meta Learning With Python
Learning to Learn using One-Shot Learning, MAML, Reptile, Meta-SGD and more with Tensorflow
Stars: ✭ 768 (+280.2%)
Kgpolicy
Reinforced Negative Sampling over Knowledge Graph for Recommendation, WWW2020
Stars: ✭ 83 (-58.91%)
Mathy
Tools for using computer algebra systems to solve math problems step-by-step with reinforcement learning
Stars: ✭ 79 (-60.89%)
Magnet
MAGNet: Multi-agents control using Graph Neural Networks
Stars: ✭ 88 (-56.44%)
Reinforcement Learning
Reinforcement learning material, code and exercises for Udacity Nanodegree programs.
Stars: ✭ 77 (-61.88%)
Rlai Exercises
Exercise Solutions for Reinforcement Learning: An Introduction [2nd Edition]
Stars: ✭ 97 (-51.98%)
Ngsim env
Learning human driver models from NGSIM data with imitation learning.
Stars: ✭ 96 (-52.48%)
Btgym
Scalable, event-driven, deep-learning-friendly backtesting library
Stars: ✭ 765 (+278.71%)
Reinforcement Learning With Tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Stars: ✭ 6,948 (+3339.6%)
Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+1387.13%)
A2c
A Clearer and Simpler Synchronous Advantage Actor Critic (A2C) Implementation in TensorFlow
Stars: ✭ 169 (-16.34%)
Andrew Ng Notes
This is Andrew NG Coursera Handwritten Notes.
Stars: ✭ 180 (-10.89%)
Kbgan
Code for "KBGAN: Adversarial Learning for Knowledge Graph Embeddings" https://arxiv.org/abs/1711.04071
Stars: ✭ 186 (-7.92%)
Machine Learning With Python Cookbook Notes
(Part of) Chris Albon's Machine Learning with Python Cookbook in .ipynb form
Stars: ✭ 197 (-2.48%)
Mutual labels:  jupyter-notebook
Road lane line detection
Find lane lines on the road using Python and OpenCV, applying Canny edge detectors and Hough line transforms
Stars: ✭ 202 (+0%)
Mutual labels:  jupyter-notebook
Medium articles
Scripts/Notebooks used for my articles published on Medium
Stars: ✭ 199 (-1.49%)
Mutual labels:  jupyter-notebook
Gpt 2 Colab
retrain gpt-2 in colab
Stars: ✭ 200 (-0.99%)
Mutual labels:  jupyter-notebook
Ddad
Dense Depth for Autonomous Driving (DDAD) dataset.
Stars: ✭ 204 (+0.99%)
Mutual labels:  jupyter-notebook
Neurotech Course
CS198-96: Intro to Neurotechnology @ UC Berkeley
Stars: ✭ 202 (+0%)
Mutual labels:  jupyter-notebook
Binpy
An electronic simulation library written in pure Python
Stars: ✭ 199 (-1.49%)
Mutual labels:  jupyter-notebook
Basset
Convolutional neural network analysis for predicting DNA sequence activity.
Stars: ✭ 199 (-1.49%)
Mutual labels:  jupyter-notebook
Automl service
Deploy AutoML as a service using Flask
Stars: ✭ 202 (+0%)
Mutual labels:  jupyter-notebook
Rl Adventure
Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL
Stars: ✭ 2,505 (+1140.1%)
Mutual labels:  jupyter-notebook
Aind Nlp
Coding exercises for the Natural Language Processing concentration, part of Udacity's AIND program.
Stars: ✭ 202 (+0%)
Mutual labels:  jupyter-notebook
61-120 of 6613 similar projects