Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:47 +08:00
commit 538ca9a8f6
8 changed files with 169 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for neural-network-builder skill
- [ ] build_network.py: Script to build a neural network based on a given configuration.
- [ ] train_network.py: Script to train a neural network using specified data and parameters.
- [ ] evaluate_network.py: Script to evaluate the performance of a trained neural network.
- [ ] visualize_network.py: Script to visualize the architecture and performance of a neural network.