Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Machine Learning Hub - Cylithrix</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| </head> | |
| <body class="bg-gradient-to-br from-blue-900 to-gray-900 text-white"> | |
| <nav class="sticky top-0 bg-blue-900/80 backdrop-blur-md z-50"> | |
| <div class="container mx-auto px-6 py-4 flex justify-between items-center"> | |
| <div class="text-2xl font-bold">Cylithrix</div> | |
| <div class="hidden md:flex space-x-8"> | |
| <a href="index.html" class="hover:text-blue-300 transition">Home</a> | |
| <a href="features.html" class="hover:text-blue-300 transition">Features</a> | |
| <a href="about.html" class="hover:text-blue-300 transition">About</a> | |
| <a href="#" class="text-blue-300">ML Hub</a> | |
| <a href="blog.html" class="hover:text-blue-300 transition">Blog</a> | |
| <a href="contact.html" class="hover:text-blue-300 transition">Contact</a> | |
| </div> | |
| <button class="md:hidden"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </nav> | |
| <main> | |
| <section class="py-20"> | |
| <div class="container mx-auto px-6"> | |
| <div class="max-w-4xl mx-auto text-center mb-16"> | |
| <h1 class="text-4xl font-bold mb-6" data-aos="fade-up">Machine Learning Hub</h1> | |
| <p class="text-xl text-gray-300" data-aos="fade-up" data-aos-delay="100"> | |
| Learn how AI and machine learning are transforming finance | |
| </p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8 mb-20" id="learning-modules"> | |
| <div class="bg-gray-800/50 p-6 rounded-xl hover:bg-gray-800/70 transition" data-aos="zoom-in"> | |
| <div class="bg-blue-600/20 p-4 rounded-lg w-16 h-16 flex items-center justify-center mb-4"> | |
| <i data-feather="book" class="w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Beginner's Guide</h3> | |
| <p class="text-gray-300 mb-4"> | |
| Start your ML journey with fundamental concepts explained in simple terms. | |
| </p> | |
| <a href="#" class="text-blue-300 hover:text-blue-200 flex items-center"> | |
| Explore <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i> | |
| </a> | |
| </div> | |
| <div class="bg-gray-800/50 p-6 rounded-xl hover:bg-gray-800/70 transition" data-aos="zoom-in" data-aos-delay="100"> | |
| <div class="bg-blue-600/20 p-4 rounded-lg w-16 h-16 flex items-center justify-center mb-4"> | |
| <i data-feather="bar-chart-2" class="w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Finance Applications</h3> | |
| <p class="text-gray-300 mb-4"> | |
| Discover how ML is used in algorithmic trading, risk assessment, and more. | |
| </p> | |
| <a href="#" class="text-blue-300 hover:text-blue-200 flex items-center"> | |
| Explore <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i> | |
| </a> | |
| </div> | |
| <div class="bg-gray-800/50 p-6 rounded-xl hover:bg-gray-800/70 transition" data-aos="zoom-in" data-aos-delay="200"> | |
| <div class="bg-blue-600/20 p-4 rounded-lg w-16 h-16 flex items-center justify-center mb-4"> | |
| <i data-feather="code" class="w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Interactive Tutorials</h3> | |
| <p class="text-gray-300 mb-4"> | |
| Hands-on coding exercises with real financial datasets. | |
| </p> | |
| <a href="#" class="text-blue-300 hover:text-blue-200 flex items-center"> | |
| Explore <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="bg-gray-800/50 p-8 rounded-xl mb-12" data-aos="fade-up"> | |
| <h2 class="text-2xl font-bold mb-6">Featured Article</h2> | |
| <div class="grid md:grid-cols-2 gap-8"> | |
| <div> | |
| <img src="http://static.photos/finance/640x360/1" alt="ML in Finance" class="rounded-lg w-full h-auto"> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-4">How Neural Networks Predict Stock Movements</h3> | |
| <p class="text-gray-300 mb-4"> | |
| Explore the cutting-edge techniques our AI uses to analyze market patterns and predict price movements with higher accuracy than traditional methods. | |
| </p> | |
| <a href="#" class="text-blue-300 hover:text-blue-200 flex items-center"> | |
| Read More <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center"> | |
| <h2 class="text-3xl font-bold mb-8" data-aos="fade-up">ML Glossary</h2> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-4 mb-12"> | |
| <div class="bg-gray-800/50 p-4 rounded-lg" data-aos="fade-up"> | |
| <h3 class="font-bold mb-2">Supervised Learning</h3> | |
| <p class="text-gray-300 text-sm"> | |
| Algorithms trained on labeled data to make predictions. | |
| </p> | |
| </div> | |
| <div class="bg-gray-800/50 p-4 rounded-lg" data-aos="fade-up" data-aos-delay="100"> | |
| <h3 class="font-bold mb-2">Time Series Analysis</h3> | |
| <p class="text-gray-300 text-sm"> | |
| Methods for analyzing sequential data points over time. | |
| </p> | |
| </div> | |
| <div class="bg-gray-800/50 p-4 rounded-lg" data-aos="fade-up" data-aos-delay="200"> | |
| <h3 class="font-bold mb-2">Feature Engineering</h3> | |
| <p class="text-gray-300 text-sm"> | |
| Process of creating informative input variables for models. | |
| </p> | |
| </div> | |
| </div> | |
| <a href="#" class="px-8 py-3 bg-blue-600 hover:bg-blue-500 rounded-lg font-medium transition inline-block"> | |
| View Full Glossary | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| </main> | |
| <footer class="bg-gray-900 py-12"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <div class="mb-6 md:mb-0"> | |
| <div class="text-2xl font-bold mb-2">Cylithrix</div> | |
| <p class="text-gray-400">AI-Powered Stock Market Intelligence</p> | |
| </div> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i data-feather="twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i data-feather="linkedin"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i data-feather="github"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-8 pt-8 flex flex-col md:flex-row justify-between"> | |
| <div class="text-gray-500 text-sm mb-4 md:mb-0"> | |
| © 2023 Cylithrix. All rights reserved. | |
| </div> | |
| <div class="flex flex-col md:flex-row space-y-2 md:space-y-0 md:space-x-6 text-sm"> | |
| <a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a> | |
| <a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a> | |
| <a href="#" class="text-gray-400 hover:text-white transition">Contact Us</a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| AOS.init(); | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> |