MartialTerran
commited on
Commit
•
c5269c9
1
Parent(s):
7ede8ce
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ NN Specimen:
|
|
4 |
|
5 |
PARITY-calculatingNN_Schmidhuber1.py at http: https://huggingface.co/MartialTerran/Neural_Nets_Doing_Simple_Tasks/blob/main/PARITY-calculatingNN_Schmidhuber1.py
|
6 |
|
7 |
-
Inspired by: Aug 28, 2024 Youtube Interview of Juergen Schmidhuber
|
8 |
See also (seven years ago) True Artificial Intelligence will change everything | Juergen Schmidhuber | TEDxLakeComo www.youtube =-Y7PLaxXUrs
|
9 |
|
10 |
[Jürgen Schmidhuber, the father of generative AI shares his groundbreaking work in deep learning and artificial intelligence. In this exclusive interview, he discusses the history of AI, some of his contributions to the field, and his vision for the future of intelligent machines. Schmidhuber offers unique insights into the exponential growth of technology and the potential impact of AI on humanity and the universe.]
|
@@ -14,9 +14,9 @@ So, I wanted to know whether a simple feed forward NNs can compute "parity". (
|
|
14 |
|
15 |
Method of the python script informed by:
|
16 |
|
17 |
-
Create a Basic Neural Network Model - Deep Learning with PyTorch 5 -
|
18 |
and
|
19 |
-
Building a Neural Network with PyTorch in 15 Minutes youtube
|
20 |
|
21 |
---
|
22 |
license: apache-2.0
|
|
|
4 |
|
5 |
PARITY-calculatingNN_Schmidhuber1.py at http: https://huggingface.co/MartialTerran/Neural_Nets_Doing_Simple_Tasks/blob/main/PARITY-calculatingNN_Schmidhuber1.py
|
6 |
|
7 |
+
Inspired by: Aug 28, 2024 Youtube Interview of Juergen Schmidhuber at https://www.youtube.com/watch?v=DP454c1K_vQ
|
8 |
See also (seven years ago) True Artificial Intelligence will change everything | Juergen Schmidhuber | TEDxLakeComo www.youtube =-Y7PLaxXUrs
|
9 |
|
10 |
[Jürgen Schmidhuber, the father of generative AI shares his groundbreaking work in deep learning and artificial intelligence. In this exclusive interview, he discusses the history of AI, some of his contributions to the field, and his vision for the future of intelligent machines. Schmidhuber offers unique insights into the exponential growth of technology and the potential impact of AI on humanity and the universe.]
|
|
|
14 |
|
15 |
Method of the python script informed by:
|
16 |
|
17 |
+
Create a Basic Neural Network Model - Deep Learning with PyTorch 5 - https://www.youtube.com/watch?v=JHWqWIoac2I (2023-06-05)
|
18 |
and
|
19 |
+
Building a Neural Network with PyTorch in 15 Minutes https://www.youtube.com/watch?v=mozBidd58VQ
|
20 |
|
21 |
---
|
22 |
license: apache-2.0
|