Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 3.1 KB

File metadata and controls

59 lines (46 loc) · 3.1 KB

CortexGPT Documentation

Welcome to the CortexGPT documentation! This directory contains all technical documentation, guides, and development notes for the project.

📚 Documentation Structure

📖 Guides - User & Training Documentation

🔧 Development - Project Progress & Updates

🧪 Technical - Research & Analysis

🗺️ Quick Navigation

For New Users

  1. Start with the Training Guide
  2. Check Architecture Overview for understanding the model
  3. Read Training Tips for best practices

For Developers

  1. Review Project Status for current state
  2. Check Fixes Summary for recent changes
  3. Understand stability improvements in Phase 1 Summary

For Researchers

  1. Explore Technical Analysis directory for in-depth research
  2. Review mathematical proofs and stability analysis
  3. Compare with other memory-augmented architectures

📋 Document Status

Document Status Last Updated Purpose
Training Guide ✅ Active 2025-01 Primary user guide
Training Optimization ✅ Active 2025-01 Performance tuning
Learning Rate Fix ✅ Active 2025-01 Issue resolution
Project Status ✅ Active 2025-01 Progress tracking
Architecture 📝 Draft 2024 Design overview
Technical Analyses 🔬 Research 2024 Research notes

🤝 Contributing

When adding new documentation:

  1. Place user guides in guides/
  2. Place development notes in development/
  3. Place research/analysis in technical/
  4. Update this README with links to new documents