├── Logo.jpg ├── README.md ├── course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning ├── week1 │ ├── Exercise_1_House_Prices_Question.ipynb │ └── a1.py ├── week2 │ ├── .ipynb_checkpoints │ │ └── Exercise2-Question-checkpoint.ipynb │ ├── Exercise2-Question.ipynb │ └── a1.py ├── week3 │ ├── Excercise-3-Question.ipynb │ └── a1.py └── week4 │ ├── Exercise4-Question.ipynb │ └── a1.py ├── course2: Convolutional Neural Network in Tensorflow ├── week1 │ ├── .ipynb_checkpoints │ │ └── Exercise_1_Cats_vs_Dogs_Question-FINAL-checkpoint.ipynb │ └── Exercise_1_Cats_vs_Dogs_Question-FINAL.ipynb ├── week2 │ ├── .ipynb_checkpoints │ │ └── Exercise_2_Cats_vs_Dogs_using_augmentation_Question-FINAL-checkpoint.ipynb │ └── Exercise_2_Cats_vs_Dogs_using_augmentation_Question-FINAL.ipynb ├── week3 │ └── Exercise_3_Horses_vs_humans_using_Transfer_Learning_Question-FINAL.ipynb └── week4 │ ├── .ipynb_checkpoints │ └── Exercise_4_Multi_class_classifier_Question-FINAL-checkpoint.ipynb │ └── Exercise_4_Multi_class_classifier_Question-FINAL.ipynb └── course3: Natural Language Processing in TensorFlow ├── week1 └── a1.py └── week2 └── a1.py /Logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/Logo.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/README.md -------------------------------------------------------------------------------- /course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week1/Exercise_1_House_Prices_Question.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week1/Exercise_1_House_Prices_Question.ipynb -------------------------------------------------------------------------------- /course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week1/a1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week1/a1.py -------------------------------------------------------------------------------- /course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week2/.ipynb_checkpoints/Exercise2-Question-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week2/.ipynb_checkpoints/Exercise2-Question-checkpoint.ipynb -------------------------------------------------------------------------------- /course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week2/Exercise2-Question.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week2/Exercise2-Question.ipynb -------------------------------------------------------------------------------- /course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week2/a1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week2/a1.py -------------------------------------------------------------------------------- /course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week3/Excercise-3-Question.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week3/Excercise-3-Question.ipynb -------------------------------------------------------------------------------- /course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week3/a1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week3/a1.py -------------------------------------------------------------------------------- /course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week4/Exercise4-Question.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week4/Exercise4-Question.ipynb -------------------------------------------------------------------------------- /course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week4/a1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning/week4/a1.py -------------------------------------------------------------------------------- /course2: Convolutional Neural Network in Tensorflow/week1/.ipynb_checkpoints/Exercise_1_Cats_vs_Dogs_Question-FINAL-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course2: Convolutional Neural Network in Tensorflow/week1/.ipynb_checkpoints/Exercise_1_Cats_vs_Dogs_Question-FINAL-checkpoint.ipynb -------------------------------------------------------------------------------- /course2: Convolutional Neural Network in Tensorflow/week1/Exercise_1_Cats_vs_Dogs_Question-FINAL.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course2: Convolutional Neural Network in Tensorflow/week1/Exercise_1_Cats_vs_Dogs_Question-FINAL.ipynb -------------------------------------------------------------------------------- /course2: Convolutional Neural Network in Tensorflow/week2/.ipynb_checkpoints/Exercise_2_Cats_vs_Dogs_using_augmentation_Question-FINAL-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course2: Convolutional Neural Network in Tensorflow/week2/.ipynb_checkpoints/Exercise_2_Cats_vs_Dogs_using_augmentation_Question-FINAL-checkpoint.ipynb -------------------------------------------------------------------------------- /course2: Convolutional Neural Network in Tensorflow/week2/Exercise_2_Cats_vs_Dogs_using_augmentation_Question-FINAL.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course2: Convolutional Neural Network in Tensorflow/week2/Exercise_2_Cats_vs_Dogs_using_augmentation_Question-FINAL.ipynb -------------------------------------------------------------------------------- /course2: Convolutional Neural Network in Tensorflow/week3/Exercise_3_Horses_vs_humans_using_Transfer_Learning_Question-FINAL.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course2: Convolutional Neural Network in Tensorflow/week3/Exercise_3_Horses_vs_humans_using_Transfer_Learning_Question-FINAL.ipynb -------------------------------------------------------------------------------- /course2: Convolutional Neural Network in Tensorflow/week4/.ipynb_checkpoints/Exercise_4_Multi_class_classifier_Question-FINAL-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course2: Convolutional Neural Network in Tensorflow/week4/.ipynb_checkpoints/Exercise_4_Multi_class_classifier_Question-FINAL-checkpoint.ipynb -------------------------------------------------------------------------------- /course2: Convolutional Neural Network in Tensorflow/week4/Exercise_4_Multi_class_classifier_Question-FINAL.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course2: Convolutional Neural Network in Tensorflow/week4/Exercise_4_Multi_class_classifier_Question-FINAL.ipynb -------------------------------------------------------------------------------- /course3: Natural Language Processing in TensorFlow/week1/a1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course3: Natural Language Processing in TensorFlow/week1/a1.py -------------------------------------------------------------------------------- /course3: Natural Language Processing in TensorFlow/week2/a1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahilkhose/TensorFlow-in-Practice-Specialization/HEAD/course3: Natural Language Processing in TensorFlow/week2/a1.py --------------------------------------------------------------------------------