An AI-powered neural network that solves quadratic equations (ax² + bx + c = 0
). Predicts roots, compares with exact solutions, and visualizes results.
- 🧠 Pre-trained model: Accuracy ~95% on real roots
- 📊 Graphs: Plotting equations via Matplotlib
- 🚀 Easy setup: Run with
python model.py
git clone https://github.com/yourusername/neuroquadra.git
pip install -r requirements.txt
python model.py