-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathml.html
More file actions
57 lines (43 loc) · 1.91 KB
/
Copy pathml.html
File metadata and controls
57 lines (43 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Professional traffic engineering and roadway design services.">
<meta name="keywords"
content="traffic engineering, roadway design, traffic safety, machine learning,
connected vehicle, autonomous vehicle, quantum computing,
traffic engineer in Houston Texas, traffic engineer in Austin Texas,
Traffic Engineer in Dallas Texas,
Machine learning in Traffic Engineering,
Data analysis in Traffic Engineering,
Cybersecurity in Transportation, threeonair ">
<title>Document</title>
<link rel="stylesheet" href="mystyle.css">
<!-- Navbar -->
<div class="topnav">
<a href=".\index.html">Home</a>
<a href=".\products.html">Expertise</a>
<a href=".\ml.html">Machine Learning</a>
<a href=".\mynotebook.html">My Notebook</a>
<a href=".\contact.html">Contact</a>
<a href=".\about.html">About</a>
</div>
</head>
<body>
<div class="Machine Learning">
<h2>Machine Learing</h2>
<p>
Regression Analysis on Metro Interstate Traffic Volume
link: <a href="https://colab.research.google.com/drive/1VE8pPECW-WBJfQLVLQ9nlbLyZzB08_2N" target="_blank" rel="noopener noreferrer">
Traffic Volume Prediction from Metro Traffic Dataset </a> <br>
Classification on Metro Interstate Traffic Volume
link: <a href="https://colab.research.google.com/drive/1ZpOt-z0VpPokN7x3INM7N7II1MUwpGf-#scrollTo=7iRJnRa-OP6w" target="_blank" rel="noopener noreferrer">
Traffic Volume Classification from Metro Traffic Dataset </a> <br>
</p>
</div>
</body>
</html>