anyone can modify the class Net() (the actual model) either the network architecture or the properties such as the "optimizer, or activation functions" in a way that increases the efficiency of the model to get better prediction results.
Conditions:
- use only 10 EPOCHS
- to consider your solution as a valid one it has to get > 60% accuracy.
goodluck
anyone can modify the class
Net()(the actual model) either the network architecture or the properties such as the "optimizer, or activation functions" in a way that increases the efficiency of the model to get better prediction results.Conditions:
goodluck