├── README.md ├── TensorFlow_Tutorial_v3b.ipynb ├── datasets ├── test_signs.h5 └── train_signs.h5 ├── images ├── hands.png ├── onehot.png └── thumbs_up.jpg ├── improv_utils.py └── tf_utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Deep-Learning-7-TensorFlow/HEAD/README.md -------------------------------------------------------------------------------- /TensorFlow_Tutorial_v3b.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Deep-Learning-7-TensorFlow/HEAD/TensorFlow_Tutorial_v3b.ipynb -------------------------------------------------------------------------------- /datasets/test_signs.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Deep-Learning-7-TensorFlow/HEAD/datasets/test_signs.h5 -------------------------------------------------------------------------------- /datasets/train_signs.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Deep-Learning-7-TensorFlow/HEAD/datasets/train_signs.h5 -------------------------------------------------------------------------------- /images/hands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Deep-Learning-7-TensorFlow/HEAD/images/hands.png -------------------------------------------------------------------------------- /images/onehot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Deep-Learning-7-TensorFlow/HEAD/images/onehot.png -------------------------------------------------------------------------------- /images/thumbs_up.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Deep-Learning-7-TensorFlow/HEAD/images/thumbs_up.jpg -------------------------------------------------------------------------------- /improv_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Deep-Learning-7-TensorFlow/HEAD/improv_utils.py -------------------------------------------------------------------------------- /tf_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Deep-Learning-7-TensorFlow/HEAD/tf_utils.py --------------------------------------------------------------------------------