| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width" /> | |
| <title>LOGO Compputing</title> | |
| <link rel="stylesheet" href="style.css" /> | |
| </head> | |
| <body> | |
| <div class="card"> | |
| <h1>Welcome to LOGO Approximate Computing Technolog!</h1> | |
| <p>The LOGO computing paradigm provides a non-map-reduce computing method that allows you to parallelize many traditional machine learning algorithms in a statistically efficient manner.</p> | |
| </div> | |
| </body> | |
| </html> | |