File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,27 @@ filename = "model.json"
127
127
network = NeuralNetwork.load_model(filename)
128
128
```
129
129
130
+ <br />
131
+ <br />
132
+
133
+ ## API
134
+ #### [ ` NeuralNetwork ` ] ( https://github.com/Subhash3/Neural_Net_Using_NumPy/blob/master/docs/markdown/NeuralNetwork.md )
135
+ #### [ ` Layer ` ] ( https://github.com/Subhash3/Neural_Net_Using_NumPy/blob/master/docs/markdown/Layer.md )
136
+ #### [ ` Dataset ` ] ( https://github.com/Subhash3/Neural_Net_Using_NumPy/blob/master/docs/markdown/Dataset.md )
137
+ #### [ ` ActivationFunction ` ] ( https://github.com/Subhash3/Neural_Net_Using_NumPy/blob/master/docs/markdown/ActivationFunction.md )
138
+ - Sigmoid
139
+ - Tanh
140
+ - Softmax
141
+ - Identity
142
+ - ReLu
143
+ #### [ ` LossFunctions ` ] ( https://github.com/Subhash3/Neural_Net_Using_NumPy/blob/master/docs/markdown/LossFunctions.md )
144
+ - MSE (Mean Squared Error)
145
+ - CE (Corss Entropy)
146
+ #### [ ` Utils ` ] ( https://github.com/Subhash3/Neural_Net_Using_NumPy/blob/master/docs/markdown/Utils.md )
147
+
148
+ <br />
149
+ <br />
150
+
130
151
### Todo
131
152
- [x] Generalize the gradient descent algorithm
132
153
- [x] Generalise the loss function => Write a separate class for it!
You can’t perform that action at this time.
0 commit comments