-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.72 KB
/
index.html
File metadata and controls
40 lines (37 loc) · 1.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- HTML Meta Tags -->
<title>modula.systems</title>
<meta name="description" content="The Modula deep learning framework.">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://modula.systems/">
<meta property="og:type" content="website">
<meta property="og:title" content="modula.systems">
<meta property="og:description" content="The Modula deep learning framework.">
<meta property="og:image" content="https://modula.systems/logo.jpeg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="modula.systems">
<meta property="twitter:url" content="https://modula.systems/">
<meta name="twitter:title" content="modula.systems">
<meta name="twitter:description" content="The Modula deep learning framework.">
<meta name="twitter:image" content="https://modula.systems/logo.jpeg">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<img src="logo.svg" alt="Modula logo">
<p style="margin-top:0">Modula is a Python library for fast, scalable & robust deep learning. And the docs are a good place to learn the underlying mathematics.</p>
<ul>
<li><a href="philosophy">philosophy</a></li>
<li><a href="roadmap">roadmap</a></li>
<li><a href="https://docs.modula.systems/">docs</a></li>
<li><a href="https://github.com/modula-systems/modula">code</a></li>
</ul>
</div>
</body>
</html>