You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image classification model built with TensorFlow and Keras to distinguish cats vs dogs using deep learning and computer vision techniques. The model employs a convolutional neural network (CNN) architecture and is trained on the Dogs vs Cats dataset. This implementation serves as an end-to-end tutorial for applying dl to image classification.