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.

14 lines
253 B

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