All Projects → babaktr → Ml In Tf

babaktr / Ml In Tf

Get started with Machine Learning in TensorFlow with a selection of good reads and implemented examples!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ml In Tf

Learning To Communicate Pytorch
Learning to Communicate with Deep Multi-Agent Reinforcement Learning in PyTorch
Stars: ✭ 236 (+424.44%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, recurrent-neural-networks, dqn, deepmind
Tensorflow Tutorial
TensorFlow and Deep Learning Tutorials
Stars: ✭ 748 (+1562.22%)
Mutual labels:  reinforcement-learning, convolutional-neural-networks, neural-networks, deep-reinforcement-learning, recurrent-neural-networks
Deep Reinforcement Learning
Repo for the Deep Reinforcement Learning Nanodegree program
Stars: ✭ 4,012 (+8815.56%)
Mutual labels:  reinforcement-learning, neural-networks, deep-reinforcement-learning, dqn
Reinforcement Learning
Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
Stars: ✭ 3,329 (+7297.78%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn, deepmind
Rlgraph
RLgraph: Modular computation graphs for deep reinforcement learning
Stars: ✭ 272 (+504.44%)
Mutual labels:  reinforcement-learning, neural-networks, deep-reinforcement-learning, dqn
Mujocounity
Reproducing MuJoCo benchmarks in a modern, commercial game /physics engine (Unity + PhysX).
Stars: ✭ 47 (+4.44%)
Mutual labels:  reinforcement-learning, neural-networks, deep-reinforcement-learning, deepmind
Recurrent Environment Simulators
Deepmind Recurrent Environment Simulators paper implementation in tensorflow
Stars: ✭ 73 (+62.22%)
Mutual labels:  reinforcement-learning, convolutional-neural-networks, recurrent-neural-networks, deepmind
Awesome Tensorlayer
A curated list of dedicated resources and applications
Stars: ✭ 248 (+451.11%)
Mutual labels:  reinforcement-learning, convolutional-neural-networks, recurrent-neural-networks, mnist
Deeprl Tensorflow2
🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2
Stars: ✭ 319 (+608.89%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn
Deep Q Learning
Minimal Deep Q Learning (DQN & DDQN) implementations in Keras
Stars: ✭ 1,013 (+2151.11%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn
Pytorch Rl
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
Stars: ✭ 394 (+775.56%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn
Dissecting Reinforcement Learning
Python code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog
Stars: ✭ 512 (+1037.78%)
Mutual labels:  reinforcement-learning, neural-networks, deep-reinforcement-learning
Autonomous Learning Library
A PyTorch library for building deep reinforcement learning agents.
Stars: ✭ 425 (+844.44%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn
Trending Deep Learning
Top 100 trending deep learning repositories sorted by the number of stars gained on a specific day.
Stars: ✭ 543 (+1106.67%)
Mutual labels:  convolutional-neural-networks, deep-reinforcement-learning, recurrent-neural-networks
Gdrl
Grokking Deep Reinforcement Learning
Stars: ✭ 304 (+575.56%)
Mutual labels:  reinforcement-learning, neural-networks, deep-reinforcement-learning
Komputation
Komputation is a neural network framework for the Java Virtual Machine written in Kotlin and CUDA C.
Stars: ✭ 295 (+555.56%)
Mutual labels:  convolutional-neural-networks, neural-networks, recurrent-neural-networks
Mushroom Rl
Python library for Reinforcement Learning.
Stars: ✭ 442 (+882.22%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn
Pysc2 Examples
StarCraft II - pysc2 Deep Reinforcement Learning Examples
Stars: ✭ 722 (+1504.44%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, deepmind
Pytorch Rl
Deep Reinforcement Learning with pytorch & visdom
Stars: ✭ 745 (+1555.56%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn
Slm Lab
Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
Stars: ✭ 904 (+1908.89%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn

Machine Learning in TensorFlow

The purpose of this repository is to offer anyone who wants to get started with using TensorFlow a number of experiments, where the same problem is solved through different techniques, showcasing different methods of approaching the same problem.

The implementations and parameters aren't necessarily optimized to solve the problem, since that isn't the purpose, but rather serve as a solid starting ground to play around with for your own experiments and optimizations!

It is currently under construction, but if you have any feedback, suggestions or comments - I'd gladly hear it!

Reinforcement Learning

Implemented Examples

Good reads

Neural Networks

Implemented Examples

Good Reads

Recurrent Neural Networks

Implemented Examples

Good reads

Convolutional Neural Networks

Implemented Examples

Good Reads

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].