here , we dont use fit , compile , and other previous method for training neural networks . we are going to implement our model . After defining its layers as class attributes , we use call method to build network layers , and then call train and test functions .
pip install -r requirements.txt
python Advanced_tensorflow_....ipynb
MNIST | CIFAR10 | Titanic | |
---|---|---|---|
Test accuracy | 0.9933 | 0.773 | 0.86 |