Skip to content

Kiana-Jahanshid/Advanced_tensorflow

Repository files navigation

Tensorflow for Experts :

description :

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 .

How to install :

pip install -r requirements.txt

How to run :

python Advanced_tensorflow_....ipynb

Results :

MNIST CIFAR10 Titanic
Test accuracy 0.9933 0.773 0.86

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published