18 lines
406 B
HTML
18 lines
406 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf8" />
|
|
<title>machine learning</title>
|
|
<link rel="stylesheet" href="/assets/style2.css" />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>machine learning</h1>
|
|
</header>
|
|
<section>
|
|
<p>
|
|
todo: write stuff here. start with gradiant descent, then perceptrons, networks, rnns, transformers
|
|
</p>
|
|
</section>
|
|
</body>
|
|
</html>
|