Initial Release.

PiperOrigin-RevId: 264337446
This commit is contained in:
Deepmind Team
2019-08-20 09:43:37 +01:00
committed by Diego de Las Casas
parent a3fb1e1f42
commit 451d296490
8 changed files with 3513 additions and 3 deletions
+29 -3
View File
@@ -1,7 +1,33 @@
# DeepMind Research
This repository contains implementations and illustrative code to accompany DeepMind publications. Along with publishing papers to accompany research conducted at DeepMind, we release open source [environments](https://deepmind.com/research/open-source/open-source-environments/), [data sets](https://deepmind.com/research/open-source/open-source-datasets/), and [code](https://deepmind.com/research/open-source/open-source-code/) to enable the broader research community to engage with our work and build upon it, with the ultimate goal of accelerating scientific progress to benefit society. For example, you can build on our implementations of the [Deep Q-Network](https://github.com/deepmind/dqn) or [Differential Neural Computer](https://github.com/deepmind/dnc), or experiment in the same environments we use for our research, such as [DeepMind Lab](https://github.com/deepmind/lab) or [StarCraft II](https://github.com/deepmind/pysc2).
This repository contains implementations and illustrative code to accompany
DeepMind publications. Along with publishing papers to accompany research
conducted at DeepMind, we release open-source
[environments](https://deepmind.com/research/open-source/open-source-environments/),
[data sets](https://deepmind.com/research/open-source/open-source-datasets/),
and [code](https://deepmind.com/research/open-source/open-source-code/) to
enable the broader research community to engage with our work and build upon it,
with the ultimate goal of accelerating scientific progress to benefit society.
For example, you can build on our implementations of the
[Deep Q-Network](https://github.com/deepmind/dqn) or
[Differential Neural Computer](https://github.com/deepmind/dnc), or experiment
in the same environments we use for our research, such as
[DeepMind Lab](https://github.com/deepmind/lab) or
[StarCraft II](https://github.com/deepmind/pysc2).
If you enjoy building tools, environments, software libraries, and other infrastructure of the kind listed below, you can view open positions to work in related areas on our [careers page](https://deepmind.com/careers/).
If you enjoy building tools, environments, software libraries, and other
infrastructure of the kind listed below, you can view open positions to work in
related areas on our [careers page](https://deepmind.com/careers/).
For a full list of our publications, please see https://deepmind.com/research/publications/
For a full list of our publications, please see
https://deepmind.com/research/publications/
## Projects
* [Graph Matching Networks for Learning the Similarity of Graph Structured
Objects](graph_matching_networks), ICML 2019
* [REGAL: Transfer Learning for Fast Optimization of Computation Graphs](regal)
## Disclaimer
*This is not an official Google product.*