All Projects → Deep Cfr → Similar Projects or Alternatives

1280 Open source projects that are alternatives of or similar to Deep Cfr

Iccv2019 Learningtopaint
ICCV2019 - A painting AI that can reproduce paintings stroke by stroke using deep reinforcement learning.
Stars: ✭ 1,995 (+1162.66%)
Mutual labels:  reinforcement-learning
Complete Life Cycle Of A Data Science Project
Complete-Life-Cycle-of-a-Data-Science-Project
Stars: ✭ 140 (-11.39%)
Mutual labels:  reinforcement-learning
Autograd.jl
Julia port of the Python autograd package.
Stars: ✭ 147 (-6.96%)
Mutual labels:  neural-networks
Padasip
Python Adaptive Signal Processing
Stars: ✭ 138 (-12.66%)
Mutual labels:  neural-networks
Nettack
Implementation of the paper "Adversarial Attacks on Neural Networks for Graph Data".
Stars: ✭ 156 (-1.27%)
Mutual labels:  neural-networks
Bnaf
Pytorch implementation of Block Neural Autoregressive Flow
Stars: ✭ 138 (-12.66%)
Mutual labels:  neural-networks
Rainbow
A PyTorch implementation of Rainbow DQN agent
Stars: ✭ 147 (-6.96%)
Mutual labels:  reinforcement-learning
Kitnet Py
KitNET is a lightweight online anomaly detection algorithm, which uses an ensemble of autoencoders.
Stars: ✭ 152 (-3.8%)
Mutual labels:  neural-networks
Flowpp
Code for reproducing Flow ++ experiments
Stars: ✭ 137 (-13.29%)
Mutual labels:  neural-networks
Incremental learning.pytorch
A collection of incremental learning paper implementations including PODNet (ECCV20) and Ghost.
Stars: ✭ 145 (-8.23%)
Mutual labels:  research
Ai plays snake
AI trained using Genetic Algorithm and Deep Learning to play the game of snake
Stars: ✭ 137 (-13.29%)
Mutual labels:  reinforcement-learning
Savn
Learning to Learn how to Learn: Self-Adaptive Visual Navigation using Meta-Learning (https://arxiv.org/abs/1812.00971)
Stars: ✭ 135 (-14.56%)
Mutual labels:  reinforcement-learning
Chess Alpha Zero
Chess reinforcement learning by AlphaGo Zero methods.
Stars: ✭ 1,868 (+1082.28%)
Mutual labels:  reinforcement-learning
Policy Gradient
Minimal Monte Carlo Policy Gradient (REINFORCE) Algorithm Implementation in Keras
Stars: ✭ 135 (-14.56%)
Mutual labels:  reinforcement-learning
Ncrfpp
NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
Stars: ✭ 1,767 (+1018.35%)
Mutual labels:  neural-networks
Resources
Resources on various topics being worked on at IvLabs
Stars: ✭ 158 (+0%)
Mutual labels:  reinforcement-learning
Java Deep Learning Cookbook
Code for Java Deep Learning Cookbook
Stars: ✭ 156 (-1.27%)
Mutual labels:  reinforcement-learning
Gym Fx
Forex trading simulator environment for OpenAI Gym, observations contain the order status, performance and timeseries loaded from a CSV file containing rates and indicators. Work In Progress
Stars: ✭ 151 (-4.43%)
Mutual labels:  reinforcement-learning
Myriam
A vulnerable iOS App with Security Challenges for the Security Researcher inside you.
Stars: ✭ 146 (-7.59%)
Mutual labels:  research
System Design Papers
A list of papers on system design.
Stars: ✭ 136 (-13.92%)
Mutual labels:  research
Reinforcement learning in python
Implementing Reinforcement Learning, namely Q-learning and Sarsa algorithms, for global path planning of mobile robot in unknown environment with obstacles. Comparison analysis of Q-learning and Sarsa
Stars: ✭ 134 (-15.19%)
Mutual labels:  reinforcement-learning
Show Adapt And Tell
Code for "Show, Adapt and Tell: Adversarial Training of Cross-domain Image Captioner" in ICCV 2017
Stars: ✭ 146 (-7.59%)
Mutual labels:  reinforcement-learning
Pytorch 101 Tutorial Series
PyTorch 101 series covering everything from the basic building blocks all the way to building custom architectures.
Stars: ✭ 136 (-13.92%)
Mutual labels:  neural-networks
Cryptonets
CryptoNets is a demonstration of the use of Neural-Networks over data encrypted with Homomorphic Encryption. Homomorphic Encryptions allow performing operations such as addition and multiplication over data while it is encrypted. Therefore, it allows keeping data private while outsourcing computation (see here and here for more about Homomorphic Encryptions and its applications). This project demonstrates the use of Homomorphic Encryption for outsourcing neural-network predictions. The scenario in mind is a provider that would like to provide Prediction as a Service (PaaS) but the data for which predictions are needed may be private. This may be the case in fields such as health or finance. By using CryptoNets, the user of the service can encrypt their data using Homomorphic Encryption and send only the encrypted message to the service provider. Since Homomorphic Encryptions allow the provider to operate on the data while it is encrypted, the provider can make predictions using a pre-trained Neural-Network while the data remains encrypted throughout the process and finaly send the prediction to the user who can decrypt the results. During the process the service provider does not learn anything about the data that was used, the prediction that was made or any intermediate result since everything is encrypted throughout the process. This project uses the Simple Encrypted Arithmetic Library SEAL version 3.2.1 implementation of Homomorphic Encryption developed in Microsoft Research.
Stars: ✭ 152 (-3.8%)
Mutual labels:  neural-networks
Ton
Telegram Open Network research group. Telegram: https://t.me/ton_research
Stars: ✭ 146 (-7.59%)
Mutual labels:  research
Artemis
Artemis is a free genome viewer and annotation tool that allows visualization of sequence features and the results of analyses within the context of the sequence, and its six-frame translation
Stars: ✭ 135 (-14.56%)
Mutual labels:  research
Holdem
🃏 OpenAI Gym No Limit Texas Hold 'em Environment for Reinforcement Learning
Stars: ✭ 135 (-14.56%)
Mutual labels:  reinforcement-learning
100daysofmlcode
My journey to learn and grow in the domain of Machine Learning and Artificial Intelligence by performing the #100DaysofMLCode Challenge.
Stars: ✭ 146 (-7.59%)
Mutual labels:  neural-networks
Hindsight Experience Replay
This is the pytorch implementation of Hindsight Experience Replay (HER) - Experiment on all fetch robotic environments.
Stars: ✭ 134 (-15.19%)
Mutual labels:  reinforcement-learning
Ravens
Train robotic agents to learn pick and place with deep learning for vision-based manipulation in PyBullet. Transporter Nets, CoRL 2020.
Stars: ✭ 133 (-15.82%)
Mutual labels:  reinforcement-learning
Muzero
A structured implementation of MuZero
Stars: ✭ 156 (-1.27%)
Mutual labels:  reinforcement-learning
Hands On Machine Learning With Scikit Learn Keras And Tensorflow
Notes & exercise solutions of Part I from the book: "Hands-On ML with Scikit-Learn, Keras & TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems" by Aurelien Geron
Stars: ✭ 151 (-4.43%)
Mutual labels:  neural-networks
Rl Book Challenge
self-studying the Sutton & Barto the hard way
Stars: ✭ 146 (-7.59%)
Mutual labels:  reinforcement-learning
Chainer Cifar10
Various CNN models for CIFAR10 with Chainer
Stars: ✭ 134 (-15.19%)
Mutual labels:  neural-networks
Deep Learning With Python
Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.
Stars: ✭ 134 (-15.19%)
Mutual labels:  neural-networks
Machine Learning Tutorials
machine learning and deep learning tutorials, articles and other resources
Stars: ✭ 11,692 (+7300%)
Mutual labels:  neural-networks
Saltie
🚗 Rocket League Distributed Deep Reinforcement Learning Bot
Stars: ✭ 134 (-15.19%)
Mutual labels:  reinforcement-learning
Role2vec
A scalable Gensim implementation of "Learning Role-based Graph Embeddings" (IJCAI 2018).
Stars: ✭ 134 (-15.19%)
Mutual labels:  research
Tradzqai
Trading environnement for RL agents, backtesting and training.
Stars: ✭ 150 (-5.06%)
Mutual labels:  reinforcement-learning
Tensor2tensor
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
Stars: ✭ 11,865 (+7409.49%)
Mutual labels:  reinforcement-learning
Ed4
Computational Cognitive Neuroscience, Fourth Edition
Stars: ✭ 133 (-15.82%)
Mutual labels:  neural-networks
Dnw
Discovering Neural Wirings (https://arxiv.org/abs/1906.00586)
Stars: ✭ 133 (-15.82%)
Mutual labels:  neural-networks
Openbot
OpenBot leverages smartphones as brains for low-cost robots. We have designed a small electric vehicle that costs about $50 and serves as a robot body. Our software stack for Android smartphones supports advanced robotics workloads such as person following and real-time autonomous navigation.
Stars: ✭ 2,025 (+1181.65%)
Mutual labels:  research
Hep ml
Machine Learning for High Energy Physics.
Stars: ✭ 133 (-15.82%)
Mutual labels:  neural-networks
Reinforcement learning
Implementation of selected reinforcement learning algorithms in Tensorflow. A3C, DDPG, REINFORCE, DQN, etc.
Stars: ✭ 132 (-16.46%)
Mutual labels:  reinforcement-learning
Parl
A high-performance distributed training framework for Reinforcement Learning
Stars: ✭ 2,348 (+1386.08%)
Mutual labels:  reinforcement-learning
Airsim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
Stars: ✭ 12,528 (+7829.11%)
Mutual labels:  research
Tidyversity
🎓 Tidy tools for academics
Stars: ✭ 155 (-1.9%)
Mutual labels:  research
Ml Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (+1379.11%)
Mutual labels:  neural-networks
Sumo Rl
A simple interface to instantiate Reinforcement Learning environments with SUMO for Traffic Signal Control. Compatible with Gym Env from OpenAI and MultiAgentEnv from RLlib.
Stars: ✭ 145 (-8.23%)
Mutual labels:  reinforcement-learning
Move37
Coding Demos from the School of AI's Move37 Course
Stars: ✭ 130 (-17.72%)
Mutual labels:  reinforcement-learning
Top 10 Computer Vision Papers 2020
A list of the top 10 computer vision papers in 2020 with video demos, articles, code and paper reference.
Stars: ✭ 132 (-16.46%)
Mutual labels:  research
Articulations Robot Demo
Stars: ✭ 145 (-8.23%)
Mutual labels:  reinforcement-learning
Robin
RObust document image BINarization
Stars: ✭ 131 (-17.09%)
Mutual labels:  neural-networks
Persephone
A tool for automatic phoneme transcription
Stars: ✭ 130 (-17.72%)
Mutual labels:  neural-networks
Ai Blocks
A powerful and intuitive WYSIWYG interface that allows anyone to create Machine Learning models!
Stars: ✭ 1,818 (+1050.63%)
Mutual labels:  neural-networks
Uncertainty Metrics
An easy-to-use interface for measuring uncertainty and robustness.
Stars: ✭ 145 (-8.23%)
Mutual labels:  neural-networks
Vizdoom Keras Rl
Reinforcement Learning in Keras on VizDoom
Stars: ✭ 130 (-17.72%)
Mutual labels:  reinforcement-learning
Automata
A comprehensive autonomous decentralized systems framework for AI control architects.
Stars: ✭ 130 (-17.72%)
Mutual labels:  reinforcement-learning
Machin
Reinforcement learning library(framework) designed for PyTorch, implements DQN, DDPG, A2C, PPO, SAC, MADDPG, A3C, APEX, IMPALA ...
Stars: ✭ 145 (-8.23%)
Mutual labels:  reinforcement-learning
61-120 of 1280 similar projects