Here you will find :
- vanilla.py ---> Linear model with activation function
- dummy.py ---> Linear model witout activation function
- vanilla-weights.bin ---> The weights of the trained model over (30 Epochs)
- dummy-weights.bin ---> The weights of the trained model over (30 Epochs)
- hubconf.py ---> Allows anyone to load my model