diff --git a/doc/pub/Recurrent/html/._Recurrent-bs000.html b/doc/pub/Recurrent/html/._Recurrent-bs000.html index 76bf464e9..6df563e32 100644 --- a/doc/pub/Recurrent/html/._Recurrent-bs000.html +++ b/doc/pub/Recurrent/html/._Recurrent-bs000.html @@ -6,6 +6,7 @@ Automatically generated HTML file from DocOnce source
+-
diff --git a/doc/pub/Recurrent/html/._Recurrent-bs001.html b/doc/pub/Recurrent/html/._Recurrent-bs001.html index 4f4a9d0ba..090fd5c9e 100644 --- a/doc/pub/Recurrent/html/._Recurrent-bs001.html +++ b/doc/pub/Recurrent/html/._Recurrent-bs001.html @@ -6,6 +6,7 @@ Automatically generated HTML file from DocOnce source
++We have mostly looked at feedforward neural networks, where the +activations flow only in one direction, from the input layer to the +output layer. + +
+A recurrent neural network (RNN) looks very much like a feedforward +neural network, except it also has connections pointing +backward. Let’s look at the simplest possible RNN, composed of just +one neuron receiving inputs, producing an output, and sending that +output back to itself. + +
+RNNs are used to analyze time series data such as stock prices, and +tell you when to buy or sell. In autonomous driving systems, they can +anticipate car trajectories and help avoid accidents. More generally, +they can work on sequences of arbitrary lengths, rather than on +fixed-sized inputs like all the nets we have discussed so far. For +example, they can take sentences, documents, or audio samples as +input, making them extremely useful for natural language processing +systems such as automatic translation and speech-to-text. +
-
diff --git a/doc/pub/Recurrent/html/Recurrent-reveal.html b/doc/pub/Recurrent/html/Recurrent-reveal.html index a2fb78a76..750c6bf39 100644 --- a/doc/pub/Recurrent/html/Recurrent-reveal.html +++ b/doc/pub/Recurrent/html/Recurrent-reveal.html @@ -1,8 +1,8 @@ -\ +
-
@@ -144,6 +144,28 @@ td.padding {
+We have mostly looked at feedforward neural networks, where the
+activations flow only in one direction, from the input layer to the
+output layer.
+
+
+A recurrent neural network (RNN) looks very much like a feedforward
+neural network, except it also has connections pointing
+backward. Let’s look at the simplest possible RNN, composed of just
+one neuron receiving inputs, producing an output, and sending that
+output back to itself.
+
+
+RNNs are used to analyze time series data such as stock prices, and
+tell you when to buy or sell. In autonomous driving systems, they can
+anticipate car trajectories and help avoid accidents. More generally,
+they can work on sequences of arbitrary lengths, rather than on
+fixed-sized inputs like all the nets we have discussed so far. For
+example, they can take sentences, documents, or audio samples as
+input, making them extremely useful for natural language processing
+systems such as automatic translation and speech-to-text.
Recurrent neural networks: Overarching view
+
+
-
+We have mostly looked at feedforward neural networks, where the +activations flow only in one direction, from the input layer to the +output layer. + +
+A recurrent neural network (RNN) looks very much like a feedforward +neural network, except it also has connections pointing +backward. Let’s look at the simplest possible RNN, composed of just +one neuron receiving inputs, producing an output, and sending that +output back to itself. + +
+RNNs are used to analyze time series data such as stock prices, and +tell you when to buy or sell. In autonomous driving systems, they can +anticipate car trajectories and help avoid accidents. More generally, +they can work on sequences of arbitrary lengths, rather than on +fixed-sized inputs like all the nets we have discussed so far. For +example, they can take sentences, documents, or audio samples as +input, making them extremely useful for natural language processing +systems such as automatic translation and speech-to-text. + diff --git a/doc/pub/Recurrent/html/Recurrent.html b/doc/pub/Recurrent/html/Recurrent.html index 4f0eef6a5..f7b594356 100644 --- a/doc/pub/Recurrent/html/Recurrent.html +++ b/doc/pub/Recurrent/html/Recurrent.html @@ -6,6 +6,7 @@ Automatically generated HTML file from DocOnce source
+-
+We have mostly looked at feedforward neural networks, where the +activations flow only in one direction, from the input layer to the +output layer. + +
+A recurrent neural network (RNN) looks very much like a feedforward +neural network, except it also has connections pointing +backward. Let’s look at the simplest possible RNN, composed of just +one neuron receiving inputs, producing an output, and sending that +output back to itself. + +
+RNNs are used to analyze time series data such as stock prices, and
+tell you when to buy or sell. In autonomous driving systems, they can
+anticipate car trajectories and help avoid accidents. More generally,
+they can work on sequences of arbitrary lengths, rather than on
+fixed-sized inputs like all the nets we have discussed so far. For
+example, they can take sentences, documents, or audio samples as
+input, making them extremely useful for natural language processing
+systems such as automatic translation and speech-to-text.
+
diff --git a/doc/pub/Recurrent/html/reveal.js/.gitignore b/doc/pub/Recurrent/html/reveal.js/.gitignore
index e7b4f216a..a5df3133d 100644
--- a/doc/pub/Recurrent/html/reveal.js/.gitignore
+++ b/doc/pub/Recurrent/html/reveal.js/.gitignore
@@ -1,8 +1,3 @@
-.idea/
-*.iml
-*.iws
-*.eml
-out/
.DS_Store
.svn
log/*.log
@@ -10,4 +5,4 @@ tmp/**
node_modules/
.sass-cache
css/reveal.min.css
-js/reveal.min.js
\ No newline at end of file
+js/reveal.min.js
diff --git a/doc/pub/Recurrent/html/reveal.js/.travis.yml b/doc/pub/Recurrent/html/reveal.js/.travis.yml
index ec3b27d5d..165d9ae9f 100644
--- a/doc/pub/Recurrent/html/reveal.js/.travis.yml
+++ b/doc/pub/Recurrent/html/reveal.js/.travis.yml
@@ -1,7 +1,5 @@
language: node_js
node_js:
- - 4
+ - 0.10
before_script:
- - npm install -g grunt-cli
-after_script:
- - grunt retire
+ - npm install -g grunt-cli
\ No newline at end of file
diff --git a/doc/pub/Recurrent/html/reveal.js/LICENSE b/doc/pub/Recurrent/html/reveal.js/LICENSE
index c3e6e5fd6..09623076f 100644
--- a/doc/pub/Recurrent/html/reveal.js/LICENSE
+++ b/doc/pub/Recurrent/html/reveal.js/LICENSE
@@ -1,4 +1,4 @@
-Copyright (C) 2017 Hakim El Hattab, http://hakim.se, and reveal.js contributors
+Copyright (C) 2015 Hakim El Hattab, http://hakim.se
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/doc/pub/Recurrent/html/reveal.js/README.md b/doc/pub/Recurrent/html/reveal.js/README.md
index f2ab6ca88..573b19597 100644
--- a/doc/pub/Recurrent/html/reveal.js/README.md
+++ b/doc/pub/Recurrent/html/reveal.js/README.md
@@ -1,58 +1,12 @@
-# reveal.js [](https://travis-ci.org/hakimel/reveal.js)
+# reveal.js [](https://travis-ci.org/hakimel/reveal.js)
-A framework for easily creating beautiful presentations using HTML. [Check out the live demo](http://revealjs.com/).
+A framework for easily creating beautiful presentations using HTML. [Check out the live demo](http://lab.hakim.se/reveal-js/).
-reveal.js comes with a broad range of features including [nested slides](https://github.com/hakimel/reveal.js#markup), [Markdown contents](https://github.com/hakimel/reveal.js#markdown), [PDF export](https://github.com/hakimel/reveal.js#pdf-export), [speaker notes](https://github.com/hakimel/reveal.js#speaker-notes) and a [JavaScript API](https://github.com/hakimel/reveal.js#api). There's also a fully featured visual editor and platform for sharing reveal.js presentations at [slides.com](https://slides.com?ref=github).
+reveal.js comes with a broad range of features including [nested slides](https://github.com/hakimel/reveal.js#markup), [Markdown contents](https://github.com/hakimel/reveal.js#markdown), [PDF export](https://github.com/hakimel/reveal.js#pdf-export), [speaker notes](https://github.com/hakimel/reveal.js#speaker-notes) and a [JavaScript API](https://github.com/hakimel/reveal.js#api). It's best viewed in a modern browser but [fallbacks](https://github.com/hakimel/reveal.js/wiki/Browser-Support) are available to make sure your presentation can still be viewed elsewhere.
-## Table of contents
-- [Online Editor](#online-editor)
-- [Instructions](#instructions)
- - [Markup](#markup)
- - [Markdown](#markdown)
- - [Element Attributes](#element-attributes)
- - [Slide Attributes](#slide-attributes)
-- [Configuration](#configuration)
-- [Presentation Size](#presentation-size)
-- [Dependencies](#dependencies)
-- [Ready Event](#ready-event)
-- [Auto-sliding](#auto-sliding)
-- [Keyboard Bindings](#keyboard-bindings)
-- [Touch Navigation](#touch-navigation)
-- [Lazy Loading](#lazy-loading)
-- [API](#api)
- - [Slide Changed Event](#slide-changed-event)
- - [Presentation State](#presentation-state)
- - [Slide States](#slide-states)
- - [Slide Backgrounds](#slide-backgrounds)
- - [Parallax Background](#parallax-background)
- - [Slide Transitions](#slide-transitions)
- - [Internal links](#internal-links)
- - [Fragments](#fragments)
- - [Fragment events](#fragment-events)
- - [Code syntax highlighting](#code-syntax-highlighting)
- - [Slide number](#slide-number)
- - [Overview mode](#overview-mode)
- - [Fullscreen mode](#fullscreen-mode)
- - [Embedded media](#embedded-media)
- - [Stretching elements](#stretching-elements)
- - [postMessage API](#postmessage-api)
-- [PDF Export](#pdf-export)
-- [Theming](#theming)
-- [Speaker Notes](#speaker-notes)
- - [Share and Print Speaker Notes](#share-and-print-speaker-notes)
- - [Server Side Speaker Notes](#server-side-speaker-notes)
-- [Multiplexing](#multiplexing)
- - [Master presentation](#master-presentation)
- - [Client presentation](#client-presentation)
- - [Socket.io server](#socketio-server)
-- [MathJax](#mathjax)
-- [Installation](#installation)
- - [Basic setup](#basic-setup)
- - [Full setup](#full-setup)
- - [Folder Structure](#folder-structure)
-- [License](#license)
-#### More reading
+#### More reading:
+- [Installation](#installation): Step-by-step instructions for getting reveal.js running on your computer.
- [Changelog](https://github.com/hakimel/reveal.js/releases): Up-to-date version history.
- [Examples](https://github.com/hakimel/reveal.js/wiki/Example-Presentations): Presentations created with reveal.js, add your own!
- [Browser Support](https://github.com/hakimel/reveal.js/wiki/Browser-Support): Explanation of browser support and fallbacks.
@@ -60,36 +14,14 @@ reveal.js comes with a broad range of features including [nested slides](https:/
## Online Editor
-Presentations are written using HTML or Markdown but there's also an online editor for those of you who prefer a graphical interface. Give it a try at [https://slides.com](https://slides.com?ref=github).
+Presentations are written using HTML or Markdown but there's also an online editor for those of you who prefer a graphical interface. Give it a try at [http://slides.com](http://slides.com).
## Instructions
### Markup
-Here's a barebones example of a fully working reveal.js presentation:
-```html
-
-
"+(escaped?code:escape(code,true))+"\n"}return''+(escaped?code:escape(code,true))+"\n\n"};Renderer.prototype.blockquote=function(quote){return"\n"+quote+"\n"};Renderer.prototype.html=function(html){return html};Renderer.prototype.heading=function(text,level,raw){return"
"+text+"
\n"};Renderer.prototype.table=function(header,body){return""+text+""};Renderer.prototype.br=function(){return this.options.xhtml?""+escape(e.message+"",true)+""}throw e}}marked.options=marked.setOptions=function(opt){merge(marked.defaults,opt);return marked};marked.defaults={gfm:true,tables:true,breaks:false,pedantic:false,sanitize:false,sanitizer:null,mangle:true,smartLists:false,silent:false,highlight:null,langPrefix:"lang-",smartypants:false,headerPrefix:"",renderer:new Renderer,xhtml:false};marked.Parser=Parser;marked.parser=Parser.parse;marked.Renderer=Renderer;marked.Lexer=Lexer;marked.lexer=Lexer.lex;marked.InlineLexer=InlineLexer;marked.inlineLexer=InlineLexer.output;marked.parse=marked;if(typeof module!=="undefined"&&typeof exports==="object"){module.exports=marked}else if(typeof define==="function"&&define.amd){define(function(){return marked})}else{this.marked=marked}}).call(function(){return this||(typeof window!=="undefined"?window:global)}()); \ No newline at end of file +(function(){function e(e){this.tokens=[],this.tokens.links={},this.options=e||a.defaults,this.rules=p.normal,this.options.gfm&&(this.rules=this.options.tables?p.tables:p.gfm)}function t(e,t){if(this.options=t||a.defaults,this.links=e,this.rules=u.normal,this.renderer=this.options.renderer||new n,this.renderer.options=this.options,!this.links)throw new Error("Tokens array requires a `links` property.");this.options.gfm?this.rules=this.options.breaks?u.breaks:u.gfm:this.options.pedantic&&(this.rules=u.pedantic)}function n(e){this.options=e||{}}function r(e){this.tokens=[],this.token=null,this.options=e||a.defaults,this.options.renderer=this.options.renderer||new n,this.renderer=this.options.renderer,this.renderer.options=this.options}function s(e,t){return e.replace(t?/&/g:/&(?!#?\w+;)/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}function i(e){return e.replace(/&([#\w]+);/g,function(e,t){return t=t.toLowerCase(),"colon"===t?":":"#"===t.charAt(0)?String.fromCharCode("x"===t.charAt(1)?parseInt(t.substring(2),16):+t.substring(1)):""})}function l(e,t){return e=e.source,t=t||"",function n(r,s){return r?(s=s.source||s,s=s.replace(/(^|[^\[])\^/g,"$1"),e=e.replace(r,s),n):new RegExp(e,t)}}function o(){}function h(e){for(var t,n,r=1;r
"+s(c.message+"",!0)+"";throw c}}var p={newline:/^\n+/,code:/^( {4}[^\n]+\n*)+/,fences:o,hr:/^( *[-*_]){3,} *(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\n]+?) *#* *(?:\n+|$)/,nptable:o,lheading:/^([^\n]+)\n *(=|-){2,} *(?:\n+|$)/,blockquote:/^( *>[^\n]+(\n(?!def)[^\n]+)*\n*)+/,list:/^( *)(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?!\1bull )\n*|\s*$)/,html:/^ *(?:comment *(?:\n|\s*$)|closed *(?:\n{2,}|\s*$)|closing *(?:\n{2,}|\s*$))/,def:/^ *\[([^\]]+)\]: *([^\s>]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/,table:o,paragraph:/^((?:[^\n]+\n?(?!hr|heading|lheading|blockquote|tag|def))+)\n*/,text:/^[^\n]+/};p.bullet=/(?:[*+-]|\d+\.)/,p.item=/^( *)(bull) [^\n]*(?:\n(?!\1bull )[^\n]*)*/,p.item=l(p.item,"gm")(/bull/g,p.bullet)(),p.list=l(p.list)(/bull/g,p.bullet)("hr","\\n+(?=\\1?(?:[-*_] *){3,}(?:\\n+|$))")("def","\\n+(?="+p.def.source+")")(),p.blockquote=l(p.blockquote)("def",p.def)(),p._tag="(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:/|[^\\w\\s@]*@)\\b",p.html=l(p.html)("comment",//)("closed",/<(tag)[\s\S]+?<\/\1>/)("closing",/
'+(n?e:s(e,!0))+"\n\n":""+(n?e:s(e,!0))+"\n"},n.prototype.blockquote=function(e){return"\n"+e+"\n"},n.prototype.html=function(e){return e},n.prototype.heading=function(e,t,n){return"
"+e+"
\n"},n.prototype.table=function(e,t){return""+e+""},n.prototype.br=function(){return this.options.xhtml?"