Spaces:
Build error
Build error
File size: 600 Bytes
1ea6303 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{% 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 %}
|