You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to figure out which is the DNC's potentiality. Apparently it looks quite powerful.
I am trying to implement a new task by myself relying on the pytorch-dnc implementation. I am interested in understanding if a DNC can solve it. I would really appreciate any feedback from you, thanks.
Task description
The task is to count the total number of repeated numbers in a list.
If a DNC is capable of solving this task, I am wondering if it can succeed in generalizing the example counting the repetitions of numbers never encountered during the training process.
Settings
Assuming that the DNC can solve the task (I suppose a simple LSTM net can), I would structure the data as follows:
Input: (1, random length, 1) tensor
Output: Either (1, random length, 1) tensor or scalar containing the sum of the repetitions
Loss: depending on the output structure, a square loss function element by element or between two scalars
DNC parameters: Currently it is obscure to me how to set the memory parameters (word size, number of words)
What do you think? Do you think that it would be feasible for the DNC to solve this specific task?
If you consider this task interesting, I can submit the effort I spent so far.
Thanks,
Alessandro
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to figure out which is the DNC's potentiality. Apparently it looks quite powerful.
I am trying to implement a new task by myself relying on the pytorch-dnc implementation. I am interested in understanding if a DNC can solve it. I would really appreciate any feedback from you, thanks.
Task description
The task is to count the total number of repeated numbers in a list.
For example:
If a DNC is capable of solving this task, I am wondering if it can succeed in generalizing the example counting the repetitions of numbers never encountered during the training process.
Settings
Assuming that the DNC can solve the task (I suppose a simple LSTM net can), I would structure the data as follows:
What do you think? Do you think that it would be feasible for the DNC to solve this specific task?
If you consider this task interesting, I can submit the effort I spent so far.
Thanks,
Alessandro
The text was updated successfully, but these errors were encountered: