Section 01
Introduction: Building a Feedforward Neural Network from Scratch for Protein Folding State Classification
This project is developed and maintained by ptan123, released on GitHub (Project title: FFNN_Project, Link: https://github.com/ptan123/FFNN_Project, Release date: June 15, 2026). The core content is to implement a feedforward neural network from scratch using only NumPy, perform three-class classification (folded, intermediate, unfolded states) on molecular dynamics simulation data of the Trp-cage mini-protein, aiming to gain an in-depth understanding of the mathematical principles behind neural networks.