Convolutional Neural Networks (CNNs)#

Using TensorFlow to develop image classifiers, transfer learning and using state-of-the-art algorithms.

These notebooks serve us to practice some DL techniques, and as snippets to build on. Some models are not performing very well. The dataset is too small or the model requires more training. Training a CNN takes a lot of time. Moving on.