├── Chapter01 ├── Chapter1_TF2_alpha.ipynb ├── checkpoint ├── vars-1.data-00000-of-00001 └── vars-1.index ├── Chapter02 ├── Chapter2_Keras_ModelBySubclassingModel_TF2_alpha.ipynb ├── Chapter2_Keras_ModelUsingFunctionalAPI_TF2_alpha.ipynb ├── Chapter2_Keras_UseOfDataPipelines_TF2_alpha.ipynb └── Chapter2_Keras_sequential_models_TF2_alpha.ipynb ├── Chapter03 ├── Chapter3_ANNTech_TF2_alpha.ipynb ├── dataset.txt ├── file1.txt ├── file2.txt ├── mycsvfile.txt ├── myfile.tfrecords ├── report.txt ├── size_1000.csv └── students.tfrecords ├── Chapter04 ├── Chapter4_BostonLinReg_TF2_alpha.ipynb ├── Chapter4_IrisKNN_TF2_alpha.ipynb ├── Chapter4_LinearRegression_TF2_alpha.ipynb ├── Chapter4_LogisticRegression_TF2_alpha.ipynb └── model.weights.best.hdf5 ├── Chapter05 ├── Chapter5_Autoencoder_TF2_alpha.ipynb └── Chapter5_Denoiser_TF2_alpha.ipynb ├── Chapter06 ├── CHapter6_QDraw_TF2_alpha.ipynb └── Chapter6_CIFAR10_TF2_alpha_V2.ipynb ├── Chapter07 ├── Chapter7_NeuralStyleTransfer_TF2_alpha.ipynb └── tmp │ └── nst │ ├── elephant.jpg │ ├── skyscrapers.jpg │ ├── sunset.jpg │ └── zebra.jpg ├── Chapter08 ├── Chapter8_RNN_TF2_alpha.ipynb └── GreatExpectations.txt ├── Chapter09 ├── Chapter9_IMDb_TF2_alpha.ipynb └── Chapter9_fashion_estimator_TF2_alpha.ipynb ├── LICENSE └── README.md /Chapter01/Chapter1_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter01/Chapter1_TF2_alpha.ipynb -------------------------------------------------------------------------------- /Chapter01/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter01/checkpoint -------------------------------------------------------------------------------- /Chapter01/vars-1.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter01/vars-1.data-00000-of-00001 -------------------------------------------------------------------------------- /Chapter01/vars-1.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter01/vars-1.index -------------------------------------------------------------------------------- /Chapter02/Chapter2_Keras_ModelBySubclassingModel_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter02/Chapter2_Keras_ModelBySubclassingModel_TF2_alpha.ipynb -------------------------------------------------------------------------------- /Chapter02/Chapter2_Keras_ModelUsingFunctionalAPI_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter02/Chapter2_Keras_ModelUsingFunctionalAPI_TF2_alpha.ipynb -------------------------------------------------------------------------------- /Chapter02/Chapter2_Keras_UseOfDataPipelines_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter02/Chapter2_Keras_UseOfDataPipelines_TF2_alpha.ipynb -------------------------------------------------------------------------------- /Chapter02/Chapter2_Keras_sequential_models_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter02/Chapter2_Keras_sequential_models_TF2_alpha.ipynb -------------------------------------------------------------------------------- /Chapter03/Chapter3_ANNTech_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter03/Chapter3_ANNTech_TF2_alpha.ipynb -------------------------------------------------------------------------------- /Chapter03/dataset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter03/dataset.txt -------------------------------------------------------------------------------- /Chapter03/file1.txt: -------------------------------------------------------------------------------- 1 | 12.6, 23.4, Abc.co.uk 2 | 98.7, 56.8, Xyz.com 3 | 34.2, 68.1, Pqr.net 4 | -------------------------------------------------------------------------------- /Chapter03/file2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter03/file2.txt -------------------------------------------------------------------------------- /Chapter03/mycsvfile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter03/mycsvfile.txt -------------------------------------------------------------------------------- /Chapter03/myfile.tfrecords: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter03/myfile.tfrecords -------------------------------------------------------------------------------- /Chapter03/report.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter03/report.txt -------------------------------------------------------------------------------- /Chapter03/size_1000.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter03/size_1000.csv -------------------------------------------------------------------------------- /Chapter03/students.tfrecords: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter03/students.tfrecords -------------------------------------------------------------------------------- /Chapter04/Chapter4_BostonLinReg_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter04/Chapter4_BostonLinReg_TF2_alpha.ipynb -------------------------------------------------------------------------------- /Chapter04/Chapter4_IrisKNN_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter04/Chapter4_IrisKNN_TF2_alpha.ipynb -------------------------------------------------------------------------------- /Chapter04/Chapter4_LinearRegression_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter04/Chapter4_LinearRegression_TF2_alpha.ipynb -------------------------------------------------------------------------------- /Chapter04/Chapter4_LogisticRegression_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter04/Chapter4_LogisticRegression_TF2_alpha.ipynb -------------------------------------------------------------------------------- /Chapter04/model.weights.best.hdf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter04/model.weights.best.hdf5 -------------------------------------------------------------------------------- /Chapter05/Chapter5_Autoencoder_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter05/Chapter5_Autoencoder_TF2_alpha.ipynb -------------------------------------------------------------------------------- /Chapter05/Chapter5_Denoiser_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter05/Chapter5_Denoiser_TF2_alpha.ipynb -------------------------------------------------------------------------------- /Chapter06/CHapter6_QDraw_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter06/CHapter6_QDraw_TF2_alpha.ipynb -------------------------------------------------------------------------------- /Chapter06/Chapter6_CIFAR10_TF2_alpha_V2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter06/Chapter6_CIFAR10_TF2_alpha_V2.ipynb -------------------------------------------------------------------------------- /Chapter07/Chapter7_NeuralStyleTransfer_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter07/Chapter7_NeuralStyleTransfer_TF2_alpha.ipynb -------------------------------------------------------------------------------- /Chapter07/tmp/nst/elephant.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter07/tmp/nst/elephant.jpg -------------------------------------------------------------------------------- /Chapter07/tmp/nst/skyscrapers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter07/tmp/nst/skyscrapers.jpg -------------------------------------------------------------------------------- /Chapter07/tmp/nst/sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter07/tmp/nst/sunset.jpg -------------------------------------------------------------------------------- /Chapter07/tmp/nst/zebra.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter07/tmp/nst/zebra.jpg -------------------------------------------------------------------------------- /Chapter08/Chapter8_RNN_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter08/Chapter8_RNN_TF2_alpha.ipynb -------------------------------------------------------------------------------- /Chapter08/GreatExpectations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter08/GreatExpectations.txt -------------------------------------------------------------------------------- /Chapter09/Chapter9_IMDb_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter09/Chapter9_IMDb_TF2_alpha.ipynb -------------------------------------------------------------------------------- /Chapter09/Chapter9_fashion_estimator_TF2_alpha.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/Chapter09/Chapter9_fashion_estimator_TF2_alpha.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Tensorflow-2.0-Quick-Start-Guide/HEAD/README.md --------------------------------------------------------------------------------