home.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {#-
  2. This file was automatically generated - do not edit
  3. -#}
  4. {% extends "overrides/main.html" %}
  5. {% block tabs %}
  6. {{ super() }}
  7. <style>.md-header{position:initial}.md-main__inner{margin:0}.md-content{display:none}@media screen and (min-width:60em){.md-sidebar--secondary{display:none}}@media screen and (min-width:76.25em){.md-sidebar--primary{display:none}}</style>
  8. <section class="mdx-container">
  9. <div class="md-grid md-typeset">
  10. <div class="mdx-hero">
  11. <div class="mdx-hero__image">
  12. <img src="images/illustration.png" alt="" width="1659" height="1200" draggable="false">
  13. </div>
  14. <div class="mdx-hero__content">
  15. <h1>An Industrial Grade Federated Learning Framework</h1>
  16. <p>FATE implements secure computation protocols based on homomorphic encryption and multi-party computation (MPC).
  17. It supports federated learning architecture and secure computation of various machine learning algorithms.
  18. It open-sourced for the first time in February 2019, and was donated to Linux Foundation in June 2019.
  19. </p>
  20. <p>
  21. FATE is committed to making the innovation and application of federated learning technology easier!
  22. </p>
  23. <a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | e }}" class="md-button md-button--primary">
  24. Learn More
  25. </a>
  26. <a href="{{ 'https://github.com/FederatedAI/FATE' | url }}" title="GitHub" class="md-button">
  27. GitHub
  28. </a>
  29. </div>
  30. </div>
  31. </div>
  32. </section>
  33. {% endblock %}
  34. {% block content %}{% endblock %}
  35. {% block footer %}{% endblock %}