public/ml.html

19 lines
406 B
HTML
Raw Permalink Normal View History

2024-05-22 11:03:59 +00:00
<!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>