Using TensorFlow Addons for Specialized Operations
Was this section helpful?
TensorFlow Addons Documentation, TensorFlow Addons Authors, 2023 - The official documentation for TensorFlow Addons, providing installation instructions, API references, and examples for all available components.
Decoupled Weight Decay Regularization, Ilya Loshchilov and Frank Hutter, 2019International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.1711.05101 - Introduces AdamW, an optimizer with decoupled weight decay, which is available in TensorFlow Addons and provides improved regularization compared to standard L2 regularization.
FaceNet: A Unified Embedding for Face Recognition and Clustering, Florian Schroff, Dmitry Kalenichenko and James Philbin, 2015IEEE Conference on Computer Vision and Pattern Recognition (CVPR)DOI: 10.1109/CVPR.2015.7298682 - This paper introduces the concept of using triplet loss for learning robust embeddings, a feature in TensorFlow Addons for representation learning tasks like face recognition.