Skip to content
Snippets Groups Projects
Commit 178a7e95 authored by sl3499's avatar sl3499
Browse files

Initial commit of index page of dashboard

parent a83d6268
No related branches found
No related tags found
No related merge requests found
Pipeline #1717 passed
<!DOCTYPE html>
<html>
<title>WHY Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="stylesheet.css">
<body>
<!-- Sidebar -->
<div class="w3-sidebar w3-light-grey w3-bar-block" style="width:25%">
<h3 class="w3-bar-item">Menu</h3>
<span class="Receiver Operating Characteristics" style="margin-left:5px">Receiver Operating Characteristics</span>
<a href="roc_decision_tree.html" class="w3-bar-item w3-button" style="margin-left:50px; margin-top: 10px;">Decision tree </a>
<a href="roc_log_regression.html" class="w3-bar-item w3-button" style="margin-left:50px; margin-bottom: 10px;">Log regression</a>
<span class="Area Under the Curve" style="margin-left:5px;margin-top:20px;">Area Under the Curve</span>
<a href="auc_decision_tree.html" class="w3-bar-item w3-button" style="margin-left:50px; margin-top: 10px;">Log Regression</a>
<a href="auc_log_regression.html" class="w3-bar-item w3-button" style="margin-left:50px">Decision tree</a>
</div>
<!-- Page Content -->
<div style="margin-left:25%">
<div class="w3-container w3-teal">
<h1>Project WHY</h1>
</div>
<img class="logo" src="logo.png" alt="logo">
<div class="w3-container">
<h2>Overview</h2>
<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>
<h4 style="margin-top: 40px;">Assumptions of User</h4>
<ul>
<li>A user of WHY will be a university level student with a beginner to intermediate level of understanding about artificial intelligence and machine learning.</li>
<li>A user of WHY will have an advanced understanding of artificial intelligence and machine learning and will use it for personal research or as a teaching aid.</li>
<li>A user of WHY has at least a fundamental understanding of mathematics, statistics, programming and data manipulation techniques.</li>
</ul>
<h5 style="margin-top:40px">API Elements</h5>
<ul>
<li>Raw model emissions</li>
<li>Raw model scores</li>
<li>Synthetic dataset parameters</li>
<li>Model parameters</li>
<li>Plotting utilities</li>
</ul>
</div>
</div>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment