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 …
Forecast the Future in a Timeseries Data With Deep Java Library (DJL)
Author(s): Kexin Feng Originally published on Towards AI. A demonstration of the M5forecasting dataset Authors: Junyuan Zhang, Kexin Feng Time-series data are everywhere in the real world, e.g., the price change of assets in a market, the sales of commodities, the number …
Running an NLP Bert or Machine Learning Model from HuggingFace in Java
Author(s): Carlos Aguayo Originally published on Towards AI. This member-only story is on us. Upgrade to access all of Medium. HuggingFace has made it extremely easy to run Machine Learning models in Python. But what if you need to run these models …
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 …