Skip to content

Commit 983f1de

Browse files
authored
Merge pull request #6 from acmucsd/website
feat(website): establish site infrastructure and desktop layout
2 parents 8e29435 + 82fe9b4 commit 983f1de

File tree

192 files changed

+5812
-2986
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+5812
-2986
lines changed

Fall20/NeuralNetworks2/backpropogation.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Backpropogation"
8+
]
9+
},
310
{
411
"cell_type": "code",
512
"execution_count": 2,

NN/Workshop1/Introduction_To_AI_and_Neural_Networks.ipynb

Lines changed: 10 additions & 11 deletions
Large diffs are not rendered by default.

SP21/GAN/conditional_gan.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Conditional GAN"
8+
]
9+
},
310
{
411
"cell_type": "code",
512
"execution_count": null,

SP21/GAN/vanilla_gan.ipynb

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Vanilla GAN"
8+
]
9+
},
310
{
411
"cell_type": "code",
512
"execution_count": null,
@@ -217,8 +224,8 @@
217224
],
218225
"metadata": {
219226
"kernelspec": {
220-
"name": "python379jvsc74a57bd0c3e162dbea2a7bde87c7844ddb2ca1843aba08611dc435aaff358cdc82c48661",
221-
"display_name": "Python 3.7.9 64-bit"
227+
"display_name": "Python 3.7.9 64-bit",
228+
"name": "python379jvsc74a57bd0c3e162dbea2a7bde87c7844ddb2ca1843aba08611dc435aaff358cdc82c48661"
222229
},
223230
"language_info": {
224231
"codemirror_mode": {
@@ -235,4 +242,4 @@
235242
},
236243
"nbformat": 4,
237244
"nbformat_minor": 2
238-
}
245+
}

WI21/nn.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Neural Network"
8+
]
9+
},
310
{
411
"cell_type": "code",
512
"execution_count": 50,

website/LICENSE-docusaurus

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) Facebook, Inc. and its affiliates.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

website/lib/getWorkshops.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

website/lib/unified/processor.ts

Lines changed: 0 additions & 21 deletions
This file was deleted.

website/mdx/CodeBlock/CodeBlock.tsx

Lines changed: 0 additions & 99 deletions
This file was deleted.

website/mdx/CodeBlock/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)