84,475 research outputs found

    Breast Cancer Detection using Residual Convolutional Neural Network and Weighted Loss

    Get PDF
    This research presents a breast cancer detection system using deep learning method. Breast cancer detection in a large slide of biopsy image is a hard task because it needs manual observation by a pathologist to find the malignant region. The deep learning model used in this research is made up of multiple layers of the residual convolutional neural network, and instead of using another type of classifier, a multilayer neural network was used as the classifier and stacked together and trained using end-to-end training approach. The system is trained using invasive ductal carcinoma dataset from the Hospital of the University of Pennsylvania and The Cancer Institute of New Jersey. From this dataset, 80% and 20% were randomly sampled and used as training and testing data respectively. Training a neural network on an imbalanced dataset is quite challenging. Weighted loss function was used as the objective function to tackle this problem. We achieve 78.26% and 78.03% for Recall and F1-Score metrics, respectively which are an improvement compared to the previous approach.This research presents a breast cancer detection system using deep learning method. Breast cancer detection in a large slide of biopsy image is a hard task because it needs manual observation by a pathologist to find the malignant region. The deep learning model used in this research is made up of multiple layers of the residual convolutional neural network, and instead of using another type of classifier, a multilayer neural network was used as the classifier and stacked together and trained using end-to-end training approach. The system is trained using invasive ductal carcinoma dataset from the Hospital of the University of Pennsylvania and The Cancer Institute of New Jersey. From this dataset, 80% and 20% were randomly sampled and used as training and testing data respectively. Training a neural network on an imbalanced dataset is quite challenging. Weighted loss function was used as the objective function to tackle this problem. We achieve 78.26% and 78.03% for Recall and F1-Score metrics, respectively which are an improvement compared to the previous approach

    Classification of hydrometeors based on polarimetric radar measurements: development of fuzzy logic and neuro-fuzzy systems, and in situ verification

    Get PDF
    Includes bibliographical references (page 164).A fuzzy logic and neuro-fuzzy system for classification of hydrometeor type based on polarimetric radar measurements is described in this paper. The hydrometeor classification system is implemented by using fuzzy logic and a neural network, where the fuzzy logic is used to infer hydrometeor type, and the neural network learning algorithm is used for automatic adjustment of the parameters of the fuzzy sets in the fuzzy logic system according to prior knowledge. Five radar measurements, namely, horizontal reflectivity (ZH), differential reflectivity (ZDR), differential propagation phase shift (KDP), correlation coefficient [ρHV(0)], and linear depolarizationratio (LDR), and corresponding altitude, have been used as input variables to the neuro-fuzzy network. The output of the neuro-fuzzy system is one of the many possible hydrometeor types: 1) drizzle, 2) rain, 3) dry and low density snow, 4) dry and high-density crystals, 5) wet and melting snow, 6) dry graupel, 7) wet graupel, 8)small hail, 9) large hail, and 10) a mixture of rain and hail. The neuro-fuzzy classifier is more advantageous than a simple neural network or a fuzzy logic classifier because it is more transparent (instead of a "black box") and can learn the parameter of the system from the past data (unlike a fuzzy logic system). The hydrometeor classifier has been applied to several case studies and the results are compared against in situ observations

    A Multiple Classifier System for Predicting Best-Selling Amazon Products

    Get PDF
    In this work, I examine a dataset of Amazon product metadata and propose a heterogeneous multiple classifier system for the task of identifying best-selling products in multiple categories. This system of classifiers consumes the product description and the featured product image as input and feeds them through binary classifiers of the following types: Convolutional Neural Network, Na¨ıve Bayes, Random Forest, Ridge Regression, and Support Vector Machine. While each individual model is largely successful in identifying best-selling products from non best-selling products and from worst-selling products, the multiple classifier system is shown to be stronger than any individual model in the majority of cases of identifying best-selling products from non best-selling products, and achieves up to 83.3% accuracy, depending on the product category. To my best knowledge, this research is the first application of ensemble learning to Amazon product data of this type and the first use of product images and Convolutional Neural Networks to predict product success
    corecore