Files
TinyTorch/modules/source
Vijay Janapa Reddi 79b045e1b6 Implement comprehensive inline testing for Networks module
- Replace existing tests with comprehensive educational tests
- Add 10 comprehensive test cases covering Sequential networks and MLP creation
- Include different architectures (shallow, deep, wide), activation functions
- Add real ML scenarios: spam detection, image classification, regression
- Test network composition, parameter counting, and transfer learning
- Provide detailed feedback, hints, and progress tracking
- Follow inline-first testing approach for immediate feedback
2025-07-12 19:47:19 -04:00
..