All Projects → Tony607 → Focal_Loss_Keras

Tony607 / Focal_Loss_Keras

Licence: other
Multi-class classification with focal loss for imbalanced datasets

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Focal Loss Keras

classification
Catalyst.Classification
Stars: ✭ 35 (-53.95%)
Mutual labels:  classification, focal-loss
neuralBlack
A Multi-Class Brain Tumor Classifier using Convolutional Neural Network with 99% Accuracy achieved by applying the method of Transfer Learning using Python and Pytorch Deep Learning Framework
Stars: ✭ 36 (-52.63%)
Mutual labels:  classification
kaggle-human-protein-atlas-image-classification
Kaggle 2018 @ Human Protein Atlas Image Classification
Stars: ✭ 34 (-55.26%)
Mutual labels:  classification
napkinXC
Extremely simple and fast extreme multi-class and multi-label classifiers.
Stars: ✭ 38 (-50%)
Mutual labels:  classification
HRFormer
This is an official implementation of our NeurIPS 2021 paper "HRFormer: High-Resolution Transformer for Dense Prediction".
Stars: ✭ 357 (+369.74%)
Mutual labels:  classification
focalloss
Focal Loss of multi-classification in tensorflow
Stars: ✭ 75 (-1.32%)
Mutual labels:  classification
GenderClassifier
Gender_classification_challenge
Stars: ✭ 40 (-47.37%)
Mutual labels:  classification
sp segmenter
Superpixel-based semantic segmentation, with object pose estimation and tracking. Provided as a ROS package.
Stars: ✭ 33 (-56.58%)
Mutual labels:  classification
ProbQA
Probabilistic question-asking system: the program asks, the users answer. The minimal goal of the program is to identify what the user needs (a target), even if the user is not aware of the existence of such a thing/product/service.
Stars: ✭ 43 (-43.42%)
Mutual labels:  classification
XED
XED multilingual emotion datasets
Stars: ✭ 34 (-55.26%)
Mutual labels:  classification
MLLabelUtils.jl
Utility package for working with classification targets and label-encodings
Stars: ✭ 30 (-60.53%)
Mutual labels:  classification
nlp classification
Implementing nlp papers relevant to classification with PyTorch, gluonnlp
Stars: ✭ 224 (+194.74%)
Mutual labels:  classification
Opensource OBIA processing chain
An open-source semi-automated processing chain for urban OBIA classification.
Stars: ✭ 75 (-1.32%)
Mutual labels:  classification
pyts-repro
A repository to compare the performance between the algorithms implemented in pyts and the performance reported in the literature
Stars: ✭ 15 (-80.26%)
Mutual labels:  classification
snomed-owl-toolkit
The official SNOMED CT OWL Toolkit. OWL conversion, classification and authoring support.
Stars: ✭ 58 (-23.68%)
Mutual labels:  classification
volkscv
A Python toolbox for computer vision research and project
Stars: ✭ 58 (-23.68%)
Mutual labels:  classification
Dimensionality-reduction-and-classification-on-Hyperspectral-Images-Using-Python
In this repository, You can find the files which implement dimensionality reduction on the hyperspectral image(Indian Pines) with classification.
Stars: ✭ 63 (-17.11%)
Mutual labels:  classification
eeg-rsenet
Motor Imagery EEG Signal Classification Using Random Subspace Ensemble Network
Stars: ✭ 24 (-68.42%)
Mutual labels:  classification
hmm
A Hidden Markov Model implemented in Javascript
Stars: ✭ 29 (-61.84%)
Mutual labels:  classification
tensorflow-image-classificator
HTTP service for Tensorflow images classification model
Stars: ✭ 15 (-80.26%)
Mutual labels:  classification

Multi-class classification with focal loss for imbalanced datasets | DLology Blog

How to Run

Clone or download this repo

git clone https://github.com/Tony607/Focal_Loss_Keras

Install required libraries

pip install -r requirements.txt

Download the fraud data set from Kaggle and extract the csv file to input folder in the project directory. https://www.kaggle.com/ntnu-testimon/paysim1

In the project start a command line, run

jupyter notebook

For baseline model, in the opened browser window open

keras_base_line.ipynb.ipynb

For focal loss model, open

keras_focal_loss.ipynb

Happy coding! Leave a comment if you have any question.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].