-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
306 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,6 @@ draft: false | |
|
||
# Nic Hoffs | ||
|
||
_Mostly_ deep learning stuff. | ||
_Mostly_ deep learning stuff. Contact me at <[email protected]>. Here's my [resume](/resume.pdf). | ||
|
||
Raw list of posts below. To see it organized categorically, check out [posts](/post/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
title: "About" | ||
draft: false | ||
--- | ||
|
||
I'm a third-year student studying CS in the Engineering School at the University of Virginia. | ||
|
||
- Here's my [resume](https://google.com). | ||
- Here's my [linkedin](https://google.com). | ||
- <[email protected]> | ||
- Here's my [resume](/resume.pdf). | ||
- Here's my [linkedin](https://google.com) that I need to update. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,6 @@ weight = 1 | |
name = "Posts" | ||
url ='/post/' | ||
weight = 2 | ||
|
||
[params] | ||
customCSS = ["css/custom.css"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,8 +32,9 @@ <h1><span class="title">About</span></h1> | |
<main> | ||
<p>I’m a third-year student studying CS in the Engineering School at the University of Virginia.</p> | ||
<ul> | ||
<li>Here’s my <a href="https://google.com">resume</a>.</li> | ||
<li>Here’s my <a href="https://google.com">linkedin</a>.</li> | ||
<li><a href="mailto:[email protected]">[email protected]</a></li> | ||
<li>Here’s my <a href="/resume.pdf">resume</a>.</li> | ||
<li>Here’s my <a href="https://google.com">linkedin</a> that I need to update.</li> | ||
</ul> | ||
|
||
</main> | ||
|
@@ -43,6 +44,9 @@ <h1><span class="title">About</span></h1> | |
<script src="//cdn.jsdelivr.net/combine/npm/katex/dist/katex.min.js,npm/katex/dist/contrib/auto-render.min.js,npm/@xiee/utils/js/render-katex.js" | ||
defer></script> | ||
<script src="//cdn.jsdelivr.net/npm/@xiee/utils/js/center-img.min.js" defer></script> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script> | ||
<script>hljs.highlightAll();</script> | ||
|
||
|
||
</footer> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
|
||
|
||
<h1 id="nic-hoffs">Nic Hoffs</h1> | ||
<p><em>Mostly</em> deep learning stuff.</p> | ||
<p><em>Mostly</em> deep learning stuff. Contact me at <a href="mailto:[email protected]">[email protected]</a>. Here’s my <a href="/resume.pdf">resume</a>.</p> | ||
<p>Raw list of posts below. To see it organized categorically, check out <a href="/post/">posts</a></p> | ||
|
||
|
||
|
@@ -56,12 +56,18 @@ <h1 id="nic-hoffs">Nic Hoffs</h1> | |
<script src="//cdn.jsdelivr.net/combine/npm/katex/dist/katex.min.js,npm/katex/dist/contrib/auto-render.min.js,npm/@xiee/utils/js/render-katex.js" | ||
defer></script> | ||
<script src="//cdn.jsdelivr.net/npm/@xiee/utils/js/center-img.min.js" defer></script> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script> | ||
<script>hljs.highlightAll();</script> | ||
|
||
<footer> | ||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/katex/dist/katex.min.css"> | ||
<script src="//cdn.jsdelivr.net/combine/npm/katex/dist/katex.min.js,npm/katex/dist/contrib/auto-render.min.js,npm/@xiee/utils/js/render-katex.js" | ||
defer></script> | ||
<script src="//cdn.jsdelivr.net/npm/@xiee/utils/js/center-img.min.js" defer></script> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script> | ||
<script>hljs.highlightAll();</script> | ||
|
||
|
||
</footer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,14 +20,14 @@ | |
<link>http://localhost:1313/post/mini_projects/xor/</link> | ||
<pubDate>Sat, 08 Jun 2024 00:00:00 +0000</pubDate> | ||
<guid>http://localhost:1313/post/mini_projects/xor/</guid> | ||
<description></description> | ||
<description>The tiniest project &ndash; teaching a neural net to XOR. Obviously, I&rsquo;m doing this in tinygrad because it&rsquo;s tiny.
A B A XOR B 0 0 0 0 1 1 1 0 1 1 1 0 First, imports.
from tinygrad import Tensor, TinyJit from tinygrad.nn.optim import SGD import numpy as np from tqdm import tqdm, trange import matplotlib.pyplot as plt Next, dataset. It&rsquo;s the same as the truth table.
x = Tensor([[0,0],[0,1],[1,0],[1,1]]) y = Tensor([[0],[1],[1],[0]]) x.</description> | ||
</item> | ||
<item> | ||
<title>About</title> | ||
<link>http://localhost:1313/about/</link> | ||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||
<guid>http://localhost:1313/about/</guid> | ||
<description>I&rsquo;m a third-year student studying CS in the Engineering School at the University of Virginia.
Here&rsquo;s my resume. Here&rsquo;s my linkedin. </description> | ||
<description>I&rsquo;m a third-year student studying CS in the Engineering School at the University of Virginia.
[email protected] Here&rsquo;s my resume. Here&rsquo;s my linkedin that I need to update. </description> | ||
</item> | ||
</channel> | ||
</rss> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.