Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
The Idea: Build Neural Nets to do simple tasks (or multiple simple tasks).
|
2 |
-
Then evolve the working NN into an LLM/Transformer (e.g., by adding GPT-2 components piece by piece) while preserving the abilities.
|
3 |
|
4 |
NN Specimen: PARITY-calculatingNN_Schmidhuber1.py at http:______
|
5 |
|
|
|
1 |
+
The Idea: Build Neural Nets to do simple tasks (or multiple simple tasks). Then evolve the working NN into an LLM/Transformer (e.g., by adding GPT-2 components piece by piece) while preserving the abilities.
|
|
|
2 |
|
3 |
NN Specimen: PARITY-calculatingNN_Schmidhuber1.py at http:______
|
4 |
|