@@ -7,8 +7,9 @@ _A place to keep my deep learning neural networks written in go._
7
7
8
8
Table of Contents
9
9
10
- * [ PERCEPTRON ] ( https://github.com/JeffDeCola/my-neural-networks#perceptron )
10
+ * [ MATH ] ( https://github.com/JeffDeCola/my-neural-networks#math )
11
11
* [ MULTI-LAYER PERCEPTRON (MLP)] ( https://github.com/JeffDeCola/my-neural-networks#multi-layer-perceptron-mlp )
12
+ * [ PERCEPTRON] ( https://github.com/JeffDeCola/my-neural-networks#perceptron )
12
13
13
14
Documentation and Reference
14
15
@@ -17,12 +18,15 @@ Documentation and Reference
17
18
* [ neural networks] ( https://github.com/JeffDeCola/my-cheat-sheets/blob/master/software/development/software-architectures/artificial-intelligence/artificial-intelligence-cheat-sheet/neural-networks.md )
18
19
cheat sheet
19
20
20
- ## PERCEPTRON
21
+ ## MATH
21
22
22
- * [ perceptron-simple-example ] ( https://github.com/JeffDeCola/my-neural-networks/tree/main/perceptron-simple-example )
23
+ * [ the-math-behind-training-mlp-neural-networks ] ( https://github.com/JeffDeCola/my-neural-networks/tree/main/math/the-math-behind-training-mlp-neural-networks )
23
24
24
- _ A simple an implementation of a perceptron (P) neural network
25
- written in go._
25
+ _ The example I used for my cheat sheet
26
+ [ the-math-behind-training-mlp-neural-networks] ( https://github.com/JeffDeCola/my-cheat-sheets/blob/master/software/development/software-architectures/artificial-intelligence/artificial-intelligence-cheat-sheet/the-math-behind-training-mlp-neural-networks.md )
27
+ using my multi-layer perceptron
28
+ ([ mlp] ( https://github.com/JeffDeCola/my-go-packages/tree/master/neural-networks/mlp ) )
29
+ neural network go package._
26
30
27
31
## MULTI-LAYER PERCEPTRON (MLP)
28
32
@@ -42,4 +46,11 @@ Documentation and Reference
42
46
43
47
_ Using my multi-layer perceptron
44
48
([ mlp] ( https://github.com/JeffDeCola/my-go-packages/tree/master/neural-networks/mlp ) )
45
- neural network go package for data prediction.
49
+ neural network go package for data prediction._
50
+
51
+ ## PERCEPTRON
52
+
53
+ * [ perceptron-simple-example] ( https://github.com/JeffDeCola/my-neural-networks/tree/main/perceptron-simple-example )
54
+
55
+ _ A simple an implementation of a perceptron (P) neural network
56
+ written in go._
0 commit comments