Category: deep learning

  • AI-Driven Object Detection & Segmentation with Meta Detectron2 Deep Learning

    AI-Driven Object Detection & Segmentation with Meta Detectron2 Deep Learning

    The post introduces Detectron2, a powerful object detection and image recognition platform developed by Facebook AI Research (FAIR). It discusses the platform’s applications in computer vision research and production, as well as its capabilities such as panoptic segmentation and Densepose. The post also covers aspects of using Detectron2, including installation, model training, and inference, and…

  • Multi-Label Keras CNN Image Classification of MNIST Fashion Clothing

    Multi-Label Keras CNN Image Classification of MNIST Fashion Clothing

    Machine learning and deep learning are invaluable in optimizing supply chain operations in fashion retail. Even smaller retailers are leveraging ML algorithms to meet customer demands. Neural network models, particularly Convolution Neural Networks (CNN) are used to classify clothing images, like the Fashion-MNIST dataset, with high accuracy. Hyperparameter optimization using GridSearchCV and Nadam optimizer are…