Skip to content

Commit e89cc5b

Browse files
committedMay 29, 2021
Added a few tasks
1 parent 2d184db commit e89cc5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ network = NeuralNetwork.load_model(filename)
136136
- [x] Min Max scaler
137137
- [ ] Data Standardization
138138
- [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.
139141
- [ ] Linear and Relu activation functions
140142
- [ ] Ability to perform regression
141143
- [ ] Convolution Nets

0 commit comments

Comments
 (0)
Please sign in to comment.