├── Building-Deep-Neural-Networks.ipynb ├── Deep Neural Network - Application.ipynb ├── Gradient_Checking.ipynb ├── Initialization.ipynb ├── Logistic_Regression_with_a_Neural_Network.ipynb ├── Optimization_methods.ipynb ├── Planar_data_classification_with_one_hidden_layer.ipynb ├── README.md ├── Regularization.ipynb ├── Tensorflow-personal.ipynb └── Tensorflow_introduction.ipynb /Building-Deep-Neural-Networks.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/TensorFlow_Developer_Projects/HEAD/Building-Deep-Neural-Networks.ipynb -------------------------------------------------------------------------------- /Deep Neural Network - Application.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/TensorFlow_Developer_Projects/HEAD/Deep Neural Network - Application.ipynb -------------------------------------------------------------------------------- /Gradient_Checking.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/TensorFlow_Developer_Projects/HEAD/Gradient_Checking.ipynb -------------------------------------------------------------------------------- /Initialization.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/TensorFlow_Developer_Projects/HEAD/Initialization.ipynb -------------------------------------------------------------------------------- /Logistic_Regression_with_a_Neural_Network.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/TensorFlow_Developer_Projects/HEAD/Logistic_Regression_with_a_Neural_Network.ipynb -------------------------------------------------------------------------------- /Optimization_methods.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/TensorFlow_Developer_Projects/HEAD/Optimization_methods.ipynb -------------------------------------------------------------------------------- /Planar_data_classification_with_one_hidden_layer.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/TensorFlow_Developer_Projects/HEAD/Planar_data_classification_with_one_hidden_layer.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Deep Learning Projects in TensorFlow and Keras 2 | -------------------------------------------------------------------------------- /Regularization.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/TensorFlow_Developer_Projects/HEAD/Regularization.ipynb -------------------------------------------------------------------------------- /Tensorflow-personal.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/TensorFlow_Developer_Projects/HEAD/Tensorflow-personal.ipynb -------------------------------------------------------------------------------- /Tensorflow_introduction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/TensorFlow_Developer_Projects/HEAD/Tensorflow_introduction.ipynb --------------------------------------------------------------------------------