File size: 511 Bytes
c86f659 76c5eb5 c86f659 76c5eb5 c86f659 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<!DOCTYPE html>
<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>
|