MartialTerran
commited on
Commit
•
8d9edc5
1
Parent(s):
c7629fc
Update ReadMeToo_FutureNN-tasks.md
Browse files
ReadMeToo_FutureNN-tasks.md
CHANGED
@@ -18,7 +18,9 @@ Reversal: Reverse the order of elements in a sequence. (a known capability of
|
|
18 |
|
19 |
Duplication: Duplicate a given sequence. (a known capability of large LLMs)
|
20 |
|
21 |
-
|
|
|
|
|
22 |
|
23 |
Membership: Determine if a specific element is present in a sequence.
|
24 |
|
|
|
18 |
|
19 |
Duplication: Duplicate a given sequence. (a known capability of large LLMs)
|
20 |
|
21 |
+
Detect which NN-input position contains a ___ (binary 1, or other number)
|
22 |
+
|
23 |
+
Sorting (Simple): Sort a short sequence of numbers or characters in ascending or descending order. (probably hard for a NN to accomplish, but ...)
|
24 |
|
25 |
Membership: Determine if a specific element is present in a sequence.
|
26 |
|