Section 01
[Introduction] Core Overview of the Privacy-Preserving Neural Network Project
This project is a graduation thesis completed by Kuber Shahi from Ashoka University in December 2021. It combines a neural network built from scratch with cryptographic primitives to enable neural network training in a three-party secure computation (3PC) environment without directly sharing raw sensitive data. The core technologies reference the SecureNN and SecureML papers, including a plaintext baseline neural network and a secure computation module, solving the conflict between data privacy and model training, and providing a runnable reference implementation for privacy-preserving machine learning (PPML).