-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathml_books.html
40 lines (36 loc) · 1.49 KB
/
ml_books.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Machine Learning Books</title>
</head>
<body>
<h2 align="center">Machine Learning Books</h2>
<hr>
<table style="border-width: 0px; width: 1200px;" border="1">
<tr>
<td style="border-style: none; border-width: medium;"
width="19" valign="top"> </td>
<td style="border-style: none; border-width: medium;"
bgcolor="#999999" width="14" valign="top"> </td>
<td style="border-style: none; border-width: medium;"
width="550" valign="top">
<p style="margin-left: 10px; line-height: 150%; margin-top:
8px; margin-bottom: 8px;"> <strong><i><font face="Arial">
The Elements of Statistical Learning:Data Mining, Inference, and Prediction<br>
</font></i> </strong><font face="Arial" size="2">
<a target="_blank" href="https://web.stanford.edu/~hastie/ElemStatLearn/">website</a>
</p>
</td>
<td style="border-style: none; border-width: medium;"
bgcolor="#999999" width="14" valign="top"> </td>
<td style="border-style: none; border-width: medium;"
width="150" valign="top">
<p style="margin-left: 10px; line-height: 150%; margin-top:
8px; margin-bottom: 8px;">
<img src="ml_books/The_Elements_of_Statistical_Learning.png" width="150">
</p>
</td>
</tr>
</table>
</html>