From ef05f64353446057c9d736bce8ce765740cd5abc Mon Sep 17 00:00:00 2001 From: seo-rii Date: Wed, 13 Mar 2024 14:10:43 +0900 Subject: [PATCH] vault backup: 2024-03-13 14:10:43 --- content/CS100/CS100.md | 1 + content/CS100/Introduction.md | 4 ++++ content/NN101/NN101.md | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 content/CS100/Introduction.md diff --git a/content/CS100/CS100.md b/content/CS100/CS100.md index d76cb2a..7fae4cf 100644 --- a/content/CS100/CS100.md +++ b/content/CS100/CS100.md @@ -5,5 +5,6 @@ title: Introduction to Computer Science This course explains about background knowledge to do coding. ### Brief Contents +- [[content/CS100/Introduction]] - Linux / SSH - Git \ No newline at end of file diff --git a/content/CS100/Introduction.md b/content/CS100/Introduction.md new file mode 100644 index 0000000..b8192e3 --- /dev/null +++ b/content/CS100/Introduction.md @@ -0,0 +1,4 @@ +--- +share: "true" +title: Introduction +--- diff --git a/content/NN101/NN101.md b/content/NN101/NN101.md index 969d4ec..36d5dfe 100644 --- a/content/NN101/NN101.md +++ b/content/NN101/NN101.md @@ -4,7 +4,7 @@ title: NeuralNet101 --- This course explains about basics of AI neural networks. ### Brief Contents -- [[Introduction]] +- [[content/NN101/Introduction]] - [[GBO|Gradient-Based Optimization]] - Autograd - Regression