marian/README.md

31 lines
1.2 KiB
Markdown
Raw Normal View History

2017-06-04 16:07:24 +03:00
Marian
======
2016-09-19 16:02:30 +03:00
2017-02-07 15:02:33 +03:00
[![Join the chat at https://gitter.im/amunmt/marian](https://badges.gitter.im/amunmt/marian.svg)](https://gitter.im/amunmt/marian?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2017-06-17 23:07:25 +03:00
[![Build Status](http://vali.inf.ed.ac.uk/jenkins/buildStatus/icon?job=marian-train)](http://vali.inf.ed.ac.uk/jenkins/job/marian-train/)
2016-09-19 16:14:00 +03:00
Google group for commit messages: https://groups.google.com/forum/#!forum/mariannmt
2017-06-20 13:55:57 +03:00
*marian-train* is a C++ GPU-specific parallel automatic differentiation library
with operator overloading. It is the training framework used in the Marian
toolkit.
2016-05-04 01:43:39 +03:00
2017-06-20 13:55:57 +03:00
Named in honour of Marian Rejewski, a Polish mathematician and cryptologist.
2016-05-04 16:18:00 +03:00
2017-06-04 16:07:24 +03:00
## Website
2016-09-13 15:04:23 +03:00
2017-07-18 11:47:32 +03:00
More information on https://marian-nmt.github.io
2017-06-04 16:07:24 +03:00
## Acknowledgements
2017-06-04 16:07:24 +03:00
2017-06-14 15:32:31 +03:00
The development of Marian received funding from the European Union's
_Horizon 2020 Research and Innovation Programme_ under grant agreements
688139 ([SUMMA](http://www.summa-project.eu); 2016-2019),
645487 ([Modern MT](http://www.modernmt.eu); 2015-2017) and
644333 ([TraMOOC](http://tramooc.eu/); 2015-2017),
the Amazon Academic Research Awards program, and
the World Intellectual Property Organization.
This software contains source code provided by NVIDIA Corporation.
2017-07-15 18:25:04 +03:00