JavaEdge
Author

JavaEdge

First‑line development experience at multiple leading tech firms; now a software architect at a Shanghai state‑owned enterprise and founder of Programming Yanxuan. Nearly 300k followers online; expertise in distributed system design, AIGC application development, and quantitative finance investing.

371
Articles
0
Likes
109
Views
0
Comments
Recent Articles

Latest from JavaEdge

100 recent articles max
JavaEdge
JavaEdge
Apr 21, 2025 · Artificial Intelligence

How to Build a LangChain4j MCP Tool Provider with Docker and GitHub Integration

This tutorial explains how to use LangChain4j's Model Context Protocol (MCP) to create a tool provider, configure HTTP or stdio transports, run a GitHub MCP server in Docker, and employ a language model to summarize recent repository commits, complete with code samples and logging customization.

AIDockerGitHub
0 likes · 11 min read
How to Build a LangChain4j MCP Tool Provider with Docker and GitHub Integration
JavaEdge
JavaEdge
Mar 30, 2025 · Artificial Intelligence

How GenAI Can Transform E‑Commerce Product Review Analysis

This article examines the critical role of product reviews for buyers and sellers, outlines the limitations of traditional review processing, and proposes a GenAI‑powered solution—including platform and model choices, batch inference, and semantic search—to efficiently analyze large‑scale e‑commerce feedback.

Batch ProcessingGenAINLP
0 likes · 12 min read
How GenAI Can Transform E‑Commerce Product Review Analysis
JavaEdge
JavaEdge
Mar 27, 2025 · Artificial Intelligence

Can a Single LLM Both See and Reason? Exploring Visual Reasoning Models (VRM)

This article examines the limitations of current vision‑language and reasoning models, proposes a visual reasoning model (VRM) that can process images and perform deep logical inference, and discusses architecture, training methods, reinforcement‑learning reward designs, and practical challenges.

Artificial IntelligenceLLMVision Language Model
0 likes · 8 min read
Can a Single LLM Both See and Reason? Exploring Visual Reasoning Models (VRM)
JavaEdge
JavaEdge
Mar 16, 2025 · Artificial Intelligence

Boost NLP Data Quality with Multi‑Stage Back‑Translation Augmentation

This article explains the core principles, implementation steps, and practical challenges of using multi‑language back‑translation to enrich text data, provides Python code for a configurable augmentation pipeline, showcases e‑commerce and financial use cases, and presents evaluation metrics that demonstrate significant gains in semantic fidelity and model performance.

NLPPythonback-translation
0 likes · 9 min read
Boost NLP Data Quality with Multi‑Stage Back‑Translation Augmentation
JavaEdge
JavaEdge
Mar 15, 2025 · Artificial Intelligence

Boost NLP Model Performance with n-gram Feature Engineering

This article explains why feature engineering is crucial for NLP tasks, introduces n‑gram enhancements, provides Python implementations for generating bi‑gram and higher‑order features, demonstrates dynamic padding for text length standardization, and offers practical deployment tips such as feature dimension control and monitoring.

NLPPythondeep learning
0 likes · 7 min read
Boost NLP Model Performance with n-gram Feature Engineering
JavaEdge
JavaEdge
Mar 12, 2025 · Artificial Intelligence

How to Analyze Chinese Sentiment Text Data: From Stats to Word Clouds

This article guides Java developers through a complete Chinese sentiment‑analysis dataset exploration, covering label distribution, sentence length statistics, vocabulary counts, adjective extraction, and visual word‑cloud generation using Python libraries such as pandas, seaborn, jieba, and wordcloud.

Data VisualizationNLPPython
0 likes · 10 min read
How to Analyze Chinese Sentiment Text Data: From Stats to Word Clouds
JavaEdge
JavaEdge
Mar 11, 2025 · Artificial Intelligence

How to Convert Text into Tensors: One‑Hot, Word2Vec, FastText & Visualization

This tutorial explains how to transform raw text into tensor representations using one‑hot encoding, Word2Vec, and FastText, provides step‑by‑step code examples, discusses their advantages and drawbacks, and shows how to visualize embeddings with TensorBoard.

Word2vecfasttextone-hot
0 likes · 8 min read
How to Convert Text into Tensors: One‑Hot, Word2Vec, FastText & Visualization
JavaEdge
JavaEdge
Mar 1, 2025 · Artificial Intelligence

What Are AI Agents? Risks, Benefits, and Future Directions

This article explores the rapid rise of AI agents, defining their autonomy spectrum, examining ethical risks and potential benefits across dimensions such as accuracy, assistiveness, fairness, and safety, and outlines current Hugging Face tools and recommendations for responsible development and future research.

AI AgentEthicsautonomy
0 likes · 27 min read
What Are AI Agents? Risks, Benefits, and Future Directions
JavaEdge
JavaEdge
Feb 27, 2025 · Artificial Intelligence

How to Quickly Build a DeepSeek‑Powered Knowledge Base on Tencent Cloud

This guide walks through deploying the full‑feature DeepSeek V3+R1 model on Tencent Cloud, configuring a smart knowledge‑base application, importing documentation, enabling internet search, tuning retrieval parameters, and publishing the app for public use, all without writing code.

AIDeepSeekKnowledge Base
0 likes · 6 min read
How to Quickly Build a DeepSeek‑Powered Knowledge Base on Tencent Cloud