We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d184db commit e89cc5bCopy full SHA for e89cc5b
README.md
@@ -136,6 +136,8 @@ network = NeuralNetwork.load_model(filename)
136
- [x] Min Max scaler
137
- [ ] Data Standardization
138
- [x] Change the datasample type to a tuple instead of a list.
139
+ - [x] Show Progress bar if epoch_logging is False
140
+ - [ ] Separate out outputlayer from other layers. => Create a separate class for output layer which inherits Layer.
141
- [ ] Linear and Relu activation functions
142
- [ ] Ability to perform regression
143
- [ ] Convolution Nets
0 commit comments