Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

index.html 875 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Machine Learning for Beginners</title>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  7. <meta name="description" content="Description">
  8. <meta name="viewport"
  9. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  10. <link rel="icon" type="image/png" href="images/favicon.png">
  11. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
  12. </head>
  13. <body>
  14. <div id="app"></div>
  15. <script>
  16. window.$docsify = {
  17. name: 'Machine Learning for Beginners',
  18. repo: 'https://github.com/Microsoft/ML-For-Beginners',
  19. relativePath: true,
  20. auto2top: true,
  21. }
  22. </script>
  23. <script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
  24. </body>
  25. </html>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...