arxiv.org/abs/2109.12026v1
ICD-9 coding is a relevant clinical billing task, where unstructured texts with information about a patient's diagnosis and treatments are annotated with multiple ICD-9 codes. Automated ICD-9 coding is an active research field, where CNN- and RNN-bas...
arxiv.org/abs/2206.09385v2
Deep neural networks for image classification only learn to map in-distribution inputs to their corresponding ground truth labels in training without differentiating out-of-distribution samples from in-distribution ones. This results from the assumpt...
github.com/Jando93/Sentinel-1-unsupervised-burned-area-detection
This code represents a processing workflow for the unsupervised detection and mapping of burned areas using SAR Sentinel-1 (S-1) satellite data (https://sentinel.esa.int/web/sentinel/missions/sentinel-1). It was developed by implementing ESA-snappy (https://se…
github.com/TechnikEmpire/NsfwSqueezenet
Caffe Squeezenet model for binary classification of pornographic/non-pornographic material (⭐ 65)
arxiv.org/abs/2006.09772v2
Mitotic counting is a vital prognostic marker of tumor proliferation in breast cancer. Deep learning-based mitotic detection is on par with pathologists, but it requires large labeled data for training. We propose a deep classification framework for...
github.com/charlesq34/pointnet
PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation (⭐ 5355)
arxiv.org/abs/1803.03415v2
The clothing fashion reflects the common aesthetics that people share with each other in dressing. To recognize the fashion time of a clothing is meaningful for both an individual and the industry. In this paper, under the assumption that the clothin...
arxiv.org/abs/2508.19323v1
Steganography is technique of hiding a data under cover media using different steganography tools. Image steganography is hiding of data (Text/Image/Audio/Video) under a cover as Image. This review paper presents classification of image steganography...
arxiv.org/abs/2511.20087v1
Bayesian additive regression trees (BART) are popular Bayesian ensemble models used in regression and classification analysis. Under this modeling framework, the regression function is approximated by an ensemble of decision trees, interpreted as wea...
www.bing.com/ck/a?!&&p=119aa4a74a83d1aef53cfb1cbe385e8e3c5e21529c1701ed3085755b8f46220bJmltdHM9MTc3MjY2ODgwMA&ptn=3&ver=2&hsh=4&fclid=373998aa-3fda-6984-390d-8fb93e616865&u=a1aHR0cHM6Ly93d3cudGhlc3BydWNlLmNvbS90aGUtZGlmZmVyZW5jZS1iZXR3ZWVuLXRyZWVzLWFuZC1zaHJ1YnMtMzI2OTgwNA&ntb=1
May 6, 2025 · A shrub is a woody plant with several stems, and it is bushy when it grows densely and closer to the ground. Think of a shrub as the scientific classification of a plant, while a bush is a …
arxiv.org/abs/2112.03723v1
Online learning algorithms have become a ubiquitous tool in the machine learning toolbox and are frequently used in small, resource-constraint environments. Among the most successful online learning methods are Decision Tree (DT) ensembles. DT ensemb...
github.com/PRIS-CV/Mutual-Channel-Loss
Code release for The Devil is in the Channels: Mutual-Channel Loss for Fine-Grained Image Classification (TIP 2020) (⭐ 262)
en.wikipedia.org/wiki/Escort_carrier
The escort carrier or escort aircraft carrier (U.S. hull classification symbol CVE), also called a "jeep carrier" or "baby flattop" in the United States
arxiv.org/abs/2501.01525v1
We consider the problem of transfer learning in outlier detection where target abnormal data is rare. While transfer learning has been considered extensively in traditional balanced classification, the problem of transfer in outlier detection and mor...
arxiv.org/abs/1710.06319v2
With tens of thousands of electrocardiogram (ECG) records processed by mobile cardiac event recorders every day, heart rhythm classification algorithms are an important tool for the continuous monitoring of patients at risk. We utilise an annotated d...
github.com/jrjames83/Keras-Gates-vs-Bezos-Image-Classifier
Hours of step by step training using keras to do image classification using convnets from scratch, transfer learning and fine tuning. We also review visual similarity strategies and handle 2 use cases: Jeff Bezos vs Bill Gates, then Border Collie vs Yellow Lab…
arxiv.org/abs/1312.0365v5
The law of total probability may be deployed in binary classification exercises to estimate the unconditional class probabilities if the class proportions in the training set are not representative of the population class proportions. We argue that t...
arxiv.org/abs/1310.3607v1
Most existing work on predicting NCAAB matches has been developed in a statistical context. Trusting the capabilities of ML techniques, particularly classification learners, to uncover the importance of features and learn their relationships, we eval...
arxiv.org/abs/1706.06150v2
The infinitesimal jackknife (IJ) has recently been applied to the random forest to estimate its prediction variance. These theorems were verified under a traditional random forest framework which uses classification and regression trees (CART) and bo...
github.com/onehaitao/Att-BLSTM-relation-extraction
Implementation of Attention-Based Bidirectional Long Short-Term Memory Networks for Relation Classification. (⭐ 77)