Sort numbers using only 2 hidden layers Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Moderator Election Q&A - Questionnaire 2019 Community Moderator Election ResultsHow to sort numbers using Convolutional Neural Network?Prove Reccurrent Neural Network can exhibit oscillatory behaviorWhy is my artificial neural networks almost always predicting positive elements?Time complexity of function minimizers for neural networksReporting test result for cross-validation with Neural NetworkHow to sort numbers using Convolutional Neural Network?Is there any work done on reconfigurable convolutional neural networks?RNN model with 3 hidden layersWhat kinds of math do I need to know to construct graph that preserve its directed simplicies at each time step?Solving an ODE using neural networks (via Tensorflow)What is the motivation for row-wise convolution and folding in Kalchbrenner et al. (2014)?
The logistics of corpse disposal
Why are the trig functions versine, haversine, exsecant, etc, rarely used in modern mathematics?
As a beginner, should I get a Squier Strat with a SSS config or a HSS?
The more you know, the more you don't know
Do wooden building fires get hotter than 600°C?
When the Haste spell ends on a creature, do attackers have advantage against that creature?
Does the Weapon Master feat grant you a fighting style?
Maximum summed subsequences with non-adjacent items
Would "destroying" Wurmcoil Engine prevent its tokens from being created?
Is it possible to add Lighting Web Component in the Visual force Page?
If my PI received research grants from a company to be able to pay my postdoc salary, did I have a potential conflict interest too?
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
If a VARCHAR(MAX) column is included in an index, is the entire value always stored in the index page(s)?
Can an alien society believe that their star system is the universe?
Why is it faster to reheat something than it is to cook it?
How to react to hostile behavior from a senior developer?
How do living politicians protect their readily obtainable signatures from misuse?
What's the meaning of "fortified infraction restraint"?
How do I find out the mythology and history of my Fortress?
Sum letters are not two different
NumericArray versus PackedArray in MMA12
What is a fractional matching?
Can a new player join a group only when a new campaign starts?
Are there mentions in Hinduism about instruments which allows one to know others thoughts and influence them? And is it sinful?
Sort numbers using only 2 hidden layers
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Moderator Election Q&A - Questionnaire
2019 Community Moderator Election ResultsHow to sort numbers using Convolutional Neural Network?Prove Reccurrent Neural Network can exhibit oscillatory behaviorWhy is my artificial neural networks almost always predicting positive elements?Time complexity of function minimizers for neural networksReporting test result for cross-validation with Neural NetworkHow to sort numbers using Convolutional Neural Network?Is there any work done on reconfigurable convolutional neural networks?RNN model with 3 hidden layersWhat kinds of math do I need to know to construct graph that preserve its directed simplicies at each time step?Solving an ODE using neural networks (via Tensorflow)What is the motivation for row-wise convolution and folding in Kalchbrenner et al. (2014)?
$begingroup$
I'm reading the cornerstone paper Sequence to Sequence Learning
with Neural Networks by Ilya Sutskever and Quoc Le. On the first page, it briefly mentions that:
A surprising example of the power of DNNs is their ability to sort
N N-bit numbers using only 2 hidden layers of quadratic size
Can anyone briefly outline how to sort numbers using only 2 hidden layers?
deep-learning
$endgroup$
migrated from ai.stackexchange.com Aug 14 '17 at 14:01
This question came from our site for people interested in conceptual questions about life and challenges in a world where "cognitive" functions can be mimicked in purely digital environment.
add a comment |
$begingroup$
I'm reading the cornerstone paper Sequence to Sequence Learning
with Neural Networks by Ilya Sutskever and Quoc Le. On the first page, it briefly mentions that:
A surprising example of the power of DNNs is their ability to sort
N N-bit numbers using only 2 hidden layers of quadratic size
Can anyone briefly outline how to sort numbers using only 2 hidden layers?
deep-learning
$endgroup$
migrated from ai.stackexchange.com Aug 14 '17 at 14:01
This question came from our site for people interested in conceptual questions about life and challenges in a world where "cognitive" functions can be mimicked in purely digital environment.
add a comment |
$begingroup$
I'm reading the cornerstone paper Sequence to Sequence Learning
with Neural Networks by Ilya Sutskever and Quoc Le. On the first page, it briefly mentions that:
A surprising example of the power of DNNs is their ability to sort
N N-bit numbers using only 2 hidden layers of quadratic size
Can anyone briefly outline how to sort numbers using only 2 hidden layers?
deep-learning
$endgroup$
I'm reading the cornerstone paper Sequence to Sequence Learning
with Neural Networks by Ilya Sutskever and Quoc Le. On the first page, it briefly mentions that:
A surprising example of the power of DNNs is their ability to sort
N N-bit numbers using only 2 hidden layers of quadratic size
Can anyone briefly outline how to sort numbers using only 2 hidden layers?
deep-learning
deep-learning
asked Aug 13 '17 at 23:04
AaronAaron
27628
27628
migrated from ai.stackexchange.com Aug 14 '17 at 14:01
This question came from our site for people interested in conceptual questions about life and challenges in a world where "cognitive" functions can be mimicked in purely digital environment.
migrated from ai.stackexchange.com Aug 14 '17 at 14:01
This question came from our site for people interested in conceptual questions about life and challenges in a world where "cognitive" functions can be mimicked in purely digital environment.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
I'd imagine one could come up with weights manually to do the job exactly, but maybe the point is to be able to train one? A couple of examples:
How to sort numbers using Convolutional Neural Network?
https://github.com/primaryobjects/nnsorting
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "557"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f22242%2fsort-numbers-using-only-2-hidden-layers%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
I'd imagine one could come up with weights manually to do the job exactly, but maybe the point is to be able to train one? A couple of examples:
How to sort numbers using Convolutional Neural Network?
https://github.com/primaryobjects/nnsorting
$endgroup$
add a comment |
$begingroup$
I'd imagine one could come up with weights manually to do the job exactly, but maybe the point is to be able to train one? A couple of examples:
How to sort numbers using Convolutional Neural Network?
https://github.com/primaryobjects/nnsorting
$endgroup$
add a comment |
$begingroup$
I'd imagine one could come up with weights manually to do the job exactly, but maybe the point is to be able to train one? A couple of examples:
How to sort numbers using Convolutional Neural Network?
https://github.com/primaryobjects/nnsorting
$endgroup$
I'd imagine one could come up with weights manually to do the job exactly, but maybe the point is to be able to train one? A couple of examples:
How to sort numbers using Convolutional Neural Network?
https://github.com/primaryobjects/nnsorting
answered Mar 4 at 0:23
Ben ReinigerBen Reiniger
403212
403212
add a comment |
add a comment |
Thanks for contributing an answer to Data Science Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f22242%2fsort-numbers-using-only-2-hidden-layers%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown