Java Transfer Learning for Image Classification with Small Dataset
Author(s): Kexin Feng Originally published on Towards AI. Deep learning has shown its strong power in solving problems in various areas like CV, NLP, reinforcement learning, etc., which generates numerous examples of successful applications. However, for a very specific customized task, like …
Deploy HuggingFace NLP Models in Java With Deep Java Library
Author(s): Kexin Feng Originally published on Towards AI. A step-by-step demonstration with HuggingFace question answering model. Authors: Kexin Feng, Cheng-Che Lee HuggingFace is one of the most popular natural language processing (NLP) toolkits built on top of PyTorch and TensorFlow. It has …