YOLOv3 Object Detection Algorithm
Photo by Marten Newhall on Unsplash
Photo by Marten Newhall on Unsplash
What is Transfer Learning ? In transfer learning, we use a pre-trained model which is trained on a large and general enough dataset to serve as a generic ...
What is meant by Fine-Tuning a model ? The goal of fine-tuning is to adapt specialized features from a generic dataset to work with the new dataset, rathe...
Neural Network (NN): It is a series of algorithms that endeavors to recognize underlying relationships in a set of data through a process that mimics the way...
What is Convolutional Neural Network (CNN) ? A neural network in which at least one layer is a convolutional layer. Depending on features, we categorize...