My solutions to Harvard's online course CS50AI, An Introduction to Machine Learning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
309 B

4 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>AI</title>
  5. </head>
  6. <body>
  7. <h1>AI</h1>
  8. <div>Links:</div>
  9. <ul>
  10. <li><a href="inference.html">Inference</a></li>
  11. <li><a href="algorithms.html">Algorithms</a></li>
  12. </ul>
  13. </body>
  14. </html>