Skip to content
Snippets Groups Projects
Commit 4031465a authored by sl3499's avatar sl3499
Browse files

Original idea

parent c4ed3fdf
Branches
No related tags found
No related merge requests found
Pipeline #1726 passed
<!DOCTYPE html>
<html>
<head>
<title> WHY Project </title>
<meta name="viewport" content="width=device-width, user-scalable=no" />
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<!-- HTML5 article tag for content --> <div id="content">
<header>
<script src=""></script>
</header>
<img id="logo" src="logo.png" width="240" />
<!-- H1 means 1st level heading --> <h1>Welcome project WHY</h1>
<!-- P stands for paragraph -->
<p>Whether it’s medical diagnosis, directing our social interactions, or pushing the frontiers of science, we increasingly rely on machine learning algorithms to make life or death decisions for us. The algorithms are so complex in nature that it creates a “black box” situation where even the designers cannot explain how a decision was reached. The researchers at WHY will create an api framework that will allow machine learning engineers to open this “black box” of complexity and analyze the contents.</p>
<!-- Navigation buttons --> <nav id="main_nav">
<ul>
<!-- LI stands for list item -->
<div class="w3-sidebar w3-bar-block" style="width:25%">
<a href="#" class="w3-bar-item w3-button">Link 1</a>
<a href="#" class="w3-bar-item w3-button">Link 2</a>
<a href="#" class="w3-bar-item w3-button">Link 3</a>
</div>
<div class="ROC">
<span class="Receiver Operating Characteristics">Receiver Operating Characteristics</span>
<li><a href="Decision tree.html">Decision tree </a></li>
<li><a href="Log regression.html">Log regression</a></li>
</div>
<div class="AOC">
<span class="Area Under the Curve">Area Under the Curve</span>
<li><a href="Decision tree.html">Decision tree</a></li>
<li><a href="Log regression.html">Log regression</a></li>
</div>
</ul> </nav>
</div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment