| {% extends "layout.html" %} | |
| {% block content %} | |
| <h1 class="text-3xl font-bold mb-4">About This Platform</h1> | |
| <p class="text-gray-700 leading-relaxed"> | |
| This platform is built to explain machine learning algorithms in a clear and structured way. | |
| It covers supervised, unsupervised, semi-supervised, reinforcement learning, ensemble methods, | |
| and optimization techniques for students and beginners. | |
| </p> | |
| <p class="text-gray-700 mt-4 leading-relaxed"> | |
| The goal is to provide conceptual understanding with practical explanations, | |
| without requiring login or personal data. | |
| </p> | |
| {% endblock %} | |