marian/README.md

44 lines
1.9 KiB
Markdown
Raw Normal View History

2017-06-04 16:07:24 +03:00
Marian
======
2016-09-19 16:02:30 +03:00
2017-10-11 15:21:05 +03:00
[![Join the chat at https://gitter.im/marian-nmt](https://badges.gitter.im/amunmt/marian.svg)](https://gitter.im/marian-nmt?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2017-09-27 17:05:27 +03:00
[![Build Status](http://vali.inf.ed.ac.uk/jenkins/buildStatus/icon?job=marian-dev)](http://vali.inf.ed.ac.uk/jenkins/job/marian-dev/)
2017-10-14 22:49:41 +03:00
[![Tests Status](http://vali.inf.ed.ac.uk/jenkins/buildStatus/icon?job=marian-regression-tests)](http://vali.inf.ed.ac.uk/jenkins/job/marian-regression-tests/)
2017-11-22 13:05:06 +03:00
[![Twitter](https://img.shields.io/twitter/follow/marian_nmt.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=marian_nmt)
2016-09-19 16:14:00 +03:00
2017-09-27 17:05:27 +03:00
**Marian** is a C++ GPU-specific parallel automatic differentiation library
2017-06-20 13:55:57 +03:00
with operator overloading. It is the training framework used in the Marian
2017-10-15 17:34:52 +03:00
toolkit. This repository is the development repo of
https://github.com/marian-nmt/marian, use it at your own risk.
2017-07-20 17:12:12 +03:00
2017-10-15 17:34:52 +03:00
https://github.com/marian-nmt/marian is updated with stable versions of this
repository.
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
2017-10-11 15:44:07 +03:00
## Mailing lists
2017-10-15 17:34:52 +03:00
2017-10-11 15:44:07 +03:00
* General google group: https://groups.google.com/forum/#!forum/marian-nmt (for users and developers)
* Google group for commit messages: https://groups.google.com/forum/#!forum/marian-nmt-commits (for developers)
2017-10-15 17:34:52 +03:00
## Contributions
See [CONTRIBUTING.md](https://github.com/marian-nmt/marian-dev/blob/master/CONTRIBUTING.md)
## 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