Files
2025-11-29 18:51:47 +08:00

9 lines
439 B
Markdown

# 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.