# mnielsen_nnadl **Repository Path**: chatopera_admin/mnielsen_nnadl ## Basic Information - **Project Name**: mnielsen_nnadl - **Description**: Neural Network and Deep Learning https://github.com/mnielsen/neural-networks-and-deep-learning - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 80 - **Created**: 2024-11-13 - **Last Updated**: 2024-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mnielsen_nnadl https://github.com/mnielsen/neural-networks-and-deep-learning 教材源码:《深入浅出神经网络与深度学习-中文.pdf 》 ## Run ``` cd mnielsen_nnadl pip install -r requirements.txt cd src/ python run/run_p71.py ``` Visual Diagrams ``` python visual/accuracy.py python visual/loss.py ```