yjf9966's picture
Update index.html
76c5eb5
raw
history blame contribute delete
No virus
511 Bytes
<!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>