Shipping Forecast System "TCalc EIQAI" Folder Usage Guide

Next-Generation Simulation via Logistics AI Version 2.0 (Standalone Version) Operational Management Manual

VB.NET .NET Framework 4.8 Microsoft.ML Standalone Model

1. Overview of the Shipping Forecast System

By implementing the machine learning library (Microsoft.ML), this application is a shipping forecast system that instantly simulates various predictive metrics regarding future workload and equipment loads from just two parameters—"number of delivery destinations" and "number of items"—based on trained models generated from actual shipping data[.

📌 Features of the Standalone Model:
This version is a logistics AI that operates completely independently without relying on the "EIQ_AI Model Creation Engine (Training Data Stratification Engine)"[. Simply copy the folder Tera計算EIQAI to any location—such as a USB drive, shared server, or local disk (D: drive, E: drive, etc.)—and the application will automatically recognize its deployment path upon startup[.
【Practical Significance: Portability & Instant Diagnostics】
By decoupling from heavy database construction environments, field deployment on laptops or expansion to other facilities can be completed with a simple folder copy[. Automatic path recognition eliminates setup errors during environment migration, offering a next-generation shipping forecast system (simulator)[.

2. Folder Structure of Logistics AI

To preserve the simulation environment, please place the folder structure as-is without changing its layout[.

(Any Drive)\Tera計算EIQAI\ ├─ Tera計算EIQAI.exe ... Shipping Forecast System Executable File ├─ Models\ ... Trained Model Storage Folder (.zip) │ ├─ LooseQty.zip │ ├─ LineCount.zip │ ├─ E1.zip │ └─ ... (Other machine learning model files, approx. 160 files in total) └─ PredictionResults\ ... Prediction Results CSV Output Folder └─ PredictionResults_YYYYMMDD_HHMMSS.csv
Target Folder / FileManagement ContentOperational Notes
Tera計算EIQAI.exe Main executable file of the shipping forecast system Can be placed in the root or any subfolder of any drive[.
Models\ Storage destination for the predictive brain (forecast models) generated by machine learning If any .zip model files are missing, predictions will not execute correctly[.
PredictionResults\ Save destination for simulation results Exported CSV history files accumulate automatically with timestamps[.

3. Usage Instructions (Operational Flow)

Step 1. Placement of Model Files Store pre-built machine learning .zip model files in (Install Folder)\Models\[
Step 2. Launching the Application Double-click Tera計算EIQAI.exe within the folder to launch[
Step 3. Executing Prediction Simulations ① Enter "Destinations" and "Items" ➔ ② Click "Execute Prediction" ➔ ③ Reflected in prediction grid[
Step 4. Exporting Prediction Results Click "Export Results to CSV" ➔ Automatically saved to PredictionResults\ folder[
【Operational Key Point: Quick Simulation】
The only two inputs required to execute a forecast are "estimated number of delivery destinations" and "number of active item SKUs"[. This enables users to project matrix forecasts in seconds during prototype facility design or peak volume shifts caused by seasonal fluctuations, which is the key strength of this logistics AI[.

1-2. Core Theory: Differences from Standard Time-Series AI & Fractal Generation Algorithms

① Critical Differences from Standard Time-Series AI (LSTM, Prophet, etc.)

Standard logistics AI forecasts future volume for a specific day (point-in-time forecasting) based on past volume trends (time series)[. In contrast, this system focuses not on the time axis, but on the "fractal structure (self-similarity)" inherently contained within shipping data[.

Whether destination count (E) or item count (I) decreases to "50%" or increases to "150%", micro-compositional rules of physical volume (distortion in Pareto distributions) expand or contract while maintaining self-similarity[. By utilizing this fractal property, dynamically constructing thousands of multidimensional "spatial simulation models" from a single historical pattern is the decisive distinction from conventional time-series machine learning[.

② Generation Logic for "Data Models (Virtual Scenarios)" Using Fractal Structures

When synthesizing training data models (T600) for logistics AI from raw data (T000), instead of applying simple random variations, the logistics data DNA (fractal structure) is preserved through the following steps to construct a variation space for destinations and items[:

Step Data Transformation Process Fractal Structure Utilization & Calculation Logic
Step 1
DNA Extraction
Static analysis of Pareto curves in T200 Formulates the cumulative shipping concentration (ABC rank boundary slopes) by destination (E) and item (I) from shipping data, fixing it as the facility's "volume DNA"[.
Step 2
Spatial Expansion on E/I Axes
Matrix generation via T300_Progress Expands a virtual grid space [Target E Count × Target I Count] based on configured ratios (50% to 150%) and pitch[.
Step 3
Stochastic Similar Sampling
Pseudo-synthesis across 165 fields in T600 Stochastically thins matrix cells (contraction) or interpolates while maintaining density (expansion) according to target E/I counts without altering the Pareto curve slope extracted in Step 1[.
Through this, "the volume and weight across 25 ranks at the moment destinations become 1.2x and items become 0.8x" are pseudo-synthesized with high accuracy while maintaining fractal similarity, crystallizing into a single training row in T600[.
【True Value of the Algorithm: Simulating Unprecedented Futures】
While time-series models can only follow trends extending from past history, this shipping forecast system powered by fractal space generation algorithms can dynamically back-calculate and synthesize center workloads for "unprecedented combinations of destinations and items never seen in history (e.g., during severe disasters or sudden SKU surges from large-scale M&A)" from a single pattern of historical data to pre-train logistics AI[.

Below is a clear overview of the features, mechanisms, strengths, and weaknesses of LSTM and Prophet, which are widely used as general time-series forecasting models in machine learning[.

In logistics, these models excel primarily in forecasting shipment volumes for specific future days as "points" based on past volume trends along a time axis[.

1. What is LSTM (Long Short-Term Memory)?

LSTM is an innovative AI model extending Recurrent Neural Networks (RNNs), a class of deep learning[.

Mechanism Features

While traditional AI could only process immediate data as it arrived, LSTM possesses dedicated memory cells to store historical information[. This enables simultaneous learning of both long-term dependencies (e.g., multi-month trends) and short-term fluctuations (e.g., prior-day spikes) hidden within the data[.

2. What is Prophet?

Prophet is an open-source statistics-based time-series forecasting model developed by Meta (formerly Facebook)[.

Mechanism Features

Unlike complex deep learning models, Prophet is constructed using an additive model aligned with human intuition[. Specifically, it decomposes time-series data into four components[:

Forecast Value = Long-Term Trend + Seasonality (Yearly/Weekly/Daily) + Holiday/Event Effects + Error

Comparison Summary

Evaluation Item LSTM (Deep Learning) Prophet (Statistical Additive Model)
Approach Self-learning of complex patterns Component decomposition (Trend + Seasonality + Holidays)
Required Data Volume Large (Tens/hundreds of thousands of rows recommended) Works with small data (A few years of daily records)
Predictive Rationale Difficult to explain (Black box) Extremely easy to explain (Visualized by component)
Implementation Difficulty High (Requires domain expertise & tuning) Low (Intuitive with excellent auto-optimization)
Optimal Data Types Complex volume forecasts driven by multiple interwoven factors Volume forecasts with clear weekly or seasonal cycles

Difference from the "Fractal Structure Model" in the Logistics AI Portal

Both LSTM and Prophet rely on time (time series) as their horizontal axis to predict future "points"[.

On the other hand, the spatial model utilizing the fractal structure (self-similarity) of shipping data in our shipping forecast system (TCalc EIQAI) uses the ratio of delivery destinations (E) and item counts (I) as its primary axis rather than time[. Because it simulates "how the entire distribution matrix changes self-similarly when E or I scales by X-fold," it can dynamically reveal capacity limits for new facility consolidations that lie outside historical continuations, setting its design philosophy apart from time-series models[.

The greatest strength of the spatial model based on fractal self-similarity is its ability to simulate drastic structural changes (unprecedented futures) that general time-series machine learning models (LSTM, Prophet) struggle to handle[.

Below are key application fields and concrete practical examples illustrating how this capability is applied in business[.

1. Primary Application Fields

This spatial model demonstrates its true value during phases where network structures or underlying conditions change dramatically, rather than tracking gradual incremental shifts over time[.

2. Practical Use Cases of the Shipping Forecast System

Example 1: Consolidation of Two Distribution Centers (M&A / Facility Consolidation)

【Background】 A project launches to consolidate Center A (East Japan: 800 destinations / 5,000 SKUs) and Center B (West Japan: 600 destinations / 3,000 SKUs) into a single major new facility[.

Example 2: Adding "Long-Tail SKUs" During Rapid E-Commerce Expansion

【Background】 An e-commerce logistics hub (10,000 destinations / 2,000 SKUs) decides to triple its active SKUs to 6,000 (long-tail strategy) for competitive differentiation[.

Example 3: "Extreme Contraction Simulation" During Severe Disasters (BCP)

【Background】 Simulating extreme BCP scenarios during major disasters, where supply chains sever, inbound SKUs drop to 50%, and deliverable destinations contract to 60%[.

Conclusion

Spatial models utilizing fractal structures act as "cloning technology using a logistics facility's DNA"[.

Unlike time-series AI that merely traces past trends, freely scaling the genetic parameters (E and I ratios) allows users to digitally generate unprecedented logistics centers and safely conduct stress tests on paper[. This capability is why this shipping forecast system is prized as a foundation for logistics digital twins[.

Idea: What about mixing EIQ data across various industries for AI training to incorporate Quantity Q?

The idea of "pre-mixing shipping data across different industries into a single dataset for AI training" is a highly dynamic and compelling approach[. It aligns closely with concepts like Multi-Task Learning or Foundation Models in machine learning, holding immense potential to breakthrough the shipping forecast system[.

However, due to the nature of logistics data, simply mixing raw data risks confusing the logistics AI and significantly degrading predictive accuracy (negative transfer)[.

Below is an analysis of the powerful advantages of this idea alongside essential conditions for successful implementation[.

Key Advantages (Value of the Idea)

1. Simulating "Unknown Hybrid Industries" Missing from Past Data

By combining data from apparel (high E/I, minimal Q) and consumer goods wholesale (moderate E/I/Q), the AI can smoothly interpolate spatial models for industries that do not yet exist in reality or lack company records (e.g., cutting-edge joint delivery hubs combining apparel and FMCG)[.

2. Deep AI Understanding of "Physical Correlation Limits" in E, I, and Q

Mixing cross-industry data allows logistics AI to robustly learn human physical work limits and cross-industry mathematical DNA (e.g., "no matter how SKU count I expands, loose picking quantity Q per order converges along this Pareto line"), preventing major forecast breakdowns compared to single-dataset training[.

⚠️ Critical Implementation Risks & Countermeasures

Shipping data contains industry-specific units (pieces, cases, lots, weight, volume)[. Simply combining them without normalization causes logistics AI to lose distinction between "1 piece of apparel" and "1 case of beverage (24 bottles, 12kg)," causing regression formulas to fail[.

To succeed, a unified "normalization standard" is required through the following three techniques[:

① 【Critical】Converting Absolute Quantities into "Q Ratios" Before Mixing

Do not mix raw shipment quantities (10,000 units, 500 cases) directly[. Cleanse and normalize data into "Q ratios (0.5 to 3.0)" relative to facility baselines (100%), allowing apparel and heavy machinery parts to share the same fractal machine learning framework[.

② Adding an "Industry Feature Flag" to Input Parameters

If input variables remain limited to [Destinations, Items], the logistics AI will fail to understand why volume Q varies drastically for identical E and I values[. Adding an explicit third parameter—such as [Destinations, Items, Industry Weight Profile (1=Light Loose, 2=Medium Case, 3=Heavy Freight)]—is essential[.

③ Leveraging Full Power in 25-Rank "Volume and Weight" Forecasts

While piece counts vary in meaning across sectors, physical units like volume ($m^3$) and weight (kg) are 100% universal[. Mixed-data learning delivers extraordinary power when predicting 25-rank volume and weight models across all industries[.

Conclusion on the Idea

Conditioned on Q normalization and industry profile parameters, the idea of cross-industry dataset training is an outstanding strategy that elevates the system into a top-tier machine learning architecture[.

Realizing this opens the door to an industry-defining commercial platform[:

"Our shipping forecast system is a **Universal Logistics Prediction Engine** containing shipping DNA from all industries[. Input a few days of raw data, and it automatically detects your profile and launches your digital twin[."

Creating industry-specific models seems better to preserve unique EIQ characteristics per industry.

Precisely[! That insight reflects a deep understanding of practical logistics operations[.

Rather than forcing diverse datasets into a single model, creating "industry-specific independent models (specialized AI brains)" is far more rational and yields vastly superior predictive accuracy, as it preserves 100% pure EIQ DNA per sector[.

Below is why industry-specific models excel, along with a smart architecture for implementation[.

1. Why Industry-Specific Models Are Superior

In logistics data, shipping characteristics represent completely distinct geometric structures across industries[:

Forcing a single model to learn all sectors causes logistics AI regression to fall into an "averaging trap" between smooth waves and vertical walls, yielding inaccurate predictions across all sectors[.

Therefore, separating models into "Apparel Brains," "Pharma Brains," and "Beverage Brains" is the best method to preserve fractal self-similarity[.

2. Operational Example of Industry-Specific Models

Structuring the shipping forecast system as a "plug-in" architecture maximizes the strengths of the standalone version[:

Folder Structure Layout

Organize subfolders or add industry codes within the Models\ folder defined in foruda-siyouhouhou-eng.html[:

(Any Drive)\Tera計算EIQAI\ ├─ Tera計算EIQAI.exe ... Shipping Forecast System (Common Engine) ├─ Models_Apparel\ ... Apparel Specialized Models (.zip) ├─ Models_Medical\ ... Medical Specialized Models (.zip) └─ Models_Beverage\ ... Beverage Specialized Models (.zip)

User Interface Experience

When users launch the system, they select an "Industry Template" from a dropdown menu[:

[ Select Industry Model ] Selection: ▼ Apparel E-Commerce / Medical Joint Delivery / FMCG & Beverage Wholesale (High Q)

Selecting "FMCG & Beverage Wholesale" automatically loads the 160 zip files in Models_Beverage\ into memory[. Entering E and I instantly restores a 25-matrix grid reflecting beverage wholesale DNA with high precision[.

3. Commercial & Development Advantages

  1. Turnkey Logistics Consulting Templates: Enables commercialization as specialized solutions (e.g., "Bundled with 30 years of food wholesale AI models")[.

  2. Dramatically Faster Training & Easy Maintenance: Training sector-specific models takes minutes in Access (.accdb) and ML.NET on local PCs, allowing seamless folder updates when retraining specific sectors[.

Conclusion

Separating models by industry to preserve pure characteristics is the ideal path for software robustness, forecast accuracy, and future commercial expansion[.

Combining industry models (E×I geometry) with volume variations (Q thickness) turns this logistics AI forecast system into a complete operational tool capable of simulating any logistics environment[.

So that means we can build models using E and I without adding Q as an input?

Exactly[! That is the ultimate conclusion[.

When operating dedicated models by industry (Apparel, Pharma, Beverage), building models using only two input parameters—"Destinations (E)" and "Items (I)"—is completely sufficient and ideal[. In fact, it makes the machine learning system far cleaner and more efficient[.

3 Reasons Why E and I Inputs Are Sufficient

1. Industry Selection Already Fixes Quantity Q Baselines

When a user selects "Apparel E-Commerce Model" and inputs E and I, the underlying model (Models_Apparel) already contains apparel-specific Q baselines (DNA) (e.g., 1.2 pieces per line, light unit weight/volume)[. The logistics AI accurately restores the 25-matrix grid volume and weight without needing explicit Q inputs[.

2. Quantity Q Naturally Derives from E and I

In logistics, shipment volume Q is an output (target variable) resulting from how many customers (E) order how many SKUs (I) in a given industry model[. Restricting input variables to E and I keeps the ML.NET SDCA regression pipeline clean, preventing overfitting and calculation noise[.

3. Minimizes User Input Burden

In practical simulations, future numbers available to facility planners or consultants are destination counts (E) and SKU counts (I)[. Requiring estimated total shipment units (Q) adds unnecessary pre-calculations and reduces system usability[.

The current interface—where users simply enter E and I while backend industry models auto-generate 160 matrix parameters—functions perfectly for practical operations[.

Final Conclusion: The Ultimate Architecture

Combining these insights establishes a clean, powerful development roadmap[:

This architecture allows the system to evolve into a universal logistics digital twin supporting any industry worldwide simply by adding industry template selection and organized Models folders, without requiring major rewrites to core matrix logic[.