#image-classification
Read more stories on Hashnode
Articles with this tag
In this tutorial, we will be using deep learning techniques to determine the gender of a person based on the morphometry of their eyes. We will start...
The fruits dataset used in this model training is from Kaggle : fruits dataset Importing library and modeules import numpy as np import tensorflow as...