554 skills found · Page 3 of 19
closest-git / LiteMORTA memory efficient GBDT on adaptive distributions. Much faster than LightGBM with higher accuracy. Implicit merge operation.
shreyas0906 / Object Detection With Deep Learning And Sliding WindowIntroduces an approach for object detection in an image with sliding window. The repository contains three files, make_data.py reads the image in gray scale and converts the image into a numpy array. The labels are also appended based on the file name. In this case, if the file name starts with "trn", then 1 is appended else 0. Finally, all the images and labels are saved into .npy file. The test-model-1.py file loads the images and converts the labels into two categories as we are doing binary classification of images. The model is built using keras with theano as backend. In this case, the best training accuracy was 80% since the data was just 500 images and the testing accuracy was 67%
neptune-ai / Blog Binary Classification MetricsCodebase for the blog post "24 Evaluation Metrics for Binary Classification (And When to Use Them)"
devanshkv / FetchA set of deep learning models for FRB/RFI binary classification.
rlilojr / Detecting Malicious URL Machine LearningNo description available
ralbertazzi / BnnTraining and Implementation of a CNN for image classification with binary weights and activations on FPGA with HLS tools
takashiishida / Pconf[NeurIPS 2018] Code for the paper "Binary Classification from Positive-Confidence Data"
ShawnyXiao / 2018 Tencent Lookalike2018-腾讯广告算法大赛-相似人群拓展(初赛):10th/1563 (Top 0.64%)
Swastik-25 / Imbalanced Data With SMOTE TechniquesThis repository contains implementation of some techniques like SMOTE, ADASYN, SMOTE + Tomek Links, SMOTE + ENN to overcome class imbalance in a binary classification problem.
joaoaleite / ToLD BrToxic Language Detection in Social Media for Brazilian Portuguese: New Dataset and Multilingual Analysis
wangz10 / Class ImbalanceJupyter Notebook presentation for class imbalance in binary classification
anindox8 / Ensemble Of Multi Scale CNN For Dermatoscopy ClassificationFully supervised binary classification of skin lesions from dermatoscopic images using an ensemble of diverse CNN architectures (EfficientNet-B6, Inception-V3, SEResNeXt-101, SENet-154, DenseNet-169) with multi-scale input.
OSUSecLab / SymGenImplementation of "Beyond Classification: Inferring Function Names in Stripped Binaries via Domain Adapted LLMs" (NDSS'25)
orchardbirds / BokbokbokCustom Loss Functions and Evaluation Metrics for XGBoost and LightGBM
vanAmsterdam / Lidc Binary ClassificationThis repository contains code to pre-process the LIDC-IDRI dataset of CT-scans with pulmonary nodules into a binary classification problem, easy to use for learning deep learning
wilsonlsm006 / NLP BERT Binary Classification使用BERT模型用于二分类任务
hernanrazo / Human Voice DetectionBinary classification problem that aims to classify human voices from audio recordings. Implemented using PyTorch and Librosa.
chen0040 / Keras Malicious Url DetectorMalicious URL detector using keras recurrent networks and scikit-learn classifiers
ncordon / ImbalanceNo description available
neuluis / Hcaptcha SolverAutomated hCaptcha solver using binary image classification networks