5D Neural Network Interpolator Documentation ============================================ Introduction ------------ This application allows you to upload 5D datasets, train neural networks, and make predictions. The system consists of: - Backend API (FastAPI) - Frontend (Next.js) - Neural Network Package (PyTorch) Contents -------- .. toctree:: :maxdepth: 2 installation user_guide usage_examples api_reference performance_profiling testing project_approach