All Projects → zhezh → focalloss

zhezh / focalloss

Licence: other
Focal Loss of multi-classification in tensorflow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to focalloss

Sru Deeplearning Workshop
دوره 12 ساعته یادگیری عمیق با چارچوب Keras
Stars: ✭ 66 (-12%)
Mutual labels:  classification, deeplearning
Servenet
Service Classification based on Service Description
Stars: ✭ 21 (-72%)
Mutual labels:  classification, deeplearning
Java Deep Learning Cookbook
Code for Java Deep Learning Cookbook
Stars: ✭ 156 (+108%)
Mutual labels:  classification, deeplearning
Pycm
Multi-class confusion matrix library in Python
Stars: ✭ 1,076 (+1334.67%)
Mutual labels:  classification, deeplearning
Invoicenet
Deep neural network to extract intelligent information from invoice documents.
Stars: ✭ 1,886 (+2414.67%)
Mutual labels:  classification, deeplearning
Paddlex
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
Stars: ✭ 3,399 (+4432%)
Mutual labels:  classification, deeplearning
Deepfashion
Apparel detection using deep learning
Stars: ✭ 223 (+197.33%)
Mutual labels:  classification, deeplearning
GenderClassifier
Gender_classification_challenge
Stars: ✭ 40 (-46.67%)
Mutual labels:  classification
nlp classification
Implementing nlp papers relevant to classification with PyTorch, gluonnlp
Stars: ✭ 224 (+198.67%)
Mutual labels:  classification
RetinaNet-tensorflow
RetinaNet in tensorflow
Stars: ✭ 27 (-64%)
Mutual labels:  focalloss
superpixels-segmentation
Research internship - Image segmentation by superpixels based on PyTorch
Stars: ✭ 15 (-80%)
Mutual labels:  deeplearning
volkscv
A Python toolbox for computer vision research and project
Stars: ✭ 58 (-22.67%)
Mutual labels:  classification
InstantDL
InstantDL: An easy and convenient deep learning pipeline for image segmentation and classification
Stars: ✭ 33 (-56%)
Mutual labels:  classification
Skin-Lesion-Recognition.Pytorch
Rank3 Code for ISIC 2018: Skin Lesion Analysis Towards Melanoma Detection, Task 3
Stars: ✭ 37 (-50.67%)
Mutual labels:  classification
napkinXC
Extremely simple and fast extreme multi-class and multi-label classifiers.
Stars: ✭ 38 (-49.33%)
Mutual labels:  classification
text classifier
Tensorflow2.3的文本分类项目,支持各种分类模型,支持相关tricks。
Stars: ✭ 135 (+80%)
Mutual labels:  classification
InferenceHelper
C++ Helper Class for Deep Learning Inference Frameworks: TensorFlow Lite, TensorRT, OpenCV, OpenVINO, ncnn, MNN, SNPE, Arm NN, NNabla, ONNX Runtime, LibTorch, TensorFlow
Stars: ✭ 142 (+89.33%)
Mutual labels:  deeplearning
XED
XED multilingual emotion datasets
Stars: ✭ 34 (-54.67%)
Mutual labels:  classification
img ai app boilerplate
An image classification app boilerplate to serve your deep learning models asap!
Stars: ✭ 27 (-64%)
Mutual labels:  deeplearning
pyts-repro
A repository to compare the performance between the algorithms implemented in pyts and the performance reported in the literature
Stars: ✭ 15 (-80%)
Mutual labels:  classification

Focal Loss

Lin, T.-Y., Goyal, P., Girshick, R., He, K., & Dollár, P. (2017). Focal Loss for Dense Object Detection, 130(4), 485–491. https://doi.org/10.1016/j.ajodo.2005.02.022

Implementation for focal loss in tensorflow.

This focal loss is a little different from the original one described in paper. This one is for multi-class classification tasks other than binary classifications.

The input are softmax-ed probabilities.

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].