-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphilosophy.html
More file actions
35 lines (32 loc) · 1.61 KB
/
philosophy.html
File metadata and controls
35 lines (32 loc) · 1.61 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
<!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">
<a href="/"><< back to home</a>
<p>There is simple and elegant mathematics at the heart of deep learning. Building this mathematics into code will make neural networks easier to train and deploy reliably.</p>
<p>The project has two values: simplicity and didactism. These values will help people understand what's going on, helping us to go further and faster.</p>
</div>
</body>
</html>