Attention and Augmented Recurrent Neural Networks

This is the first paragraph of the article. Test a long — dash -- here it is.

This is the first paragraph of the article. Test a long — dash -- here it is.

Test for owner's possessive. Test for "quoting a passage." And another sentence. Or two. Some flopping fins; for diving.


Here's a test of an inline equation c = a^2 + b^2. And then there's a block equation:

c = \pm \sqrt{ \sum_{i=0}^{n}{a^{222} + b^2}}
FirstSecondThird
2365423
145434
2345423

Displaying code snippets

Some inline javascript:var x = 25;

Here's a javascript code block.

var x = 25; function(x){ return x * x; }

We also support python.

# Python 3: Fibonacci series up to n def fib(n): a, b = 0, 1 while a < n: print(a, end=' ') a, b = b, a+b

That's it for the example article!

Contributions

Some text describing who did what.

Reviewers

Some text with links describing who reviewed the article.